- merged audit patch to upstream cvs
- improved passwd -S output (#170344) - make passwd -d work with stripped down proc (#196851) - corrected link to pam docs (#193084) - spec file cleanups
This commit is contained in:
parent
bf138e70cf
commit
4e98afbd9f
@ -1 +1 @@
|
||||
passwd-0.71.tar.bz2
|
||||
passwd-0.72.tar.bz2
|
||||
|
||||
29
passwd.spec
29
passwd.spec
@ -4,25 +4,24 @@
|
||||
%if %{?WITH_AUDIT:0}%{!?WITH_AUDIT:1}
|
||||
%define WITH_AUDIT 1
|
||||
%endif
|
||||
Summary: The passwd utility for setting/changing passwords using PAM.
|
||||
Summary: The passwd utility for setting/changing passwords using PAM
|
||||
Name: passwd
|
||||
Version: 0.71
|
||||
Release: 3.2.1
|
||||
Version: 0.72
|
||||
Release: 1
|
||||
License: BSD
|
||||
Group: System Environment/Base
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Patch1: passwd-0.71-audit.patch
|
||||
Buildroot: %{_tmppath}/passwd-root
|
||||
Requires: pam >= 0.78, /etc/pam.d/system-auth,
|
||||
%if %{WITH_SELINUX}
|
||||
BuildPrereq: glib2-devel, libuser-devel, pam-devel, libselinux-devel
|
||||
BuildPrereq: libuser >= 0.53-1
|
||||
BuildRequires: glib2-devel, libuser-devel, pam-devel, libselinux-devel
|
||||
BuildRequires: libuser >= 0.53-1
|
||||
%else
|
||||
BuildPrereq: glib2-devel, libuser-devel, pam-devel, libuser >= 0.53-1
|
||||
BuildRequires: glib2-devel, libuser-devel, pam-devel, libuser >= 0.53-1
|
||||
%endif
|
||||
%if %{WITH_AUDIT}
|
||||
BuildPrereq: audit-libs-devel >= 1.1.2
|
||||
Requires: audit-libs >= 1.1.2
|
||||
BuildRequires: audit-libs-devel >= 1.0.14
|
||||
Requires: audit-libs >= 1.0.14
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -34,7 +33,6 @@ To use passwd, you should have PAM installed on your system.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -54,11 +52,18 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%config /etc/pam.d/passwd
|
||||
%attr(4511,root,root) %{_bindir}/passwd
|
||||
%config(noreplace) /etc/pam.d/passwd
|
||||
%attr(4755,root,root) %{_bindir}/passwd
|
||||
%{_mandir}/man1/passwd.1*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 14 2006 Tomas Mraz <tmraz@redhat.com> 0.72-1
|
||||
- merged audit patch to upstream cvs
|
||||
- improved passwd -S output (#170344)
|
||||
- make passwd -d work with stripped down proc (#196851)
|
||||
- corrected link to pam docs (#193084)
|
||||
- spec file cleanups
|
||||
|
||||
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.71-3.2.1
|
||||
- rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user