auto-import changelog data from passwd-0.68-7.src.rpm
Mon Jan 26 2004 Dan Walsh <dwalsh@redhat.com> 0.68-7 - fix is_selinux_enabled Fri Sep 05 2003 Dan Walsh <dwalsh@redhat.com> 0.68-6 - turn off selinux Fri Sep 05 2003 Dan Walsh <dwalsh@redhat.com> 0.68-5.sel - Add SELinux support Mon Jul 28 2003 Dan Walsh <dwalsh@redhat.com> 0.68-4 - Add SELinux support
This commit is contained in:
parent
4ed9b65483
commit
a427e8a3fe
@ -1 +1 @@
|
||||
passwd-0.68-4.tar.gz
|
||||
passwd-0.68-7.tar.gz
|
||||
|
||||
23
passwd.spec
23
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 <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
* Mon Jan 26 2004 Dan Walsh <dwalsh@redhat.com> 0.68-7
|
||||
- fix is_selinux_enabled
|
||||
|
||||
* Fri Sep 5 2003 Dan Walsh <dwalsh@redhat.com> 0.68-6
|
||||
- turn off selinux
|
||||
|
||||
* Fri Sep 5 2003 Dan Walsh <dwalsh@redhat.com> 0.68-5.sel
|
||||
- Add SELinux support
|
||||
|
||||
* Mon Jul 28 2003 Dan Walsh <dwalsh@redhat.com> 0.68-4
|
||||
- Add SELinux support
|
||||
|
||||
* Thu Feb 13 2003 Nalin Dahyabhai <nalin@redhat.com> 0.68-3
|
||||
- add aging adjustment flags to passwd(1)'s synopsis, were just in the
|
||||
|
||||
Loading…
Reference in New Issue
Block a user