From c467a02b36ea33af72ced000a1b62efca5d2de34bf0aed8891b899015bef9512 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Wed, 20 Dec 2017 22:19:12 +0000 Subject: [PATCH] Accepting request 556716 from home:StefanBruens:branches:server:monitoring - Buildrequires for gpsd changed, upstream renamed the pkgconfig file in gpsd 3.17. OBS-URL: https://build.opensuse.org/request/show/556716 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=148 --- collectd.changes | 6 ++++++ collectd.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/collectd.changes b/collectd.changes index d655179..56eae4b 100644 --- a/collectd.changes +++ b/collectd.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Dec 13 15:50:24 UTC 2017 - stefan.bruens@rwth-aachen.de + +- Buildrequires for gpsd changed, upstream renamed the pkgconfig + file in gpsd 3.17. + ------------------------------------------------------------------- Fri Sep 8 15:28:48 UTC 2017 - stefan.bruens@rwth-aachen.de diff --git a/collectd.spec b/collectd.spec index b1a35c4..b1684dc 100644 --- a/collectd.spec +++ b/collectd.spec @@ -108,7 +108,8 @@ BuildRequires: pkgconfig(libart-2.0) BuildRequires: pkgconfig(libatasmart) BuildRequires: pkgconfig(libcurl) BuildRequires: pkgconfig(libevent) -BuildRequires: pkgconfig(libgpsd) +#BuildRequires: pkgconfig(libgpsd) +BuildRequires: pkgconfig(libgps) BuildRequires: pkgconfig(libiptc) BuildRequires: pkgconfig(libmemcached) BuildRequires: pkgconfig(libmicrohttpd)