From 7c145bd44cea56785c2cbbd5c4da63178988bc0c Mon Sep 17 00:00:00 2001 From: Johan Cwiklinski Date: Jan 15 2010 20:26:47 +0000 Subject: Do not relabel backup directory: fix for bug #525948 --- diff --git a/BackupPC.spec b/BackupPC.spec index 9a49464..8c1c583 100644 --- a/BackupPC.spec +++ b/BackupPC.spec @@ -6,7 +6,7 @@ Name: BackupPC Version: 3.1.0 -Release: 9%{?dist} +Release: 10%{?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 3.1.0-10 +- Fix selinux labelling backup directoru (bug #525948) + * Fri Sep 25 2009 Johan Cwiklinski 3.1.0-9 - Fix security bug (bug #518412)