|
|
|
@ -8,11 +8,11 @@
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Name: composefs
|
|
|
|
|
Version: 1.0.6
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
@ -63,11 +63,11 @@ rm -v $RPM_BUILD_ROOT/%{_libdir}/libcomposefs*.a
|
|
|
|
|
%{_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
|
|
|
|
@ -78,6 +78,11 @@ rm -v $RPM_BUILD_ROOT/%{_libdir}/libcomposefs*.a
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
## 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:
|
|
|
|
|
|
|
|
|
|