OBS User unknown 2008-01-07 01:53:19 +00:00 committed by Git OBS Bridge
parent 97aa80753c
commit d801426dd4
3 changed files with 12 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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]