automatic version update by autodist [release 2.38.1-1mamba;Mon Aug 08 2022]
This commit is contained in:
parent
76a39e431d
commit
736b14e408
@ -7,7 +7,7 @@
|
||||
%define uuidd_userid 65052
|
||||
|
||||
Name: util-linux
|
||||
Version: 2.37.3
|
||||
Version: 2.38.1
|
||||
Release: 1mamba
|
||||
Epoch: 1
|
||||
Summary: Miscellaneous utilities for Linux
|
||||
@ -198,9 +198,6 @@ Python binding to libmount.
|
||||
--enable-partx \
|
||||
--enable-usrdir-path \
|
||||
--enable-asciidoc \
|
||||
%if %{build_raw}
|
||||
--enable-raw \
|
||||
%endif
|
||||
--enable-wall \
|
||||
--enable-write \
|
||||
--enable-arch \
|
||||
@ -239,11 +236,11 @@ Python binding to libmount.
|
||||
# mv %{buildroot}%{_sbindir}/$f %{buildroot}/sbin/$f
|
||||
#done
|
||||
#install -d %{buildroot}/bin
|
||||
%if %{build_raw}
|
||||
#mv %{buildroot}/sbin/raw %{buildroot}/bin/raw
|
||||
install -D -m644 %{S:3} %{buildroot}%{_sysconfdir}/udev/rules.d/60-raw.rules
|
||||
echo '.so man8/raw.8' > %{buildroot}%{_mandir}/man8/rawdevices.8
|
||||
%endif
|
||||
#%if %{build_raw}
|
||||
##mv %{buildroot}/sbin/raw %{buildroot}/bin/raw
|
||||
#install -D -m644 %{S:3} %{buildroot}%{_sysconfdir}/udev/rules.d/60-raw.rules
|
||||
#echo '.so man8/raw.8' > %{buildroot}%{_mandir}/man8/rawdevices.8
|
||||
#%endif
|
||||
#mv %{buildroot}%{_bindir}/taskset %{buildroot}/bin/taskset
|
||||
|
||||
## install nologin
|
||||
@ -322,9 +319,9 @@ exit 0
|
||||
%config %{_sysconfdir}/login.defs
|
||||
%{_bindir}/*
|
||||
%{_sbindir}/*
|
||||
%if %{build_raw}
|
||||
%config(noreplace) %{_sysconfdir}/udev/rules.d/60-raw.rules
|
||||
%endif
|
||||
#%if %{build_raw}
|
||||
#%config(noreplace) %{_sysconfdir}/udev/rules.d/60-raw.rules
|
||||
#%endif
|
||||
%attr(4755,root,root) %{_bindir}/mount
|
||||
%attr(4755,root,root) %{_bindir}/umount
|
||||
%{_unitdir}/uuidd.service
|
||||
@ -423,6 +420,9 @@ exit 0
|
||||
%{_libdir}/pkgconfig/fdisk.pc
|
||||
|
||||
%changelog
|
||||
* Mon Aug 08 2022 Automatic Build System <autodist@mambasoft.it> 2.38.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jan 25 2022 Automatic Build System <autodist@mambasoft.it> 2.37.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user