rpms/BackupPC/F-10 BackupPC.spec,1.7,1.8

Johan Cwiklinski trasher at fedoraproject.org
Fri Sep 18 21:17:21 UTC 2009


Author: trasher

Update of /cvs/extras/rpms/BackupPC/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17146

Modified Files:
	BackupPC.spec 
Log Message:
Fix SELinux rules (bug #512035)



Index: BackupPC.spec
===================================================================
RCS file: /cvs/extras/rpms/BackupPC/F-10/BackupPC.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- BackupPC.spec	10 Apr 2009 16:13:11 -0000	1.7
+++ BackupPC.spec	18 Sep 2009 21:17:20 -0000	1.8
@@ -6,7 +6,7 @@
 
 Name:           BackupPC
 Version:        3.1.0
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        High-performance backup system
 
 Group:          Applications/System
@@ -95,11 +95,9 @@ allow httpd_t httpd_sys_content_t:sock_f
 EOF
 
 cat >%{name}.fc <<EOF
-%{_sysconfdir}/%{name}                  system_u:object_r:httpd_sys_content_t:s0
-%{_sysconfdir}/%{name}/pc               system_u:object_r:httpd_sys_script_rw_t:s0
-%{_sysconfdir}/%{name}/config.pl        system_u:object_r:httpd_sys_content_t:s0
-%{_sysconfdir}/%{name}/hosts            system_u:object_r:httpd_sys_content_t:s0
-%{_localstatedir}/log/%{name}           system_u:object_r:httpd_sys_content_t:s0
+%{_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)
+%{_localstatedir}/log/%{name}(/.*)?     gen_context(system_u:object_r:httpd_sys_content_t,s0)
 EOF
 %endif
 
@@ -228,6 +226,9 @@ fi
 %endif
 
 %changelog
+* Fri Sep 18 2009 Johan Cwiklinski <johan AT x-tnd DOT be> 3.1.0-5
+- Fix SELinux policy module for UserEmailInfo.pl file
+
 * Fri Apr 10 2009 Johan Cwiklinski <johan AT x-tnd DOT be> 3.1.0-4
 - Fix TopDir change (bug #473944)
 




More information about the fedora-extras-commits mailing list