forked from pool/openssh
Accepting request 139103 from network
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/139103 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssh?expand=0&rev=80
This commit is contained in:
commit
0b2d7bd1bd
@ -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
|
Wed Aug 15 19:25:08 UTC 2012 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@ Version: 6.0p1
|
|||||||
Release: 0
|
Release: 0
|
||||||
%define xversion 1.2.4.1
|
%define xversion 1.2.4.1
|
||||||
Summary: Secure Shell Client and Server (Remote Login Program)
|
Summary: Secure Shell Client and Server (Remote Login Program)
|
||||||
License: BSD-3-Clause ; MIT
|
License: BSD-3-Clause and MIT
|
||||||
Group: Productivity/Networking/SSH
|
Group: Productivity/Networking/SSH
|
||||||
Url: http://www.openssh.com/
|
Url: http://www.openssh.com/
|
||||||
Source: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
|
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
|
Patch22: openssh-nodaemon-nopid.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0%{?suse_version} > 1140
|
%if 0%{?suse_version} > 1140
|
||||||
BuildRequires: systemd
|
BuildRequires: pkgconfig(systemd)
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
%define has_systemd 1
|
%define has_systemd 1
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user