Related: RHEL-60291 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
8dbb1810ab
commit
4197a99624
@ -3,7 +3,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: composefs
|
Name: composefs
|
||||||
Version: 1.0.5
|
Version: 1.0.6
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tools to handle creating and mounting composefs images
|
Summary: Tools to handle creating and mounting composefs images
|
||||||
|
|
||||||
@ -11,7 +11,7 @@ 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 automake libtool openssl-devel fuse3-devel
|
BuildRequires: gcc meson openssl-devel fuse3-devel
|
||||||
%if %{with man}
|
%if %{with man}
|
||||||
BuildRequires: go-md2man
|
BuildRequires: go-md2man
|
||||||
%endif
|
%endif
|
||||||
@ -43,21 +43,14 @@ Library files for %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
# for go-md2man patch
|
|
||||||
autoreconf -fiv
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%meson --default-library=shared -Dfuse=enabled -Dman=enabled
|
||||||
--disable-static \
|
%meson_build
|
||||||
%if %{with man}
|
|
||||||
--enable-man \
|
|
||||||
%endif
|
|
||||||
--with-fuse
|
|
||||||
%make_build
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%meson_install
|
||||||
rm -rf %{buildroot}%{_libdir}/libcomposefs.la
|
rm -v $RPM_BUILD_ROOT/%{_libdir}/libcomposefs*.a
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/libcomposefs
|
%{_includedir}/libcomposefs
|
||||||
@ -79,10 +72,4 @@ rm -rf %{buildroot}%{_libdir}/libcomposefs.la
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Aug 21 2024 Jindrich Novy <jnovy@redhat.com> - 1.0.5-1
|
%autochangelog
|
||||||
- update to https://github.com/containers/composefs/releases/tag/v1.0.5
|
|
||||||
- Related: RHEL-27608
|
|
||||||
|
|
||||||
* Thu Feb 01 2024 Colin Walters <walters@verbum.org> - 1.0.3-2
|
|
||||||
- Initial fork from c10s
|
|
||||||
Resolves: #RHELPLAN-169060
|
|
||||||
|
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