From c7fc2cfc7105c6fbecc1f674cc4e00da84a5b74f Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 13 2004 20:55:56 +0000 Subject: auto-import changelog data from util-linux-2.10m-12.7.0.src.rpm Mon Jun 24 2002 Elliot Lee - Fix setpw race (patch116) --- diff --git a/.cvsignore b/.cvsignore index 750aad1..ade1c88 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -util-linux-2.10m.tar.bz2 +util-linux-2.10m.tar.gz diff --git a/sources b/sources index afdf85e..7ef0bd8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bf2f4616594ce04208efe833bbb24a89 util-linux-2.10m.tar.bz2 +bf37c4d74360d3a5c5572afcac7acd41 util-linux-2.10m.tar.gz diff --git a/util-linux.spec b/util-linux.spec index c2a748e..4e605db 100644 --- a/util-linux.spec +++ b/util-linux.spec @@ -1,12 +1,10 @@ Summary: A collection of basic system utilities. Name: util-linux Version: 2.10m -Release: 12tc1 +Release: 12.7.0 Copyright: distributable -Packager: Red Hat, Inc. -Vendor: Red Hat, Inc. Group: System Environment/Base -Source0: ftp://ftp.kernel.org/mirrors/linux/utils/util-linux/util-linux-%{version}.tar.bz2 +Source0: ftp://ftp.kernel.org/mirrors/linux/utils/util-linux/util-linux-%{version}.tar.gz Source1: util-linux-2.7-login.pamd Source2: util-linux-2.7-chfn.pamd Source3: util-linux-2.7-chsh.pamd @@ -33,7 +31,7 @@ Patch35: util-linux-2.10m-loginpath.patch Patch36: util-linux-2.10m-dict.patch Patch37: util-linux-2.10m-fdwronly.patch -Patch50: util-linux-2.9o-8bit.patch +Patch116: util-linux-2.11n-setpwrace.patch Obsoletes: fdisk tunelp %ifarch alpha sparc sparc64 sparcv9 @@ -81,7 +79,7 @@ the login program. %patch36 -p1 -b .dict %patch37 -p1 -b .fdwronly -%patch50 -p1 +%patch116 -p1 -b .setpwrace %build unset LINGUAS || : @@ -351,6 +349,9 @@ mv ${RPM_BUILD_ROOT}/sbin/cfdisk ${RPM_BUILD_ROOT}/usr/sbin %endif %changelog +* Mon Jun 24 2002 Elliot Lee +- Fix setpw race (patch116) + * Wed Aug 30 2000 Matt Wilson - rebuild to cope with glibc locale binary incompatibility, again