Accepting request 777674 from network:fcoe

OBS-URL: https://build.opensuse.org/request/show/777674
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-lldp?expand=0&rev=14
This commit is contained in:
Dominique Leuenberger 2020-02-22 17:57:25 +00:00 committed by Git OBS Bridge
commit df29f81302
2 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jan 24 11:12:11 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
- 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 Tue Nov 19 13:14:16 UTC 2019 - hare@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package open-lldp # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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: libtool
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: readline-devel BuildRequires: readline-devel
Url: https://github.com/intel/openlldp URL: https://github.com/intel/openlldp
Source: %{name}-v%{version}.tar.xz Source: %{name}-v%{version}.tar.xz
Patch0: disable-werror.patch Patch0: disable-werror.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -38,7 +38,7 @@ Provides: dcbd = %{version}
Obsoletes: dcbd < %{version} Obsoletes: dcbd < %{version}
Provides: lldpad = %{version} Provides: lldpad = %{version}
Obsoletes: lldpad < %{version} Obsoletes: lldpad < %{version}
BuildRequires: systemd BuildRequires: pkgconfig(systemd)
%systemd_requires %systemd_requires
%description %description