[BackupPC] Missing backuppc.service file after upgrade to 3.2.1-10 causes service to exit at start (bz #896626)

Bernard Johnson bjohnson at fedoraproject.org
Sun Jan 20 19:23:52 UTC 2013


commit 7a0175bb8a254e221bb8f54c3c105f553dd08b89
Author: Bernard Johnson <bjohnson at symetrix.com>
Date:   Sun Jan 20 12:23:26 2013 -0700

    Missing backuppc.service file after upgrade to 3.2.1-10 causes service to
    exit at start (bz #896626)

 BackupPC.spec |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/BackupPC.spec b/BackupPC.spec
index ca9d4e5..20451cb 100644
--- a/BackupPC.spec
+++ b/BackupPC.spec
@@ -3,16 +3,16 @@
 %endif
 
 # tmpfiles.d & systemd support in all supported Fedora now, but not RHEL
-%if 0%{?rhel}
-%global _with_tmpfilesd 0
-%global _with_systemd 0
+%if 0%{?fedora}
+%global _with_tmpfilesd 1
+%global _with_systemd 1
 %endif
 
 %global _updatedb_conf /etc/updatedb.conf
 
 Name:           BackupPC
 Version:        3.2.1
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        High-performance backup system
 Group:          Applications/System
 License:        GPLv2+
@@ -337,6 +337,10 @@ fi
 %endif
 
 %changelog
+* Sun Jan 20 2013 Bernard Johnson <bjohnson at symetrix.com> 3.2.1-11
+- Missing backuppc.service file after upgrade to 3.2.1-10 causes service to
+  exit at start (bz #896626)
+
 * Sun Dec 24 2012 Bernard Johnson <bjohnson at symetrix.com> 3.2.1-10
 - cleanup build macros for Fedora
 - fix deprecated qw messages (partial fix for bz #755076)


More information about the scm-commits mailing list