From e6e0a87fdd15dc2acb5137e9c9e8c42f22943191 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Mr=C3=A1z?= Date: Wed, 20 Feb 2008 17:28:14 +0000 Subject: [PATCH] - fix disabling SELinux and audit in spec (#433284) - remove obsolete no.po (#332121) - updated translations --- .cvsignore | 2 +- passwd.spec | 24 +++++++++++++++++------- sources | 2 +- 3 files changed, 19 insertions(+), 9 deletions(-) diff --git a/.cvsignore b/.cvsignore index 57506e7..7c41b98 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -passwd-0.74.tar.bz2 +passwd-0.75.tar.bz2 diff --git a/passwd.spec b/passwd.spec index 0fdcf09..d479105 100644 --- a/passwd.spec +++ b/passwd.spec @@ -6,10 +6,11 @@ %endif Summary: The passwd utility for setting/changing passwords using PAM Name: passwd -Version: 0.74 -Release: 6%{?dist} +Version: 0.75 +Release: 1%{?dist} License: BSD Group: System Environment/Base +URL: http://fedorahosted.org/passwd Source: %{name}-%{version}.tar.bz2 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: pam >= 0.78, /etc/pam.d/system-auth @@ -34,11 +35,18 @@ To use passwd, you should have PAM installed on your system. %setup -q -n %{name}-%{version} %build -%configure -make DEBUG= RPM_OPT_FLAGS="$RPM_OPT_FLAGS" \ +%configure \ %if %{WITH_SELINUX} - WITH_SELINUX=yes + --with-selinux \ +%else + --without-selinux \ %endif +%if %{WITH_AUDIT} + --with-audit +%else + --without-audit +%endif +make DEBUG= RPM_OPT_FLAGS="$RPM_OPT_FLAGS" %install rm -rf $RPM_BUILD_ROOT @@ -58,8 +66,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/passwd.1* %changelog -* Wed Feb 20 2008 Fedora Release Engineering - 0.74-6 -- Autorebuild for GCC 4.3 +* Wed Feb 20 2008 Tomas Mraz 0.75-1 +- fix disabling SELinux and audit in spec (#433284) +- remove obsolete no.po (#332121) +- updated translations * Tue Sep 25 2007 Tomas Mraz 0.74-5 - buildrequires popt-devel diff --git a/sources b/sources index 8c20fac..4dc9240 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c3ffda4a7183d641fc5cb792b5b52b42 passwd-0.74.tar.bz2 +61d3a23654af2120ee58e04a43592b93 passwd-0.75.tar.bz2