[util-linux] 2.19-0.3: upgrade to -rc2

kzak kzak at fedoraproject.org
Tue Jan 25 14:33:56 UTC 2011


commit 54f17daa1b0fd709660863a06bdf50b65c3abd0f
Author: Karel Zak <kzak at redhat.com>
Date:   Tue Jan 25 15:33:36 2011 +0100

    2.19-0.3: upgrade to -rc2
    
    Signed-off-by: Karel Zak <kzak at redhat.com>

 .gitignore      |    1 +
 sources         |    2 +-
 util-linux.spec |   17 ++++++++++-------
 3 files changed, 12 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 627ffce..6414d63 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /floppy-0.16.tar.bz2
 /util-linux-2.19-rc1.tar.bz2
 /util-linux-2.19-rc1-32-gbded43d.tar.bz2
+/util-linux-2.19-rc2.tar.bz2
diff --git a/sources b/sources
index 0ed7d18..6c973b2 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
 7eeb9a6f7a258174bf0fa80f1370788d  floppy-0.16.tar.bz2
-96714c97fda4a18b7480eac71ab421fa  util-linux-2.19-rc1-32-gbded43d.tar.bz2
+ff2ec40dcae191048f9a3a0175e632a6  util-linux-2.19-rc2.tar.bz2
diff --git a/util-linux.spec b/util-linux.spec
index 5a2465a..f1a4291 100644
--- a/util-linux.spec
+++ b/util-linux.spec
@@ -2,12 +2,12 @@
 Summary: A collection of basic system utilities
 Name: util-linux
 Version: 2.19
-Release: 0.2%{?dist}
+Release: 0.3%{?dist}
 License: GPLv2 and GPLv2+ and GPLv3+ and LGPLv2+ and BSD with advertising and Public Domain
 Group: System Environment/Base
 URL: ftp://ftp.kernel.org/pub/linux/utils/util-linux
 
-%define upstream_version %{version}-rc1-32-gbded43d
+%define upstream_version %{version}-rc2
 
 ### Features
 %if 0%{?rhel}
@@ -33,9 +33,7 @@ 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: util-linux-%{upstream_version}.tar.bz2
+Source0: ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.19/util-linux-%{upstream_version}.tar.bz2
 Source1: util-linux-ng-login.pamd
 Source2: util-linux-ng-remote.pamd
 Source3: util-linux-ng-chsh-chfn.pamd
@@ -442,7 +440,6 @@ fi
 %if %{mtab_symlink}
 rm -f /etc/mtab
 ln -s /proc/mounts /etc/mtab
-/bin/chown root:root /etc/mtab
 %else
 touch /etc/mtab
 /bin/chown root:root /etc/mtab
@@ -708,7 +705,7 @@ fi
 %defattr(-,root,root)
 %doc shlibs/mount/COPYING.libmount
 %{_libdir}/libmount.so
-%{_includedir}/mount
+%{_includedir}/libmount
 %{_libdir}/pkgconfig/mount.pc
 
 
@@ -752,6 +749,12 @@ fi
 
 
 %changelog
+* Tue Jan 25 2011 Karel Zak <kzak at redhat.com> 2.19-0.3
+- upgrade to the release 2.19-rc2
+  ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.19/v2.19-rc2-ChangeLog
+- fix #671893 - SELinux is preventing /bin/chown from 'setattr' accesses
+  on the file mounts.
+
 * Wed Jan 19 2011 Karel Zak <kzak at redhat.com> 2.19-0.2
 - clean up specfile (review #667416)
 


More information about the scm-commits mailing list