composefs-1.0.7-1.el9
- update to https://github.com/containers/composefs/releases/tag/v1.0.7 - Related: RHEL-60277 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
4197a99624
commit
cfe6976410
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
/composefs-1.0.3.tar.xz
|
/*.tar.xz
|
||||||
/composefs-1.0.5.tar.xz
|
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: composefs
|
Name: composefs
|
||||||
Version: 1.0.6
|
Version: 1.0.7
|
||||||
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: 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
|
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
|
||||||
|
|
||||||
@ -36,7 +36,6 @@ Devel files for %{name}.
|
|||||||
|
|
||||||
%package libs
|
%package libs
|
||||||
Summary: Libraries for %{name}
|
Summary: Libraries for %{name}
|
||||||
License: LGPL-2.1-or-later AND (GPL-2.0-only OR Apache-2.0)
|
|
||||||
|
|
||||||
%description libs
|
%description libs
|
||||||
Library files for %{name}.
|
Library files for %{name}.
|
||||||
@ -58,11 +57,11 @@ rm -v $RPM_BUILD_ROOT/%{_libdir}/libcomposefs*.a
|
|||||||
%{_libdir}/pkgconfig/%{name}.pc
|
%{_libdir}/pkgconfig/%{name}.pc
|
||||||
|
|
||||||
%files libs
|
%files libs
|
||||||
%license COPYING COPYING.LIB COPYING.LESSERv3 COPYINGv3 LICENSE.Apache-2.0 BSD-2-Clause.txt
|
%license COPYING COPYING.GPL-2.0-only COPYING.GPL-2.0-or-later COPYING.LGPL-2.1-or-later LICENSE.Apache-2.0 BSD-2-Clause.txt
|
||||||
%{_libdir}/libcomposefs.so.*
|
%{_libdir}/libcomposefs.so.*
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING COPYING.LIB COPYING.LESSERv3 COPYINGv3 LICENSE.Apache-2.0 BSD-2-Clause.txt
|
%license COPYING COPYING.GPL-2.0-only COPYING.GPL-2.0-or-later COPYING.LGPL-2.1-or-later LICENSE.Apache-2.0 BSD-2-Clause.txt
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%{_bindir}/mkcomposefs
|
%{_bindir}/mkcomposefs
|
||||||
%{_bindir}/composefs-info
|
%{_bindir}/composefs-info
|
||||||
@ -72,4 +71,6 @@ rm -v $RPM_BUILD_ROOT/%{_libdir}/libcomposefs*.a
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
%autochangelog
|
* Fri Nov 29 2024 Jindrich Novy <jnovy@redhat.com> - 1.0.7-1
|
||||||
|
- update to https://github.com/containers/composefs/releases/tag/v1.0.7
|
||||||
|
- Related: RHEL-60277
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (composefs-1.0.6.tar.xz) = 6d351f91da97c8f260e990719161126061d6539c75936274a3e92d120bc275906308ccab330a57747850b14efa5a992496f8562f88f0f1f6d49e17b8aa75599b
|
SHA512 (composefs-1.0.7.tar.xz) = ce8a94eb1bff8961922823e1d317595fdd5804a6b05860dbd8f3f4d293dd513449b500148c4c2b7939936e96ead838957e7817c728be1cda0b2d4517ea07d59e
|
||||||
|
Loading…
Reference in New Issue
Block a user