rpms/neon/devel neon.spec,1.41,1.42

Joe Orton (jorton) fedora-extras-commits at redhat.com
Wed Apr 2 12:26:23 UTC 2008


Author: jorton

Update of /cvs/extras/rpms/neon/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10382

Modified Files:
	neon.spec 
Log Message:
* Wed Apr  2 2008 Joe Orton <jorton at redhat.com> 0.28.1-3
- use the OpenSSL CA bundle



Index: neon.spec
===================================================================
RCS file: /cvs/extras/rpms/neon/devel/neon.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- neon.spec	10 Mar 2008 12:48:58 -0000	1.41
+++ neon.spec	2 Apr 2008 12:25:44 -0000	1.42
@@ -1,7 +1,7 @@
 Summary: An HTTP and WebDAV client library
 Name: neon
 Version: 0.28.1
-Release: 2
+Release: 3
 License: LGPLv2+
 Group: System Environment/Libraries
 URL: http://www.webdav.org/neon/
@@ -10,6 +10,8 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: expat-devel, gnutls-devel, zlib-devel, krb5-devel
 BuildRequires: pkgconfig, pakchois-devel
+# For /etc/pki/tls/certs/ca-bundle.crt:
+Requires: openssl
 Conflicts: subversion < 0.22.2-4
 
 %description
@@ -35,8 +37,10 @@
 
 %build
 export CC="%{__cc} -pthread"
+# Use standard OpenSSL-provided CA bundle:
+%define cabundle %{_sysconfdir}/pki/tls/certs/ca-bundle.crt
 %configure --with-expat --enable-shared --disable-static \
-        --enable-warnings \
+        --enable-warnings --with-ca-bundle=%{cabundle} \
         --with-ssl=gnutls --enable-threadsafe-ssl=posix
 make %{?_smp_mflags}
 
@@ -72,6 +76,9 @@
 %{_libdir}/*.so
 
 %changelog
+* Wed Apr  2 2008 Joe Orton <jorton at redhat.com> 0.28.1-3
+- use the OpenSSL CA bundle
+
 * Mon Mar 10 2008 Joe Orton <jorton at redhat.com> 0.28.1-2
 - update to 0.28.1
 




More information about the fedora-extras-commits mailing list