Compare commits

...

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

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

2
.gitignore vendored

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

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

Loading…
Cancel
Save