From aa76db94a821f0db5d129cc0da51a266e44d231a Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Fri, 28 Jan 2005 11:54:14 +0000 Subject: [PATCH] - spec file fixes - add libuser >= 0.53-1 BuildPrereq (#139331) Tue Jan 25 2005 Dan Walsh - improve SELinux priv checking --- .cvsignore | 1 + passwd.spec | 20 ++++++++++++++------ sources | 2 +- 3 files changed, 16 insertions(+), 7 deletions(-) diff --git a/.cvsignore b/.cvsignore index d0a543a..e3c1fc5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ passwd-0.68-10.tar.bz2 +passwd-0.69.tar.bz2 diff --git a/passwd.spec b/passwd.spec index 2f71405..2193d99 100644 --- a/passwd.spec +++ b/passwd.spec @@ -3,17 +3,18 @@ %endif Summary: The passwd utility for setting/changing passwords using PAM. Name: passwd -Version: 0.68 -Release: 10 +Version: 0.69 +Release: 1 License: BSD Group: System Environment/Base -Source: passwd-%{version}-%{release}.tar.bz2 +Source: %{name}-%{version}.tar.bz2 Buildroot: %{_tmppath}/passwd-root -Requires: pam >= 0.59, /etc/pam.d/system-auth +Requires: pam >= 0.59, /etc/pam.d/system-auth, %if %{WITH_SELINUX} BuildPrereq: glib2-devel, libuser-devel, pam-devel, libselinux-devel +BuildPrereq: libuser >= 0.53-1 %else -BuildPrereq: glib2-devel, libuser-devel, pam-devel +BuildPrereq: glib2-devel, libuser-devel, pam-devel, libuser >= 0.53-1 %endif %description @@ -24,7 +25,7 @@ Modules). To use passwd, you should have PAM installed on your system. %prep -%setup -q +%setup -q -n %{name}-%{version} %build %configure @@ -49,6 +50,13 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/passwd.1* %changelog +* Fri Jan 28 2005 Jindrich Novy 0.69-1 +- spec file fixes +- add libuser >= 0.53-1 BuildPrereq (#139331) + +* Tue Jan 25 2005 Dan Walsh +- improve SELinux priv checking + * Mon Aug 23 2004 Jindrich Novy - applied cleanup patch from Steve Grubb #120060 - fixed man page #115380 diff --git a/sources b/sources index dad671c..223e050 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7a292ddf2b819014d4ce2b31736c34a6 passwd-0.68-10.tar.bz2 +99b34a5f5a831261bfedade236f7ba7f passwd-0.69.tar.bz2