rpms/ssmtp/devel ssmtp.spec,1.13,1.14

Manuel Wolfshant (wolfy) fedora-extras-commits at redhat.com
Wed Dec 5 12:33:39 UTC 2007


Author: wolfy

Update of /cvs/pkgs/rpms/ssmtp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7642

Modified Files:
	ssmtp.spec 
Log Message:
* Wed Dec 5 2007 lonely wolf <wolfy at nobugconsulting.ro> 2.61-11.5.2
- rebuilt for newer openssl
- fix usage of disttag for compatibility with mock + el3



Index: ssmtp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ssmtp/devel/ssmtp.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ssmtp.spec	24 Oct 2007 10:08:02 -0000	1.13
+++ ssmtp.spec	5 Dec 2007 12:33:06 -0000	1.14
@@ -1,6 +1,6 @@
 Name:		ssmtp
 Version:	2.61
-Release:	11.5%{?dist}.1
+Release:	11.5%{?dist}.2
 Summary:	Extremely simple MTA to get mail off the system to a Mailhub
 Group:		Applications/Internet
 License:	GPLv2+
@@ -48,11 +48,11 @@
 #on RHEL3 krb5 is somewhere else
 #test -e /usr/include/krb5.h || CPPFLAGS="-I/usr/kerberos/include"
 #CPPFLAGS=$(pkg-config --cflags-only-I openssl)
-%if "0%{?dist}" == "0el3" 
+%if "0%{?dist}" == "0.el3" 
 	%define cppflags -I/usr/kerberos/include
 %endif
 %configure --enable-ssl --enable-md5auth --enable-inet6
-%if "0%{?dist}" == "0el3" 
+%if "0%{?dist}" == "0.el3" 
 	make %{?_smp_mflags} CPPFLAGS=%{cppflags}
 %else
 	make %{?_smp_mflags}
@@ -115,6 +115,10 @@
 
 
 %changelog
+* Wed Dec 5 2007 lonely wolf <wolfy at nobugconsulting.ro> 2.61-11.5.2
+- rebuilt for newer openssl
+- fix usage of disttag for compatibility with mock + el3
+
 * Wed Oct 24 2007 lonely wolf <wolfy at nobugconsulting.ro> 2.61-11.5.1
 - adds back /usr/sbin/sendmail provides, rpmbuild by default does not add it
 




More information about the fedora-extras-commits mailing list