From 24c5d1a1709b349a7bb6d0ee950e539ceb01a291454e2e6d109fc15fcb3d9f44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20V=C3=B6gl?= Date: Mon, 3 Feb 2020 09:46:13 +0000 Subject: [PATCH] Accepting request 768330 from home:dimstar:Factory - Cleanup BuildRequires that are not actually in use: pkgconfig(devmapper), pkgconfig(freetype2), pkgconfig(gail), pkgconfig(gdk-2.0), pkgconfig(gtk+-2.0), pkgconfig(libart-2.0). OBS-URL: https://build.opensuse.org/request/show/768330 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=161 --- collectd.changes | 7 +++++++ collectd.spec | 8 +------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/collectd.changes b/collectd.changes index f75d08d..5b49a19 100644 --- a/collectd.changes +++ b/collectd.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jan 29 13:41:00 UTC 2020 - Dominique Leuenberger + +- Cleanup BuildRequires that are not actually in use: + pkgconfig(devmapper), pkgconfig(freetype2), pkgconfig(gail), + pkgconfig(gdk-2.0), pkgconfig(gtk+-2.0), pkgconfig(libart-2.0). + ------------------------------------------------------------------- Mon Nov 25 14:02:12 UTC 2019 - Christian Vögl diff --git a/collectd.spec b/collectd.spec index fb3e129..f8cb7a4 100644 --- a/collectd.spec +++ b/collectd.spec @@ -1,7 +1,7 @@ # # spec file for package collectd # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2005-2013 Pascal Bleser # # All modifications and additions to the file contributed by third parties @@ -117,12 +117,6 @@ BuildRequires: pkgconfig(libgps) BuildRequires: pkgconfig(libsigrok) %endif BuildRequires: pkgconfig(dbi) -BuildRequires: pkgconfig(devmapper) -BuildRequires: pkgconfig(freetype2) -BuildRequires: pkgconfig(gail) -BuildRequires: pkgconfig(gdk-2.0) -BuildRequires: pkgconfig(gtk+-2.0) -BuildRequires: pkgconfig(libart-2.0) BuildRequires: pkgconfig(libatasmart) BuildRequires: pkgconfig(libcurl) BuildRequires: pkgconfig(libevent)