[openssh] Systemd compatibility according to Mathieu Bridon <bochecha at fedoraproject.org> Split out the host ke

Jan F. Chadima jfch2222 at fedoraproject.org
Tue Jun 28 09:11:55 UTC 2011


commit d2cf5330232ed83ab65e11bf1e0b9e0de36ced92
Author: Jan F <jfch at zwingli.jagda.eu>
Date:   Tue Jun 28 11:11:10 2011 +0200

    Systemd compatibility according to Mathieu Bridon <bochecha at fedoraproject.org>
    Split out the host keygen into their own command, to ease future migration
    to systemd. Compatitbility with the init script was kept.
    Migrate the package to full native systemd unit files, according to the Fedora
    packaging guidelines.
    Prepate the unit files for running an ondemand server. (do not add it actually)

 openssh.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/openssh.spec b/openssh.spec
index c4f78a3..7bb3c03 100644
--- a/openssh.spec
+++ b/openssh.spec
@@ -79,7 +79,7 @@
 
 # Do not forget to bump pam_ssh_agent_auth release if you rewind the main package release to 1
 %define openssh_ver 5.8p2
-%define openssh_rel 13
+%define openssh_rel 11
 %define pam_ssh_agent_ver 0.9.2
 %define pam_ssh_agent_rel 31
 
@@ -571,8 +571,8 @@ install -m644 %{SOURCE7} $RPM_BUILD_ROOT/etc/sysconfig/sshd
 install -m755 %{SOURCE13} $RPM_BUILD_ROOT/%{_sbindir}/sshd-keygen
 install -d -m755 $RPM_BUILD_ROOT/%{_unitdir}
 install -m644 %{SOURCE8} $RPM_BUILD_ROOT/%{_unitdir}/sshd-keygen.service
-install -m644 %{SOURCE9} $RPM_BUILD_ROOT/%{_unitdir}/sshd at .service
-install -m644 %{SOURCE10} $RPM_BUILD_ROOT/%{_unitdir}/sshd.socket
+# install -m644 %{SOURCE9} $RPM_BUILD_ROOT/%{_unitdir}/sshd at .service
+# install -m644 %{SOURCE10} $RPM_BUILD_ROOT/%{_unitdir}/sshd.socket
 install -m644 %{SOURCE11} $RPM_BUILD_ROOT/%{_unitdir}/sshd.service
 install -m755 contrib/ssh-copy-id $RPM_BUILD_ROOT%{_bindir}/
 install contrib/ssh-copy-id.1 $RPM_BUILD_ROOT%{_mandir}/man1/


More information about the scm-commits mailing list