forked from pool/neard
Accepting request 289665 from home:dimstar:Factory
- BuildRequire pkgconfig(systemd) in place of systemd-devel: the smaller dependency is perfectly sufficient for this package. OBS-URL: https://build.opensuse.org/request/show/289665 OBS-URL: https://build.opensuse.org/package/show/hardware/neard?expand=0&rev=17
This commit is contained in:
parent
79e70757bd
commit
e835649ea4
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 6 12:21:11 UTC 2015 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- BuildRequire pkgconfig(systemd) in place of systemd-devel: the
|
||||||
|
smaller dependency is perfectly sufficient for this package.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 5 18:02:51 UTC 2015 - p.drouand@gmail.com
|
Thu Mar 5 18:02:51 UTC 2015 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package neard
|
# spec file for package neard
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2010-2012 B1 Systems GmbH, Vohburg, Germany
|
# Copyright (c) 2010-2012 B1 Systems GmbH, Vohburg, Germany
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -39,7 +39,7 @@ BuildRequires: pkgconfig(dbus-1) >= 1.4
|
|||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.28
|
BuildRequires: pkgconfig(glib-2.0) >= 2.28
|
||||||
BuildRequires: pkgconfig(libnl-3.0)
|
BuildRequires: pkgconfig(libnl-3.0)
|
||||||
BuildRequires: pkgconfig(libnl-genl-3.0)
|
BuildRequires: pkgconfig(libnl-genl-3.0)
|
||||||
BuildRequires: systemd-devel
|
BuildRequires: pkgconfig(systemd)
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user