update to the latest upstream release https://github.com/containers/composefs/releases/tag/v1.0.6
Related: RHEL-60292 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
372d85f8ba
commit
f8c7fc9bb2
@ -3,15 +3,15 @@
|
||||
%endif
|
||||
|
||||
Name: composefs
|
||||
Version: 1.0.5
|
||||
Release: 2%{?dist}
|
||||
Version: 1.0.6
|
||||
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
|
||||
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 +43,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
|
||||
@ -79,6 +72,4 @@ rm -rf %{buildroot}%{_libdir}/libcomposefs.la
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Aug 19 2024 Jindrich Novy <jnovy@redhat.com> - 1.0.5-2
|
||||
- update to the latest upstream release https://github.com/containers/composefs/releases/tag/v1.0.5
|
||||
- Related: RHEL-39410
|
||||
%autochangelog
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (composefs-1.0.5.tar.xz) = 74c6ce83bf2fb91b358833f6cd81d796b78cf4de09c6e2882d4433f9f6632272a7b586cce8da8e437de141bbdfed2c3a79499aedc0e16e7e36b5165f3138b032
|
||||
SHA512 (composefs-1.0.6.tar.xz) = 6d351f91da97c8f260e990719161126061d6539c75936274a3e92d120bc275906308ccab330a57747850b14efa5a992496f8562f88f0f1f6d49e17b8aa75599b
|
||||
|
Loading…
Reference in New Issue
Block a user