Fix build
- Related: RHEL-60292
This commit is contained in:
parent
d620d27519
commit
6647f946f5
@ -45,7 +45,10 @@ Library files for %{name}.
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%meson --default-library=shared -Dfuse=enabled -Dman=enabled
|
||||
%meson --default-library=shared -Dfuse=enabled \
|
||||
%if %{with man}
|
||||
-Dman=enabled
|
||||
%endif
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
@ -72,12 +75,4 @@ rm -v $RPM_BUILD_ROOT/%{_libdir}/libcomposefs*.a
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Nov 13 2024 Jindrich Novy <jnovy@redhat.com> - 1.0.7-1
|
||||
- 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:
|
||||
Resolves: RHEL-64018
|
||||
|
||||
%autochangelog
|
||||
|
Loading…
Reference in New Issue
Block a user