- fix disabling SELinux and audit in spec (#433284)
- remove obsolete no.po (#332121) - updated translations
This commit is contained in:
parent
4d440d7ed2
commit
e6e0a87fdd
@ -1 +1 @@
|
||||
passwd-0.74.tar.bz2
|
||||
passwd-0.75.tar.bz2
|
||||
|
||||
24
passwd.spec
24
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 <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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user