From 378369d169cc347e9ac444e3da2655d07a1dbdd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Mr=C3=A1z?= Date: Fri, 17 Jun 2005 10:06:43 +0000 Subject: [PATCH] - replace laus with audit - auto* build changes --- .cvsignore | 3 +-- passwd.spec | 15 +++++++++++---- sources | 2 +- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.cvsignore b/.cvsignore index e3c1fc5..692465e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1 @@ -passwd-0.68-10.tar.bz2 -passwd-0.69.tar.bz2 +passwd-0.70.tar.bz2 diff --git a/passwd.spec b/passwd.spec index f66c598..e7a2815 100644 --- a/passwd.spec +++ b/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 0.69-2 -- rebuilt with gcc4 +* Fri Jun 17 2005 Tomas Mraz 0.70-1 +- replace laus with audit +- auto* build changes * Fri Jan 28 2005 Jindrich Novy 0.69-1 - spec file fixes diff --git a/sources b/sources index 654be32..9c49055 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5a7b6083d9e4dcfebc41f92cdac8853e passwd-0.69.tar.bz2 +4b0a160b11585a57412f6580661ebd5e passwd-0.70.tar.bz2