From 8565a36bd7de5624c142855153c6421774bc60b6 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 09:57:41 +0000 Subject: auto-import changelog data from passwd-0.68-10.src.rpm Mon Aug 23 2004 Jindrich Novy - applied cleanup patch from Steve Grubb #120060 - fixed man page #115380 - added libselinux-devel to BuildPrereq #123750, #119416 Thu Aug 19 2004 Jindrich Novy 0.68-10 - moved to 0.68-10 to fix problem with RHEL4-Alpha4 #129548 - updated GNU build scripts and file structure to recent style --- diff --git a/.cvsignore b/.cvsignore index 02a28cc..d0a543a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -passwd-0.68-8.tar.gz +passwd-0.68-10.tar.bz2 diff --git a/passwd.spec b/passwd.spec index dec3a0b..2f71405 100644 --- a/passwd.spec +++ b/passwd.spec @@ -4,13 +4,17 @@ Summary: The passwd utility for setting/changing passwords using PAM. Name: passwd Version: 0.68 -Release: 9 +Release: 10 License: BSD Group: System Environment/Base -Source: passwd-%{version}-8.tar.gz +Source: passwd-%{version}-%{release}.tar.bz2 Buildroot: %{_tmppath}/passwd-root Requires: pam >= 0.59, /etc/pam.d/system-auth +%if %{WITH_SELINUX} +BuildPrereq: glib2-devel, libuser-devel, pam-devel, libselinux-devel +%else BuildPrereq: glib2-devel, libuser-devel, pam-devel +%endif %description The passwd package contains a system utility (passwd) which sets @@ -23,6 +27,7 @@ To use passwd, you should have PAM installed on your system. %setup -q %build +%configure make DEBUG= RPM_OPT_FLAGS="$RPM_OPT_FLAGS" \ %if %{WITH_SELINUX} WITH_SELINUX=yes @@ -34,9 +39,6 @@ strip $RPM_BUILD_ROOT%{_bindir}/passwd install -m 755 -d $RPM_BUILD_ROOT/etc/pam.d/ install -m 644 passwd.pamd $RPM_BUILD_ROOT/etc/pam.d/passwd -rm -f $RPM_BUILD_ROOT/%{_bindir}/{chfn,chsh} -rm -f $RPM_BUILD_ROOT/%{_mandir}/man1/{chfn,chsh}.* - %clean rm -rf $RPM_BUILD_ROOT @@ -47,8 +49,14 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/passwd.1* %changelog -* Tue Jun 15 2004 Elliot Lee -- rebuilt +* Mon Aug 23 2004 Jindrich Novy +- applied cleanup patch from Steve Grubb #120060 +- fixed man page #115380 +- added libselinux-devel to BuildPrereq #123750, #119416 + +* Wed Aug 19 2004 Jindrich Novy 0.68-10 +- moved to 0.68-10 to fix problem with RHEL4-Alpha4 #129548 +- updated GNU build scripts and file structure to recent style * Wed Feb 4 2004 Dan Walsh 0.68-8 - add check for enforcing mode diff --git a/sources b/sources index efc7595..dad671c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1dcbd59c0a97f6cbc8d8a156583c3226 passwd-0.68-8.tar.gz +7a292ddf2b819014d4ce2b31736c34a6 passwd-0.68-10.tar.bz2