[coreutils] require at least pam 1.1.3-7 (#748215)

Ondrej Vasik ovasik at fedoraproject.org
Mon Oct 24 14:00:42 UTC 2011


commit f531c8b978cdc64cbb01a17c7f20dc3e851789c3
Author: Ondřej Vašík <ovasik at redhat.com>
Date:   Mon Oct 24 16:00:37 2011 +0200

    require at least pam 1.1.3-7 (#748215)

 coreutils.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/coreutils.spec b/coreutils.spec
index e36a129..7f3d56d 100644
--- a/coreutils.spec
+++ b/coreutils.spec
@@ -1,7 +1,7 @@
 Summary: A set of basic GNU tools commonly used in shell scripts
 Name:    coreutils
 Version: 8.14
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv3+
 Group:   System Environment/Base
 Url:     http://www.gnu.org/software/coreutils/
@@ -82,7 +82,7 @@ Requires(pre): /sbin/install-info
 Requires(preun): /sbin/install-info
 Requires(post): /sbin/install-info
 Requires(post): grep
-%{?!nopam:Requires: pam }
+%{?!nopam:Requires: pam >= 1.1.3-7}
 Requires:       ncurses
 Requires:       gmp
 
@@ -322,6 +322,9 @@ fi
 %{?!norunuser:/sbin/runuser}
 
 %changelog
+* Mon Oct 24 2011 Ondrej Vasik <ovasik at redhat.com> - 8.14-3
+- require at least pam 1.1.3-7 (#748215)
+
 * Thu Oct 20 2011 Ondrej Vasik <ovasik at redhat.com> - 8.14-2
 - rebuild for gmp
 


More information about the scm-commits mailing list