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