From 04f62067726b67e4a677fefb5351321d6f19cc507d74b2f44d9f42aeda99f05f Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 20 Feb 2020 12:56:07 +0000 Subject: [PATCH] Accepting request 766819 from home:dimstar:Factory - BuildRequire pkgconfig(systemd) instead of systemd directly: allow OBS to shortcut through the -mini flavors. OBS-URL: https://build.opensuse.org/request/show/766819 OBS-URL: https://build.opensuse.org/package/show/network:fcoe/open-lldp?expand=0&rev=36 --- open-lldp.changes | 6 ++++++ open-lldp.spec | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/open-lldp.changes b/open-lldp.changes index 9e39bc8..d3126aa 100644 --- a/open-lldp.changes +++ b/open-lldp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jan 24 11:12:11 UTC 2020 - Dominique Leuenberger + +- BuildRequire pkgconfig(systemd) instead of systemd directly: + allow OBS to shortcut through the -mini flavors. + ------------------------------------------------------------------- Tue Nov 19 13:14:16 UTC 2019 - hare@suse.com diff --git a/open-lldp.spec b/open-lldp.spec index c61c8f2..9135b91 100644 --- a/open-lldp.spec +++ b/open-lldp.spec @@ -1,7 +1,7 @@ # # spec file for package open-lldp # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -30,7 +30,7 @@ BuildRequires: libnl3-devel BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: readline-devel -Url: https://github.com/intel/openlldp +URL: https://github.com/intel/openlldp Source: %{name}-v%{version}.tar.xz Patch0: disable-werror.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -38,7 +38,7 @@ Provides: dcbd = %{version} Obsoletes: dcbd < %{version} Provides: lldpad = %{version} Obsoletes: lldpad < %{version} -BuildRequires: systemd +BuildRequires: pkgconfig(systemd) %systemd_requires %description