rpms/BackupPC/F-13 BackupPC.spec,1.17,1.18

Johan Cwiklinski trasher at fedoraproject.org
Mon May 17 18:08:09 UTC 2010


Author: trasher

Update of /cvs/pkgs/rpms/BackupPC/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv21983

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


Index: BackupPC.spec
===================================================================
RCS file: /cvs/pkgs/rpms/BackupPC/F-13/BackupPC.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- BackupPC.spec	29 Mar 2010 15:45:34 -0000	1.17
+++ BackupPC.spec	17 May 2010 18:08:08 -0000	1.18
@@ -6,13 +6,13 @@
 
 Name:           BackupPC
 Version:        3.1.0
-Release:        13%{?dist}
+Release:        14%{?dist}
 Summary:        High-performance backup system
 
 Group:          Applications/System
 License:        GPLv2+
 URL:            http://backuppc.sourceforge.net/
-Source0:        http://dl.sourceforge.net/backuppc/%{name}-%{version}.tar.gz
+Source0:        http://downloads.sourceforge.net/backuppc/%{name}-%{version}.tar.gz
 Source1:        BackupPC.htaccess
 Source2:        BackupPC.logrotate
 Source3:        BackupPC-README.fedora
@@ -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
+* Mon May 17 2010 Johan Cwiklinski <johan AT x-tnd DOT be> 3.1.0-14
+- Fix for bug #592762
+
 * Mon Mar 29 2010 Johan Cwiklinski <johan AT x-tnd DOT be> 3.1.0-13
 - Rebuild agaisnt latest selinux policy (bug #577389)
 



More information about the scm-commits mailing list