From: Marcin Krol Date: Tue, 3 Feb 2015 07:59:37 +0000 (+0000) Subject: - drop upstart, we never used it anyway X-Git-Url: https://git.tld-linux.org/?a=commitdiff_plain;h=bb4807c8757223643fd4d7593e8cf3a023a52a8f;p=packages%2Fopenssh.git - drop upstart, we never used it anyway --- diff --git a/openssh.spec b/openssh.spec index 687726c..4f40d01 100644 --- a/openssh.spec +++ b/openssh.spec @@ -44,7 +44,6 @@ Source4: %{name}.sysconfig Source5: ssh-agent.sh Source6: ssh-agent.conf Source7: %{name}-lpk.schema -Source8: %{name}d.upstart Source9: sshd.service Source10: sshd-keygen Source11: sshd.socket @@ -426,20 +425,6 @@ among the servers in the network. Backend LDAP dla OpenSSH to metoda rozprowadzania autoryzowanych tokenów między serwerami w sieci. -%package server-upstart -Summary: Upstart job description for OpenSSH server -Summary(pl.UTF-8): Opis zadania Upstart dla serwera OpenSSH -Group: Daemons -Requires: %{name}-server = %{epoch}:%{version}-%{release} -Requires: upstart >= 0.6 -Conflicts: syslog-ng < 3.2.4-1 - -%description server-upstart -Upstart job description for OpenSSH. - -%description server-upstart -l pl.UTF-8 -Opis zadania Upstart dla OpenSSH. - %package gnome-askpass Summary: OpenSSH GNOME passphrase dialog Summary(de.UTF-8): OpenSSH GNOME Passwort-Dialog @@ -722,12 +707,6 @@ if [ -x /bin/systemd_booted ] && /bin/systemd_booted; then EOF fi -%post server-upstart -%upstart_post sshd - -%postun server-upstart -%upstart_postun sshd - %post -n openldap-schema-openssh-lpk %openldap_schema_register %{schemadir}/openssh-lpk.schema %service -q ldap restart @@ -830,9 +809,3 @@ fi %defattr(644,root,root,755) %{schemadir}/openssh-lpk.schema %endif - -%if "%{pld_release}" != "ti" -%files server-upstart -%defattr(644,root,root,755) -%config(noreplace) %verify(not md5 mtime size) /etc/init/sshd.conf -%endif