Compare commits

...

No commits in common. 'cs10' and 'c9-beta' have entirely different histories.

@ -1 +1 @@
21dc9256feea0a3594e771c99e8c645f33c82c21 SOURCES/composefs-1.0.7.tar.xz dc6faa76ba673ce5afa12c1bd81a936ffe56269e SOURCES/composefs-1.0.5.tar.xz

2
.gitignore vendored

@ -1 +1 @@
SOURCES/composefs-1.0.7.tar.xz SOURCES/composefs-1.0.5.tar.xz

@ -1,22 +1,17 @@
## START: Set by rpmautospec
## (rpmautospec version 0.6.5)
## RPMAUTOSPEC: autochangelog
## END: Set by rpmautospec
%ifarch %{golang_arches} %ifarch %{golang_arches}
%bcond man 1 %bcond man 1
%endif %endif
Name: composefs Name: composefs
Version: 1.0.7 Version: 1.0.5
Release: 1%{?dist} Release: 1%{?dist}
Summary: Tools to handle creating and mounting composefs images Summary: Tools to handle creating and mounting composefs images
License: LGPL-2.1-or-later AND (GPL-2.0-only OR Apache-2.0) License: GPL-3.0-or-later AND LGPL-2.0-or-later AND Apache-2.0
URL: https://github.com/containers/composefs URL: https://github.com/containers/composefs
Source0: https://github.com/containers/composefs/releases/download/v%{version}/%{name}-%{version}.tar.xz Source0: https://github.com/containers/composefs/releases/download/v%{version}/%{name}-%{version}.tar.xz
BuildRequires: gcc meson openssl-devel fuse3-devel BuildRequires: gcc automake libtool openssl-devel fuse3-devel
%if %{with man} %if %{with man}
BuildRequires: go-md2man BuildRequires: go-md2man
%endif %endif
@ -48,14 +43,21 @@ Library files for %{name}.
%prep %prep
%autosetup -p1 %autosetup -p1
# for go-md2man patch
autoreconf -fiv
%build %build
%meson --default-library=shared -Dfuse=enabled -Dman=enabled %configure \
%meson_build --disable-static \
%if %{with man}
--enable-man \
%endif
--with-fuse
%make_build
%install %install
%meson_install %make_install
rm -v $RPM_BUILD_ROOT/%{_libdir}/libcomposefs*.a rm -rf %{buildroot}%{_libdir}/libcomposefs.la
%files devel %files devel
%{_includedir}/libcomposefs %{_includedir}/libcomposefs
@ -63,11 +65,11 @@ rm -v $RPM_BUILD_ROOT/%{_libdir}/libcomposefs*.a
%{_libdir}/pkgconfig/%{name}.pc %{_libdir}/pkgconfig/%{name}.pc
%files libs %files libs
%license COPYING* LICENSE.Apache-2.0 BSD-2-Clause.txt %license COPYING COPYING.LIB COPYING.LESSERv3 COPYINGv3 LICENSE.Apache-2.0 BSD-2-Clause.txt
%{_libdir}/libcomposefs.so.* %{_libdir}/libcomposefs.so.*
%files %files
%license COPYING* LICENSE.Apache-2.0 BSD-2-Clause.txt %license COPYING COPYING.LIB COPYING.LESSERv3 COPYINGv3 LICENSE.Apache-2.0 BSD-2-Clause.txt
%doc README.md %doc README.md
%{_bindir}/mkcomposefs %{_bindir}/mkcomposefs
%{_bindir}/composefs-info %{_bindir}/composefs-info
@ -77,25 +79,10 @@ rm -v $RPM_BUILD_ROOT/%{_libdir}/libcomposefs*.a
%endif %endif
%changelog %changelog
## START: Generated by rpmautospec * Wed Aug 21 2024 Jindrich Novy <jnovy@redhat.com> - 1.0.5-1
* Wed Nov 13 2024 Jindrich Novy <jnovy@redhat.com> - 1.0.7-1
- composefs-1.0.7-1.el10
- update to https://github.com/containers/composefs/releases/tag/v1.0.7
- Related: RHEL-60292
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.0.6-2
- Bump release for October 2024 mass rebuild:
* Thu Sep 26 2024 Jindrich Novy <jnovy@redhat.com> - 1.0.6-1
- update to the latest upstream release
https://github.com/containers/composefs/releases/tag/v1.0.6 Related:
RHEL-60292
* Mon Aug 19 2024 Jindrich Novy <jnovy@redhat.com> - 1.0.5-1
- composefs-1.0.5-1.el10
- update to https://github.com/containers/composefs/releases/tag/v1.0.5 - update to https://github.com/containers/composefs/releases/tag/v1.0.5
- Related: RHEL-34195 - Related: RHEL-27608
* Thu Jun 27 2024 Colin Walters <walters@verbum.org> - 1.0.4-1 * Thu Feb 01 2024 Colin Walters <walters@verbum.org> - 1.0.3-2
- Update to 1.0.4 - Initial fork from c10s
## END: Generated by rpmautospec Resolves: #RHELPLAN-169060

Loading…
Cancel
Save