From d801426dd4c331bf839cadbf5c7b7a5ca2738a81b5331685813e998572598432 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 7 Jan 2008 01:53:19 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssh?expand=0&rev=15 --- openssh-askpass-gnome.spec | 4 ++-- openssh.changes | 5 +++++ openssh.spec | 8 +++++--- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/openssh-askpass-gnome.spec b/openssh-askpass-gnome.spec index 597016a..56e7654 100644 --- a/openssh-askpass-gnome.spec +++ b/openssh-askpass-gnome.spec @@ -1,7 +1,7 @@ # # spec file for package openssh-askpass-gnome (Version 4.7p1) # -# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -15,7 +15,7 @@ BuildRequires: gtk2-devel krb5-devel opensc-devel openssh openssl-devel pam-dev License: BSD 3-Clause Group: Productivity/Networking/SSH Version: 4.7p1 -Release: 5 +Release: 12 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 5eb34cd..9847dd8 100644 --- a/openssh.changes +++ b/openssh.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 4 11:11:52 CET 2008 - anicka@suse.cz + +- fix privileges of a firewall definition file [#351193] + ------------------------------------------------------------------- Sat Dec 15 00:10:13 CET 2007 - anicka@suse.cz diff --git a/openssh.spec b/openssh.spec index e02c623..897d907 100644 --- a/openssh.spec +++ b/openssh.spec @@ -1,7 +1,7 @@ # # spec file for package openssh (Version 4.7p1) # -# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -29,7 +29,7 @@ PreReq: /usr/sbin/groupadd /usr/sbin/useradd %insserv_prereq %fillup_pr Conflicts: nonfreessh AutoReqProv: on Version: 4.7p1 -Release: 5 +Release: 11 %define xversion 1.2.4.1 Summary: Secure Shell Client and Server (Remote Login Program) Url: http://www.openssh.com/ @@ -229,7 +229,7 @@ sed -i -e s@/usr/libexec@/usr/%{_lib}@g $RPM_BUILD_ROOT/etc/ssh/sshd_config #install firewall definitions format is described here: #/usr/share/SuSEfirewall2/services/TEMPLATE mkdir -p $RPM_BUILD_ROOT/%{_fwdefdir} -install -m 755 %{S:9} $RPM_BUILD_ROOT/%{_fwdefdir}/sshd +install -m 644 %{S:9} $RPM_BUILD_ROOT/%{_fwdefdir}/sshd %pre /usr/sbin/groupadd -g 65 -o -r sshd 2> /dev/null || : @@ -296,6 +296,8 @@ rm -rf $RPM_BUILD_ROOT %config %_appdefdir/SshAskpass %changelog +* Fri Jan 04 2008 - anicka@suse.cz +- fix privileges of a firewall definition file [#351193] * Sat Dec 15 2007 - anicka@suse.cz - add patch calling pam with root privileges [#334559] - drop pwname-home patch [#104773]