From a427e8a3fe3e1cff29f8f5ebc549c7a2eb6bf276 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 09:56:18 +0000 Subject: auto-import changelog data from passwd-0.68-7.src.rpm Mon Jan 26 2004 Dan Walsh 0.68-7 - fix is_selinux_enabled Fri Sep 05 2003 Dan Walsh 0.68-6 - turn off selinux Fri Sep 05 2003 Dan Walsh 0.68-5.sel - Add SELinux support Mon Jul 28 2003 Dan Walsh 0.68-4 - Add SELinux support --- diff --git a/.cvsignore b/.cvsignore index a8806de..b9e1c19 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -passwd-0.68-4.tar.gz +passwd-0.68-7.tar.gz diff --git a/passwd.spec b/passwd.spec index 1979da8..80cd078 100644 --- a/passwd.spec +++ b/passwd.spec @@ -1,7 +1,10 @@ +%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} +%define WITH_SELINUX 1 +%endif Summary: The passwd utility for setting/changing passwords using PAM. Name: passwd Version: 0.68 -Release: 4 +Release: 7 License: BSD Group: System Environment/Base Source: passwd-%{version}-%{release}.tar.gz @@ -20,7 +23,10 @@ To use passwd, you should have PAM installed on your system. %setup -q %build -make DEBUG= RPM_OPT_FLAGS="$RPM_OPT_FLAGS" +make DEBUG= RPM_OPT_FLAGS="$RPM_OPT_FLAGS" \ +%if %{WITH_SELINUX} + WITH_SELINUX=yes +%endif %install make install DESTDIR=$RPM_BUILD_ROOT bindir=%{_bindir} mandir=%{_mandir} @@ -41,8 +47,17 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/passwd.1* %changelog -* Thu Jun 05 2003 Elliot Lee -- rebuilt +* Mon Jan 26 2004 Dan Walsh 0.68-7 +- fix is_selinux_enabled + +* Fri Sep 5 2003 Dan Walsh 0.68-6 +- turn off selinux + +* Fri Sep 5 2003 Dan Walsh 0.68-5.sel +- Add SELinux support + +* Mon Jul 28 2003 Dan Walsh 0.68-4 +- Add SELinux support * Thu Feb 13 2003 Nalin Dahyabhai 0.68-3 - add aging adjustment flags to passwd(1)'s synopsis, were just in the diff --git a/sources b/sources index 9df15a3..cfdd7dc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -af42dd388a3c8bc5b0ef827b828f0257 passwd-0.68-4.tar.gz +c500f47395726f85a8e5a59a66712aed passwd-0.68-7.tar.gz