ix configure options (#456748)
This commit is contained in:
parent
d763ffe596
commit
edcb9d8b59
1 changed files with 8 additions and 6 deletions
|
@ -5,7 +5,7 @@
|
|||
Summary: Utilities for managing accounts and shadow password files
|
||||
Name: shadow-utils
|
||||
Version: 4.1.2
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Epoch: 2
|
||||
URL: http://pkg-shadow.alioth.debian.org/
|
||||
Source0: ftp://pkg-shadow.alioth.debian.org/pub/pkg-shadow/shadow-%{version}.tar.bz2
|
||||
|
@ -56,16 +56,15 @@ autoconf
|
|||
|
||||
%build
|
||||
%configure \
|
||||
--disable-desrpc \
|
||||
--enable-shadowgrp \
|
||||
--without-libcrack \
|
||||
--with-libcrypt \
|
||||
--with-audit \
|
||||
--with-sha-crypt \
|
||||
%if %{WITH_SELINUX}
|
||||
--with-selinux \
|
||||
%endif
|
||||
--without-libcrack \
|
||||
--without-libpam \
|
||||
--disable-shared \
|
||||
--with-libaudit
|
||||
--disable-shared
|
||||
make
|
||||
|
||||
%install
|
||||
|
@ -185,6 +184,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_mandir}/man8/vigr.8*
|
||||
|
||||
%changelog
|
||||
* Mon Jul 28 2008 Peter Vrabec <pvrabec@redhat.com> 2:4.1.2-4
|
||||
- fix configure options (#456748)
|
||||
|
||||
* Thu Jul 24 2008 Peter Vrabec <pvrabec@redhat.com> 2:4.1.2-3
|
||||
- recreate selinux patch
|
||||
|
||||
|
|
Loading…
Reference in a new issue