remove conflicting info/dir [release 3.6-3mamba;Wed Nov 06 2024]

This commit is contained in:
Silvan Calarco 2024-11-06 16:24:57 +01:00
parent 93e5fe2534
commit dcbde7d98d

View File

@ -4,7 +4,7 @@
Name: parted
Version: 3.6
Release: 2mamba
Release: 3mamba
Summary: Tools for creating, destroying, resizing, checking and copying partitions
Group: System/Tools
Vendor: openmamba
@ -73,6 +73,7 @@ This package contains static libraries and header files needed for development.
%makeinstall
rm -f %{buildroot}%{_bindir}/label
rm -f %{buildroot}%{_infodir}/dir
%find_lang %{name}
@ -87,10 +88,9 @@ rm -f %{buildroot}%{_bindir}/label
%files -f %{name}.lang
%defattr(-,root,root)
#%{_bindir}/disk
%{_sbindir}/%{name}
%{_sbindir}/partprobe
%{_infodir}/*
%{_infodir}/parted.info*
%{_mandir}/man8/*
%files -n %{libname}
@ -108,6 +108,9 @@ rm -f %{buildroot}%{_bindir}/label
%doc BUGS ChangeLog NEWS README THANKS TODO
%changelog
* Wed Nov 06 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 3.6-3mamba
- remove conflicting info/dir
* Tue Nov 05 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 3.6-2mamba
- rebuilt