From a47e152a4a73880ccab2518a5180a446207fd4c5 Mon Sep 17 00:00:00 2001 From: Johan Cwiklinski Date: Jan 17 2010 13:57:28 +0000 Subject: Bug #525948 was not fixed --- diff --git a/BackupPC.spec b/BackupPC.spec index bb4a204..b7406e8 100644 --- a/BackupPC.spec +++ b/BackupPC.spec @@ -6,7 +6,7 @@ Name: BackupPC Version: 3.1.0 -Release: 8%{?dist} +Release: 9%{?dist} Summary: High-performance backup system Group: Applications/System @@ -180,7 +180,6 @@ fi semodule -i %{_datadir}/selinux/packages/%{name}/%{name}.pp # files created by app restorecon -R %{_sysconfdir}/%{name} - restorecon -R %{_localstatedir}/lib/%{name} restorecon -R %{_localstatedir}/log/%{name} ) &>/dev/null %endif @@ -225,6 +224,9 @@ fi %endif %changelog +* Sun Jan 17 2010 Johan Cwiklinski 3.1.0-9 +- Really fix selinux labelling backup directory (bug #525948) + * Fri Jan 15 2010 Johan Cwiklinski 3.1.0-8 - Fix selinux labelling backup directory (bug #525948)