From edcb9d8b59c79f769716120d9329210dc01f37f8 Mon Sep 17 00:00:00 2001 From: Peter Vrabec Date: Mon, 28 Jul 2008 11:45:33 +0000 Subject: [PATCH] ix configure options (#456748) --- shadow-utils.spec | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/shadow-utils.spec b/shadow-utils.spec index 36b0310..a0cdea3 100644 --- a/shadow-utils.spec +++ b/shadow-utils.spec @@ -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 2:4.1.2-4 +- fix configure options (#456748) + * Thu Jul 24 2008 Peter Vrabec 2:4.1.2-3 - recreate selinux patch