- fix disabling SELinux and audit in spec (#433284)

- remove obsolete no.po (#332121)
- updated translations
This commit is contained in:
Tomáš Mráz 2008-02-20 17:28:14 +00:00
parent 4d440d7ed2
commit e6e0a87fdd
3 changed files with 19 additions and 9 deletions

View File

@ -1 +1 @@
passwd-0.74.tar.bz2
passwd-0.75.tar.bz2

View File

@ -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 <rel-eng@fedoraproject.org> - 0.74-6
- Autorebuild for GCC 4.3
* Wed Feb 20 2008 Tomas Mraz <tmraz@redhat.com> 0.75-1
- fix disabling SELinux and audit in spec (#433284)
- remove obsolete no.po (#332121)
- updated translations
* Tue Sep 25 2007 Tomas Mraz <tmraz@redhat.com> 0.74-5
- buildrequires popt-devel

View File

@ -1 +1 @@
c3ffda4a7183d641fc5cb792b5b52b42 passwd-0.74.tar.bz2
61d3a23654af2120ee58e04a43592b93 passwd-0.75.tar.bz2