Accepting request 138920 from openSUSE:Factory:Staging:Systemd

buildrequire systemd through pkgconfig to break cycle

OBS-URL: https://build.opensuse.org/request/show/138920
OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=37
This commit is contained in:
Petr Cerny 2012-10-21 21:45:27 +00:00 committed by Git OBS Bridge
parent f948d6768b
commit 8c5df33063
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 16 12:29:36 UTC 2012 - coolo@suse.com
- buildrequire systemd through pkgconfig to break cycle
-------------------------------------------------------------------
Wed Aug 15 19:25:08 UTC 2012 - crrodriguez@opensuse.org

View File

@ -36,7 +36,7 @@ Version: 6.0p1
Release: 0
%define xversion 1.2.4.1
Summary: Secure Shell Client and Server (Remote Login Program)
License: BSD-3-Clause ; MIT
License: BSD-3-Clause and MIT
Group: Productivity/Networking/SSH
Url: http://www.openssh.com/
Source: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
@ -73,7 +73,7 @@ Patch21: openssh-nocrazyabicheck.patch
Patch22: openssh-nodaemon-nopid.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} > 1140
BuildRequires: systemd
BuildRequires: pkgconfig(systemd)
%{?systemd_requires}
%define has_systemd 1
%endif