[rsh] systemd: unit files must not be marked as %config

Michal Sekletar msekleta at fedoraproject.org
Wed Jun 26 16:25:43 UTC 2013


commit 9bae8a72a0097095dece8abefd2f01d2b29f2742
Author: Michal Sekletar <msekleta at redhat.com>
Date:   Tue Apr 30 13:48:41 2013 +0200

    systemd: unit files must not be marked as %config
    
    Signed-off-by: Michal Sekletar <msekleta at redhat.com>

 rsh.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/rsh.spec b/rsh.spec
index 39a27bb..860edf7 100644
--- a/rsh.spec
+++ b/rsh.spec
@@ -1,7 +1,7 @@
 Summary: Clients for remote access commands (rsh, rlogin, rcp)
 Name: rsh
 Version: 0.17
-Release: 71%{?dist}
+Release: 72%{?dist}
 License: BSD
 Group: Applications/Internet
 
@@ -235,10 +235,13 @@ install -m644 %SOURCE10 %{buildroot}%{_unitdir}/rexec.socket
 %{_sbindir}/in.rexecd
 %{_sbindir}/in.rlogind
 %{_sbindir}/in.rshd
-%config %{_unitdir}/*
+%{_unitdir}/*
 %{_mandir}/man8/*.8*
 
 %changelog
+* Tue Apr 30 2013 Michal Sekletar <msekleta at redhat.com> - 0.17-72
+- unit files must not be marked as config files
+
 * Thu Apr 11 2013 Michal Sekletar <msekleta at redhat.com> - 0.17-71
 - resolves: RHBZ #737244 #896583 #947213
 - migrate from xinetd to systemd configuration


More information about the scm-commits mailing list