[netatalk/el5] add option --with-libcrypt

Jiri Skala jskala at fedoraproject.org
Fri Jul 22 13:25:06 UTC 2011


commit 10cfbdb54b01e512301e8c20ea76a467131a1d4c
Author: Jiri Skala <jskala at redhat.com>
Date:   Fri Jul 22 15:24:52 2011 +0200

    add option --with-libcrypt

 netatalk.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/netatalk.spec b/netatalk.spec
index 9ca78a2..5374834 100644
--- a/netatalk.spec
+++ b/netatalk.spec
@@ -1,7 +1,7 @@
 Summary: AppleTalk networking programs
 Name:    netatalk
 Version: 2.0.5
-Release: 1%{?dist}
+Release: 2%{?dist}
 Epoch:   4
 License: GPLv2+
 Group:   System Environment/Daemons
@@ -20,7 +20,7 @@ Requires(post): /sbin/chkconfig /sbin/ldconfig
 Requires(preun): /sbin/chkconfig
 Requires(preun): /sbin/service
 Requires(postun): /sbin/service /sbin/ldconfig
-BuildRequires: cracklib openssl-devel pam quota libtool automake autoconf db4-devel pam-devel
+BuildRequires: cracklib openssl-devel pam quota libtool automake autoconf db4-devel pam-devel libgcrypt-devel
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -72,7 +72,8 @@ export CFLAGS="$CFLAGS -fsigned-char"
         --enable-krbV-uam \
         --enable-overwrite \
         --with-gnu-ld \
-	--enable-redhat
+	--enable-redhat \
+	--with-libgcrypt
 
 # Grrrr. Fix broken libtool/autoFOO Makefiles.
 if [ "%{_lib}" != lib ]; then
@@ -162,6 +163,9 @@ fi
 %{_mandir}/man*/netatalk-config.1*
 
 %changelog
+* Fri Jul 22 2011 Jiri Skala <jskala at redhat.com> - 4:2.0.5-2
+- add option --with-libcrypt
+
 * Wed Jan 26 2011 Jiri Skala <jskala at redhat.com> - 4:2.0.5-1
 - initial version netatalk-2.0.5 of EPEL 5
 


More information about the scm-commits mailing list