- replace laus with audit
- auto* build changes
This commit is contained in:
parent
f766b057e2
commit
378369d169
@ -1,2 +1 @@
|
||||
passwd-0.68-10.tar.bz2
|
||||
passwd-0.69.tar.bz2
|
||||
passwd-0.70.tar.bz2
|
||||
|
||||
15
passwd.spec
15
passwd.spec
@ -1,10 +1,13 @@
|
||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||
%define WITH_SELINUX 1
|
||||
%endif
|
||||
%if %{?WITH_AUDIT:0}%{!?WITH_AUDIT:1}
|
||||
%define WITH_AUDIT 1
|
||||
%endif
|
||||
Summary: The passwd utility for setting/changing passwords using PAM.
|
||||
Name: passwd
|
||||
Version: 0.69
|
||||
Release: 2
|
||||
Version: 0.70
|
||||
Release: 1
|
||||
License: BSD
|
||||
Group: System Environment/Base
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
@ -16,6 +19,9 @@ BuildPrereq: libuser >= 0.53-1
|
||||
%else
|
||||
BuildPrereq: glib2-devel, libuser-devel, pam-devel, libuser >= 0.53-1
|
||||
%endif
|
||||
%if %{WITH_AUDIT}
|
||||
BuildPrereq: audit-libs-devel
|
||||
%endif
|
||||
|
||||
%description
|
||||
The passwd package contains a system utility (passwd) which sets
|
||||
@ -50,8 +56,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man1/passwd.1*
|
||||
|
||||
%changelog
|
||||
* Mon Mar 7 2005 Jindrich Novy <jnovy@redhat.com> 0.69-2
|
||||
- rebuilt with gcc4
|
||||
* Fri Jun 17 2005 Tomas Mraz <tmraz@redhat.com> 0.70-1
|
||||
- replace laus with audit
|
||||
- auto* build changes
|
||||
|
||||
* Fri Jan 28 2005 Jindrich Novy <jnovy@redhat.com> 0.69-1
|
||||
- spec file fixes
|
||||
|
||||
Loading…
Reference in New Issue
Block a user