Fix: #1056675 systemd file incorrectly named
This commit is contained in:
parent
7acf57a276
commit
a20abb3ca1
1 changed files with 5 additions and 2 deletions
|
|
@ -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@.service
|
||||
install -p -m 644 -D %{SOURCE13} %{buildroot}%{_unitdir}/amanda-udp.socket
|
||||
install -p -m 644 -D %{SOURCE14} %{buildroot}%{_unitdir}/amanda-udp@.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@redhat.com> - 3.3.3-10
|
||||
- Fix: #1056675 systemd file incorrectly named (missing file in install section)
|
||||
|
||||
* Fri Jan 31 2014 Petr Hracek <phracek@redhat.com> - 3.3.3-9
|
||||
- Fix: #1056675 systemd file incorrectly named
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue