2.30.1-5: ln-s more robust
This commit is contained in:
parent
d8ee2107f1
commit
8aba564a5f
@ -2,7 +2,7 @@
|
|||||||
Summary: A collection of basic system utilities
|
Summary: A collection of basic system utilities
|
||||||
Name: util-linux
|
Name: util-linux
|
||||||
Version: 2.30.1
|
Version: 2.30.1
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
License: GPLv2 and GPLv2+ and LGPLv2+ and BSD with advertising and Public Domain
|
License: GPLv2 and GPLv2+ and LGPLv2+ and BSD with advertising and Public Domain
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://en.wikipedia.org/wiki/Util-linux
|
URL: http://en.wikipedia.org/wiki/Util-linux
|
||||||
@ -435,7 +435,7 @@ if [ -x /usr/sbin/selinuxenabled ] && /usr/sbin/selinuxenabled; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
if [ ! -L /etc/mtab ]; then
|
if [ ! -L /etc/mtab ]; then
|
||||||
ln -sf ../proc/self/mounts /etc/mtab
|
ln -sf ../proc/self/mounts /etc/mtab || :
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%post -n libblkid
|
%post -n libblkid
|
||||||
@ -930,6 +930,9 @@ exit 0
|
|||||||
%{_libdir}/python*/site-packages/libmount/*
|
%{_libdir}/python*/site-packages/libmount/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 14 2017 Karel Zak <kzak@redhat.com> - 2.30.1-5
|
||||||
|
- make ln-s usage more robust
|
||||||
|
|
||||||
* Fri Aug 4 2017 Karel Zak <kzak@redhat.com> - 2.30.1-4
|
* Fri Aug 4 2017 Karel Zak <kzak@redhat.com> - 2.30.1-4
|
||||||
- fix post install script
|
- fix post install script
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user