From 59a2310563eee862b989f8d36f54d044019b4b46b4b74c1e3e0c2c4b4d147d20 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Fri, 14 Jan 2011 00:23:30 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/util-linux revision 108.0 OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=39118f2a5ad71f0b9718a331002531b6 --- util-linux.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/util-linux.spec b/util-linux.spec index 51468b6..272082a 100644 --- a/util-linux.spec +++ b/util-linux.spec @@ -1,7 +1,7 @@ # -# spec file for package util-linux (Version 2.19-rc1) +# spec file for package util-linux (Version 2.18.91) # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -33,6 +33,7 @@ BuildRequires: pkg-config BuildRequires: readline-devel BuildRequires: zlib-devel Version: 2.18.91 +Release: 1 Url: http://kernel.org/~kzak/util-linux/ Supplements: filesystem(minix) Provides: fsck-with-dev-lock = %{version} @@ -42,7 +43,6 @@ PreReq: %install_info_prereq permissions License: GPLv2+ Group: System/Base AutoReqProv: on -Release: 7 Recommends: %{name}-lang = %{version} Summary: A collection of basic system utilities Source: ftp://ftp.kernel.org/pub/linux/utils/util-linux/v19/%{name}-%{ul_tar_version}.tar.bz2 From c19c41fd925ec024c5705cbf4baf03c40c4312ea7e22bc0e04868e28330a9ae3 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Tue, 18 Jan 2011 10:09:43 +0000 Subject: [PATCH 2/2] Accepting request 58662 from home:bmwiedemann:branches:Base:System OBS-URL: https://build.opensuse.org/request/show/58662 OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=65 --- util-linux.changes | 5 +++++ util-linux.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/util-linux.changes b/util-linux.changes index e4a4bc5..a754555 100644 --- a/util-linux.changes +++ b/util-linux.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 18 09:47:11 UTC 2011 - bwiedemann@novell.com + +- fix bnc#664873 + ------------------------------------------------------------------- Thu Jan 6 16:43:46 UTC 2011 - puzel@novell.com diff --git a/util-linux.spec b/util-linux.spec index 272082a..2c0cd60 100644 --- a/util-linux.spec +++ b/util-linux.spec @@ -394,7 +394,7 @@ fi # if /etc/mtab is a regular file, replace it with a symlink to /proc/self/mounts # (regular mtab is not written/cleaned-up/supported by systemd) -if [ -f /etc/mtab ]; then +if [ -f /etc/mtab -o ! -e /etc/mtab ]; then ln -sf /proc/self/mounts /etc/mtab || : fi