[amanda] Fix: #1056675 systemd file incorrectly named

Petr Hracek phracek at fedoraproject.org
Fri Jan 31 09:33:11 UTC 2014


commit a20abb3ca19008dff102847417d4160938d450d8
Author: Petr Hracek <phracek at redhat.com>
Date:   Fri Jan 31 10:31:19 2014 +0100

    Fix: #1056675 systemd file incorrectly named

 amanda.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/amanda.spec b/amanda.spec
index 083aa0f..f4d6337 100644
--- a/amanda.spec
+++ b/amanda.spec
@@ -10,7 +10,7 @@
 Summary: A network-capable tape backup solution
 Name: amanda
 Version: 3.3.3
-Release: 9%{?dist}
+Release: 10%{?dist}
 Source: http://downloads.sourceforge.net/amanda/amanda-%{version}.tar.gz
 Source1: amanda.crontab
 Source4: disklist
@@ -153,7 +153,7 @@ install -m 600 %SOURCE8 $RPM_BUILD_ROOT%{_localstatedir}/lib/amanda/.amandahosts
 install -p -m 644 -D %{SOURCE9} %{buildroot}%{_unitdir}/amanda.socket
 install -p -m 644 -D %{SOURCE10} %{buildroot}%{_unitdir}/amanda at .service
 install -p -m 644 -D %{SOURCE13} %{buildroot}%{_unitdir}/amanda-udp.socket
-install -p -m 644 -D %{SOURCE14} %{buildroot}%{_unitdir}/amanda-udp at .service
+install -p -m 644 -D %{SOURCE14} %{buildroot}%{_unitdir}/amanda-udp.service
 install -D %{SOURCE11}  %{buildroot}/%{_mandir}/man1/activate-devpay.1.gz
 install -D %{SOURCE12}  %{buildroot}/%{_mandir}/man8/killpgrp.8
 
@@ -475,6 +475,9 @@ rm -rf ${RPM_BUILD_ROOT}
 
 
 %changelog
+* Fri Jan 31 2014 Petr Hracek <phracek at redhat.com> - 3.3.3-10
+- Fix: #1056675 systemd file incorrectly named (missing file in install section)
+
 * Fri Jan 31 2014 Petr Hracek <phracek at redhat.com> - 3.3.3-9
 - Fix: #1056675 systemd file incorrectly named
 


More information about the scm-commits mailing list