From 747fc3c60cb387e245d2b6e1c85d233d4d8758d72e19ec450ed5746489455e9e Mon Sep 17 00:00:00 2001 From: Christian Wittmer Date: Wed, 26 Mar 2014 22:35:37 +0000 Subject: [PATCH] Accepting request 227672 from home:computersalat:devel:network some RPMLINT fixes OBS-URL: https://build.opensuse.org/request/show/227672 OBS-URL: https://build.opensuse.org/package/show/network/boinc-client?expand=0&rev=35 --- boinc-client.changes | 9 +++++++++ boinc-client.spec | 4 +++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/boinc-client.changes b/boinc-client.changes index ceeaaad..5c8540a 100644 --- a/boinc-client.changes +++ b/boinc-client.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Mar 26 22:34:18 UTC 2014 - chris@computersalat.de + +- some RPMLINT fixes + * fix License: remove ',' + * non-standard-gid /var/lib/boinc boinc + * SR #227671 to rpmlint +- fix deps for libxcb + ------------------------------------------------------------------- Tue Mar 18 15:21:19 UTC 2014 - chris@computersalat.de diff --git a/boinc-client.spec b/boinc-client.spec index ee015a1..b16a8c1 100644 --- a/boinc-client.spec +++ b/boinc-client.spec @@ -30,7 +30,7 @@ Name: boinc-client Version: 7.2.42 Release: 0 Summary: The BOINC client -License: GPL-3.0+, LGPL-3.0+ +License: GPL-3.0+ or LGPL-3.0+ Group: Productivity/Clustering/Computing Url: http://boinc.berkeley.edu/ #Source0: boinc_core_release_%{version_}.tar.bz2 @@ -115,6 +115,8 @@ BuildRequires: libXScrnSaver-devel BuildRequires: libXi-devel BuildRequires: libxcb-devel BuildRequires: xcb-util-devel +%else +BuildRequires: xorg-x11-libxcb-devel %endif BuildRequires: gcc-c++ BuildRequires: gcc-fortran