rpms/ssmtp/devel ssmtp.spec,1.17,1.18

Manuel Wolfshant wolfy at fedoraproject.org
Fri Sep 12 18:52:23 UTC 2008


Author: wolfy

Update of /cvs/pkgs/rpms/ssmtp/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29242

Modified Files:
	ssmtp.spec 
Log Message:
consolidate specs for Fedora and EPEL



Index: ssmtp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ssmtp/devel/ssmtp.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ssmtp.spec	11 Sep 2008 16:22:38 -0000	1.17
+++ ssmtp.spec	12 Sep 2008 18:51:53 -0000	1.18
@@ -1,6 +1,6 @@
 Name:		ssmtp
 Version:	2.61
-Release:	11.6%{?dist}
+Release:	11.6%{?dist}.1
 Summary:	Extremely simple MTA to get mail off the system to a Mailhub
 Group:		Applications/Internet
 License:	GPLv2+
@@ -18,7 +18,11 @@
 Patch6:		%{name}-md5auth-non-rsa
 Patch7:		%{name}-unitialized-strdup.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Provides:	%{_sbindir}/sendmail
+#hack around wrong requires for mutt and mdadm
+%if 0%{?rhel}
+Provides:	MTA smtpdaemon
+%endif
+Provides:	%{_sbindir}/sendmail 
 Requires(post):	%{_sbindir}/alternatives
 Requires(preun):	%{_sbindir}/alternatives
 BuildRequires:	openssl-devel
@@ -117,6 +121,9 @@
 
 
 %changelog
+* Fri Sep 12 2008 Manuel "lonely wolf" Wolfshant <wolfy at nobugconsulting.ro> 2.61-11.6.1
+- use conditionals to consolidate specs for Fedora and EPEL
+
 * Thu Sep 11 2008 Manuel "lonely wolf" Wolfshant <wolfy at nobugconsulting.ro> 2.61-11.6
 - patch to fix CVE-2008-3962 (courtesy https://bugs.gentoo.org/127592)
 - cleanup of other patches, make build with fuzz=0




More information about the fedora-extras-commits mailing list