From 8c5df33063eb0d529ddfd3c14d3319d9956993c04c9180d1def7d54cc99a5cf0 Mon Sep 17 00:00:00 2001 From: Petr Cerny Date: Sun, 21 Oct 2012 21:45:27 +0000 Subject: [PATCH] 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 --- openssh.changes | 5 +++++ openssh.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/openssh.changes b/openssh.changes index ebf962f..9813600 100644 --- a/openssh.changes +++ b/openssh.changes @@ -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 diff --git a/openssh.spec b/openssh.spec index 9a75403..c9906af 100644 --- a/openssh.spec +++ b/openssh.spec @@ -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