Accepting request 105960 from home:msmeissn:branches:network

fix build with new x11

OBS-URL: https://build.opensuse.org/request/show/105960
OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=21
This commit is contained in:
Marcus Meissner 2012-02-20 15:20:42 +00:00 committed by Git OBS Bridge
parent 4095c0743d
commit 7385d7e1a1
3 changed files with 11 additions and 3 deletions

View File

@ -1,7 +1,7 @@
#
# spec file for package openssh-askpass-gnome
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: openssh-askpass-gnome
BuildRequires: gtk2-devel
BuildRequires: krb5-devel
@ -25,7 +26,8 @@ BuildRequires: tcpd-devel
BuildRequires: update-desktop-files
Version: 5.9p1
Release: 0
Requires: openssh = %{version} openssh-askpass = %{version}
Requires: openssh = %{version}
Requires: openssh-askpass = %{version}
Summary: A GNOME-Based Passphrase Dialog for OpenSSH
License: BSD-3-Clause
Group: Productivity/Networking/SSH

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 20 08:29:17 UTC 2012 - meissner@suse.com
- include X11 app default dir
-------------------------------------------------------------------
Fri Dec 23 08:27:08 UTC 2011 - brian@aljex.com

View File

@ -1,7 +1,7 @@
#
# spec file for package openssh
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -270,6 +270,7 @@ getent passwd sshd >/dev/null || %{_sbindir}/useradd -r -g sshd -d /var/lib/sshd
%attr(0755,root,root) %{_libexecdir}/ssh/x11-ssh-askpass
%doc %{_mandir}/man1/ssh-askpass.1x.gz
%doc %{_mandir}/man1/x11-ssh-askpass.1x.gz
%dir %{_appdefdir}
%{_appdefdir}/SshAskpass
%changelog