SPECS: pwdutils.spec - changed with openssl bcond to with gnutls, ...

baggins baggins at pld-linux.org
Fri Dec 9 17:23:08 CET 2005


Author: baggins                      Date: Fri Dec  9 16:23:08 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- changed with openssl bcond to with gnutls, as rpasswdd does not work
  when built with gnutls, i.e. build with openssl by default

---- Files affected:
SPECS:
   pwdutils.spec (1.65 -> 1.66) 

---- Diffs:

================================================================
Index: SPECS/pwdutils.spec
diff -u SPECS/pwdutils.spec:1.65 SPECS/pwdutils.spec:1.66
--- SPECS/pwdutils.spec:1.65	Fri Oct 28 08:12:38 2005
+++ SPECS/pwdutils.spec	Fri Dec  9 17:23:01 2005
@@ -6,13 +6,13 @@
 %bcond_without	audit		# don't build audit log plugin
 %bcond_without	ldap		# build without LDAP support
 %bcond_without	selinux		# build without SELinux support
-%bcond_with	openssl		# use OpenSSL instead of GnuTLS
+%bcond_with	gnutls		# use GnuTLS instead of OpenSSL
 #
 Summary:	Utilities to manage the passwd and shadow user information
 Summary(pl):	Narzędzia do zarządzania informacjami o użytkownikach z passwd i shadow
 Name:		pwdutils
 Version:	3.0.6
-Release:	1
+Release:	2
 License:	GPL v2
 Group:		Applications/System
 Source0:	ftp://ftp.kernel.org/pub/linux/utils/net/NIS/%{name}-%{version}.tar.bz2
@@ -36,12 +36,12 @@
 BuildRequires:	automake >= 1:1.7
 BuildRequires:	gcc >= 5:3.2
 BuildRequires:	gettext-devel
-%{!?with_openssl:BuildRequires:	gnutls-devel >= 1.0.0}
+%{?with_gnutls:BuildRequires:	gnutls-devel >= 1.0.0}
 BuildRequires:	libnscd-devel
 %{?with_selinux:BuildRequires:	libselinux-devel}
 BuildRequires:	libtool
 %{?with_ldap:BuildRequires:	openldap-devel}
-%{?with_openssl:BuildRequires:	openssl-devel >= 0.9.7d}
+%{!?with_gnutls:BuildRequires:	openssl-devel >= 0.9.7d}
 BuildRequires:	openslp-devel
 BuildRequires:	pam-devel
 BuildRequires:	sed >= 4.0
@@ -144,7 +144,7 @@
 %{__automake}
 %configure \
 	%{?with_audit:--enable-audit-plugin} \
-	%{?with_openssl:--disable-gnutls} \
+	%{!?with_gnutls:--disable-gnutls} \
 	--%{?with_ldap:en}%{!?with_ldap:dis}able-ldap \
 	--enable-nls \
 	--enable-pam_rpasswd \
@@ -280,6 +280,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.66  2005/12/09 16:23:01  baggins
+- changed with openssl bcond to with gnutls, as rpasswdd does not work
+  when built with gnutls, i.e. build with openssl by default
+
 Revision 1.65  2005/10/28 06:12:38  qboosh
 - updated to 3.0.6, updated pl.po-update patch
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/pwdutils.spec?r1=1.65&r2=1.66&f=u




More information about the pld-cvs-commit mailing list