rpms/BackupPC/F-11 BackupPC.spec,1.11,1.12

Johan Cwiklinski trasher at fedoraproject.org
Fri Jan 15 20:55:04 UTC 2010


Author: trasher

Update of /cvs/pkgs/rpms/BackupPC/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14864

Modified Files:
	BackupPC.spec 
Log Message:
Do not relabel backup directory: fix for bug #525948


Index: BackupPC.spec
===================================================================
RCS file: /cvs/pkgs/rpms/BackupPC/F-11/BackupPC.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- BackupPC.spec	25 Sep 2009 15:16:34 -0000	1.11
+++ BackupPC.spec	15 Jan 2010 20:55:04 -0000	1.12
@@ -6,7 +6,7 @@
 
 Name:           BackupPC
 Version:        3.1.0
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        High-performance backup system
 
 Group:          Applications/System
@@ -178,8 +178,6 @@ fi
 (
      # Install/update Selinux policy
      semodule -i %{_datadir}/selinux/packages/%{name}/%{name}.pp
-     # files owned by RPM
-     fixfiles -R %{name} restore
      # files created by app
      restorecon -R %{_sysconfdir}/%{name}
      restorecon -R %{_localstatedir}/lib/%{name}
@@ -227,6 +225,9 @@ fi
 %endif
 
 %changelog
+* Fri Jan 15 2010 Johan Cwiklinski <johan AT x-tnd DOT be> 3.1.0-8
+- Fix selinux labelling backup directory (bug #525948)
+
 * Fri Sep 25 2009 Johan Cwiklinski <johan AT x-tnd DOT be> 3.1.0-7
 - Fix security bug (bug #518412)
 



More information about the scm-commits mailing list