rpms/BackupPC/EL-6 BackupPC.spec,1.16,1.17

Johan Cwiklinski trasher at fedoraproject.org
Fri Jul 2 21:58:27 UTC 2010


Author: trasher

Update of /cvs/pkgs/rpms/BackupPC/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv12757

Modified Files:
	BackupPC.spec 
Log Message:
Fix for bug #592762


Index: BackupPC.spec
===================================================================
RCS file: /cvs/pkgs/rpms/BackupPC/EL-6/BackupPC.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- BackupPC.spec	28 Feb 2010 17:43:35 -0000	1.16
+++ BackupPC.spec	2 Jul 2010 21:58:27 -0000	1.17
@@ -6,7 +6,7 @@
 
 Name:           BackupPC
 Version:        3.1.0
-Release:        12%{?dist}
+Release:        13%{?dist}
 Summary:        High-performance backup system
 
 Group:          Applications/System
@@ -95,8 +95,7 @@ allow httpd_t httpd_sys_content_t:sock_f
 EOF
 
 cat >%{name}.fc <<EOF
-%{_sysconfdir}/%{name}(/.*)?            gen_context(system_u:object_r:httpd_sys_content_t,s0)
-%{_sysconfdir}/%{name}/pc(/.*)?         gen_context(system_u:object_r:httpd_sys_script_rw_t,s0)
+%{_sysconfdir}/%{name}(/.*)?            gen_context(system_u:object_r:httpd_sys_script_rw_t,s0)
 %{_localstatedir}/log/%{name}(/.*)?     gen_context(system_u:object_r:httpd_sys_content_t,s0)
 EOF
 %endif
@@ -224,6 +223,9 @@ fi
 %endif
 
 %changelog
+* Fri Jul 02 2010 Johan Cwiklinski <johan AT x-tnd DOT be> 3.1.0-13
+- Fix for bug #592762
+
 * Sun Feb 28 2010 Johan Cwiklinski <johan AT x-tnd DOT be> 3.1.0-12
 - Add "::1" to the apache config file for default allowed adresses
 - Fix a typo in the apache config file



More information about the scm-commits mailing list