From c7dd00937cad539ba8c540996b4ddbf20edc8bfb Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Wed, 29 Sep 2004 21:08:17 +0000 Subject: [PATCH] Fix swaplabel support --- util-linux.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/util-linux.spec b/util-linux.spec index 6aacf02..abb5cb3 100644 --- a/util-linux.spec +++ b/util-linux.spec @@ -86,6 +86,8 @@ Patch156: util-linux-2.12a-fdiskmessage-107824.patch # Patch to enabled remote service for login/pam (#91174) Patch157: util-linux-2.12a-pamstart.patch +Patch158: util-linux-2.12a-moreswaplabel.patch + # patches required for NFSv4 support Patch1000: util-linux-2.12-nfsv4.patch @@ -196,6 +198,7 @@ mv MCONFIG.new MCONFIG %patch155 -p1 %patch156 -p1 -b .fdiskmessage %patch157 -p1 -b .pamstart +%patch158 -p1 %patch1000 -p1 -b .nfsv4 @@ -561,6 +564,9 @@ fi /sbin/losetup %changelog +* Wed Sep 29 2004 Elliot Lee 2.12a-9 +- Make swaplabel support work with swapon -a -e + * Tue Sep 28 2004 Steve Dickson - Updated the NFS and NFS4 code to the latest CITI patch set (in which they incorporate a number of our local patches).