From d8ee2107f14485db33cdf7dbd633d578bc6e041c Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 4 Aug 2017 11:01:51 +0200 Subject: [PATCH] 2.30.1-4: fix post install script --- util-linux.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/util-linux.spec b/util-linux.spec index c7c9f76..62c09e4 100644 --- a/util-linux.spec +++ b/util-linux.spec @@ -2,7 +2,7 @@ Summary: A collection of basic system utilities Name: util-linux Version: 2.30.1 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2 and GPLv2+ and LGPLv2+ and BSD with advertising and Public Domain Group: System Environment/Base URL: http://en.wikipedia.org/wiki/Util-linux @@ -435,7 +435,7 @@ if [ -x /usr/sbin/selinuxenabled ] && /usr/sbin/selinuxenabled; then fi fi if [ ! -L /etc/mtab ]; then - ln -sf ../proc/self/mounts %{buildroot}/etc/mtab + ln -sf ../proc/self/mounts /etc/mtab fi %post -n libblkid @@ -930,6 +930,9 @@ exit 0 %{_libdir}/python*/site-packages/libmount/* %changelog +* Fri Aug 4 2017 Karel Zak - 2.30.1-4 +- fix post install script + * Wed Aug 2 2017 Karel Zak - 2.30.1-3 - fix #1390191 - systemd read-only container produces errors