From d91750ab40524c796746964820e8ab7de2643d1765019335f0008388fb7c1b55 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sun, 24 Aug 2008 08:55:43 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssh?expand=0&rev=20 --- openssh-askpass-gnome.spec | 2 +- openssh.changes | 5 +++++ openssh.spec | 6 ++++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/openssh-askpass-gnome.spec b/openssh-askpass-gnome.spec index 7531c93..2da1657 100644 --- a/openssh-askpass-gnome.spec +++ b/openssh-askpass-gnome.spec @@ -23,7 +23,7 @@ BuildRequires: gtk2-devel krb5-devel opensc-devel openssh openssl-devel pam-dev License: BSD 3-Clause Group: Productivity/Networking/SSH Version: 5.1p1 -Release: 24 +Release: 27 Requires: openssh = %{version} openssh-askpass = %{version} AutoReqProv: on Summary: A GNOME-Based Passphrase Dialog for OpenSSH diff --git a/openssh.changes b/openssh.changes index aa3a5a8..8195e9d 100644 --- a/openssh.changes +++ b/openssh.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Aug 24 08:26:05 CEST 2008 - coolo@suse.de + +- fix fillup macro usage + ------------------------------------------------------------------- Fri Aug 22 11:51:12 CEST 2008 - prusnak@suse.cz diff --git a/openssh.spec b/openssh.spec index 3ef1ef2..a4a3bf8 100644 --- a/openssh.spec +++ b/openssh.spec @@ -38,7 +38,7 @@ PreReq: /usr/sbin/groupadd /usr/sbin/useradd %insserv_prereq %fillup_pr Conflicts: nonfreessh AutoReqProv: on Version: 5.1p1 -Release: 23 +Release: 24 %define xversion 1.2.4.1 Summary: Secure Shell Client and Server (Remote Login Program) Url: http://www.openssh.com/ @@ -241,7 +241,7 @@ install -m 644 %{S:9} $RPM_BUILD_ROOT/%{_fwdefdir}/sshd /usr/sbin/useradd -r -o -g sshd -u 71 -s /bin/false -c "SSH daemon" -d /var/lib/sshd sshd 2> /dev/null || : %post -%{fillup_and_insserv -n -s -y ssh sshd START_SSHD} +%{fillup_and_insserv -n -y ssh sshd} %run_permissions %verifyscript %verify_permissions -e /etc/ssh/sshd_config -e /etc/ssh/ssh_config -e /usr/bin/ssh @@ -301,6 +301,8 @@ rm -rf $RPM_BUILD_ROOT %config %_appdefdir/SshAskpass %changelog +* Sun Aug 24 2008 coolo@suse.de +- fix fillup macro usage * Fri Aug 22 2008 prusnak@suse.cz - enabled SELinux support [Fate#303662] * Tue Jul 22 2008 anicka@suse.cz