diff --git a/util-linux.spec b/util-linux.spec index 6b33c2e..b3f2406 100644 --- a/util-linux.spec +++ b/util-linux.spec @@ -3,7 +3,7 @@ Summary: A collection of basic system utilities. Name: util-linux Version: 2.11n -Release: 12 +Release: 12.7.3 License: distributable Group: System Environment/Base Source0: ftp://ftp.kernel.org/pub/linux/utils/util-linux/util-linux-%{version}.tar.bz2 @@ -77,6 +77,8 @@ Patch112: util-linux-2.11n-ipcrmman.patch Patch113: util-linux-2.11n-ctty3.patch Patch114: util-linux-2.11n-dumboctal.patch Patch115: util-linux-2.11n-fstabperm-61868.patch + +Patch116: util-linux-2.11n-setpwrace.patch ########### END UNSUBMITTED ######## @@ -214,6 +216,8 @@ mv MCONFIG.new MCONFIG %patch114 -p1 -b .dumboctal %patch115 -p1 -b .fstabperm +%patch116 -p1 -b .setpwrace + %build unset LINGUAS || : @@ -533,6 +537,9 @@ fi /sbin/losetup %changelog +* Mon Jun 24 2002 Elliot Lee 2.11n-12.7.3 +- Fix setpwnam race (patch116) + * Mon Apr 01 2002 Elliot Lee 2.11n-12 - Don't strip binaries - rpm does it for us.