[util-linux/f16] 2.20.1-1: upgrade to the release 2.20.1

kzak kzak at fedoraproject.org
Thu Oct 20 11:11:17 UTC 2011


commit 5da3c25b9b3bfdaa1f519b45524c9827fd665811
Author: Karel Zak <kzak at redhat.com>
Date:   Thu Oct 20 13:11:05 2011 +0200

    2.20.1-1: upgrade to the release 2.20.1
    
    Signed-off-by: Karel Zak <kzak at redhat.com>

 .gitignore      |    1 +
 sources         |    2 +-
 util-linux.spec |   15 +++++++++++++--
 3 files changed, 15 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 799bb9e..c30c148 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@
 /util-linux-2.20-rc1.tar.bz2
 /util-linux-2.20-rc2.tar.bz2
 /util-linux-2.20.tar.bz2
+/util-linux-2.20.1.tar.bz2
diff --git a/sources b/sources
index 667c1cd..5d01ad1 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
+079b37517fd4e002a2e6e992e8b4e361  util-linux-2.20.1.tar.bz2
 a02aac97c74259ca1b24972c89147ca4  floppy-0.18.tar.bz2
-4dcacdbdafa116635e52b977d9d0e879  util-linux-2.20.tar.bz2
diff --git a/util-linux.spec b/util-linux.spec
index a45e494..add5faf 100644
--- a/util-linux.spec
+++ b/util-linux.spec
@@ -1,7 +1,7 @@
 ### Header
 Summary: A collection of basic system utilities
 Name: util-linux
-Version: 2.20
+Version: 2.20.1
 Release: 1%{?dist}
 License: GPLv2 and GPLv2+ and GPLv3+ and LGPLv2+ and BSD with advertising and Public Domain
 Group: System Environment/Base
@@ -33,7 +33,9 @@ BuildRequires: popt-devel
 BuildRequires: libutempter-devel
 
 ### Sources
-Source0: ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.19/util-linux-%{upstream_version}.tar.bz2
+#Source0: ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.19/util-linux-%{upstream_version}.tar.bz2
+#
+Source0: ftp://ftp.infradead.org/pub/util-linux/v2.20/util-linux-%{upstream_version}.tar.bz2
 Source1: util-linux-login.pamd
 Source2: util-linux-remote.pamd
 Source3: util-linux-chsh-chfn.pamd
@@ -745,6 +747,15 @@ fi
 
 
 %changelog
+* Thu Oct 20 2011 Karel Zak <kzak at redhat.com> 2.20.1-1
+- upgrade to the release 2.20.1
+  ftp://ftp.infradead.org/pub/util-linux/v2.20/v2.20.1-ReleaseNotes
+- fix #737091 - mount command picks random mount point to operate on during remount
+- fix #739522 - login user input is not shown on serial console
+- fix #745746 - Unable to umount nfs shares using the force option
+- fix #746705 - Remounting tmpfs read-write hangs
+- fix #747250 - /run shows up twice in /proc/mounts
+
 * Mon Aug 29 2011 Karel Zak <kzak at redhat.com> 2.20-1
 - upgrade to the release 2.20
 


More information about the scm-commits mailing list