rpms/qpidc/devel qpidc.spec,1.73,1.74

Nuno Santos nsantos at fedoraproject.org
Mon Mar 16 19:36:47 UTC 2009


Author: nsantos

Update of /cvs/extras/rpms/qpidc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30888

Modified Files:
	qpidc.spec 
Log Message:
Disable auth by default; fix selinux require


Index: qpidc.spec
===================================================================
RCS file: /cvs/extras/rpms/qpidc/devel/qpidc.spec,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- qpidc.spec	16 Mar 2009 18:34:22 -0000	1.73
+++ qpidc.spec	16 Mar 2009 19:36:16 -0000	1.74
@@ -7,7 +7,7 @@
 
 Name:           qpidc
 Version:        0.5.752600
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Libraries for Qpid C++ client applications
 Group:          System Environment/Libraries
 License:        ASL 2.0
@@ -64,7 +64,8 @@
 Group: System Environment/Daemons
 Requires: %name = %version-%release
 Requires: cyrus-sasl
-Requires(post): selinux-policy-base
+Requires(post): policycoreutils
+Requires(post): selinux-policy-minimum
 Requires(post): /usr/sbin/semodule
 Requires(postun): /usr/sbin/semodule
 
@@ -232,6 +233,9 @@
 # remove examples, are being packages separately in the rhm-docs package
 #rm -fr %{buildroot}/usr/share/qpidc/examples
 
+# disable auth by default
+echo "auth=no" >> %{buildroot}/etc/qpidd.conf
+
 install -d %{buildroot}%{_datadir}/selinux/packages
 install -m 644 selinux/qpidd.pp %{buildroot}%{_datadir}/selinux/packages
 
@@ -392,7 +396,10 @@
 %postun -n qmf -p /sbin/ldconfig
 
 %changelog
-* Wed Mar 11 2009 Nuno Santos <nsantos at localhost.localdomain> - 0.5.752600-1
+* Mon Mar 16 2009 Nuno Santos <nsantos at redhat.com> - 0.5.752600-3
+- Disable auth by default; fix selinux requires
+
+* Wed Mar 11 2009 Nuno Santos <nsantos at redhat.com> - 0.5.752600-1
 - Rebased to svn rev 752600
 
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.738618-4




More information about the fedora-extras-commits mailing list