[passwd: 1/2] New upstream package (prerelease of 0.79).

Tomáš Mráz tmraz at fedoraproject.org
Fri Jan 27 13:37:10 UTC 2012


commit 1f498a3019e215f44ee07d3372e743cfa65f6894
Author: Tomas Mraz <tmraz at fedoraproject.org>
Date:   Fri Jan 27 14:35:51 2012 +0100

    New upstream package (prerelease of 0.79).

 .gitignore                  |    1 +
 passwd-0.78-postlogin.patch |    8 --------
 passwd.spec                 |   20 +++++++++++---------
 sources                     |    2 +-
 4 files changed, 13 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8abafe3..a8f4cc4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 passwd-0.78.tar.bz2
+/passwd-0.78.99.tar.bz2
diff --git a/passwd.spec b/passwd.spec
index bd70df5..acf41a5 100644
--- a/passwd.spec
+++ b/passwd.spec
@@ -6,17 +6,17 @@
 %endif
 Summary: An utility for setting or changing passwords using PAM
 Name: passwd
-Version: 0.78
-Release: 3%{?dist}
+Version: 0.78.99
+Release: 1%{?dist}
 License: BSD or GPLv2+
 Group: System Environment/Base
 URL: http://fedorahosted.org/passwd
 Source: https://fedorahosted.org/releases/p/a/%{name}/%{name}-%{version}.tar.bz2
-Patch1: passwd-0.78-postlogin.patch
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires: pam >= 1.1.3-7, /etc/pam.d/system-auth
+Requires: pam >= 1.0.90, /etc/pam.d/system-auth
 %if %{WITH_SELINUX}
-BuildRequires: libselinux-devel
+Requires: libselinux >= 2.1.6-3
+BuildRequires: libselinux-devel >= 2.1.6-3
 %endif
 BuildRequires: glib2-devel, libuser-devel, pam-devel, libuser >= 0.53-1
 BuildRequires: gettext, popt-devel
@@ -32,7 +32,6 @@ Modules) library.
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch1 -p1 -b .postlogin
 
 %build
 %configure \
@@ -73,12 +72,15 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/passwd.1*
 
 %changelog
+* Fri Jan 27 2012 Tomas Mraz <tmraz at redhat.com> 0.78.99-1
+- use better (auditable) libselinux calls for checking
+  the access to passwd (#518268)
+- add support for the -e option as seen on Debian passwd
+- make the binary PIE and full RELRO (#784483)
+
 * Tue Feb 08 2011 Tomas Mraz <tmraz at redhat.com> 0.78-3
 - add the postlogin substack to the PAM configuration (#665063)
 
-* Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.78-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
-
 * Fri Jul 16 2010 Tomas Mraz <tmraz at redhat.com> 0.78-1
 - added japanese translation of the man page (#611692)
 - updated translations
diff --git a/sources b/sources
index 55dc779..6d04a80 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-abbf2ea05b20f6f49efbfa447f86043b  passwd-0.78.tar.bz2
+ac2021d4db45073d9288ca6b770e45c7  passwd-0.78.99.tar.bz2


More information about the scm-commits mailing list