- replace laus with audit

- auto* build changes
This commit is contained in:
Tomáš Mráz 2005-06-17 10:06:43 +00:00
parent f766b057e2
commit 378369d169
3 changed files with 13 additions and 7 deletions

View File

@ -1,2 +1 @@
passwd-0.68-10.tar.bz2
passwd-0.69.tar.bz2
passwd-0.70.tar.bz2

View File

@ -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

View File

@ -1 +1 @@
5a7b6083d9e4dcfebc41f92cdac8853e passwd-0.69.tar.bz2
4b0a160b11585a57412f6580661ebd5e passwd-0.70.tar.bz2