From cd4f5e6cbc8ee9391c5fe3fb34884dce9dd7173dff56f6fbef6b2801d234a875 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 22 Mar 2011 12:04:25 +0000 Subject: [PATCH] Accepting request 64687 from Base:System Accepted submit request 64687 from user licensedigger OBS-URL: https://build.opensuse.org/request/show/64687 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint?expand=0&rev=99 --- config | 4 ++++ rpmlint.changes | 11 +++++++++++ suse-pkg-config-check.diff | 2 +- 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/config b/config index 2b44549..9d16611 100644 --- a/config +++ b/config @@ -307,6 +307,8 @@ setOption("DBUSServices.WhiteList", ( "org.freedesktop.RealtimeKit1.service", # wpa_supplicant "fi.epitest.hostap.WPASupplicant.service", + # bnc#681116 + "fi.w1.wpa_supplicant1.service", "wpa_supplicant.conf", # kdebase4-workspace "org.kde.fontinst.service", @@ -339,6 +341,8 @@ setOption("DBUSServices.WhiteList", ( "org.freedesktop.nm_dispatcher.service", "NetworkManager.conf", "NetworkManager-frontend.conf", + # bnc#681128 + "org.freedesktop.NetworkManager.service", # ModemManager "org.freedesktop.ModemManager.service", "org.freedesktop.ModemManager.conf", diff --git a/rpmlint.changes b/rpmlint.changes index df37895..a04c5f9 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Mar 21 16:08:59 UTC 2011 - lnussel@suse.de + +- add NetworkManager to dbus whitelist (bnc#681128) +- add wpa_supplicant to dbus whitelist (bnc#681116) + +------------------------------------------------------------------- +Wed Mar 16 11:42:39 CET 2011 - dmueller@suse.de + +- fix typo (bnc#675329) + ------------------------------------------------------------------- Wed Feb 16 10:29:14 UTC 2011 - lnussel@suse.de diff --git a/suse-pkg-config-check.diff b/suse-pkg-config-check.diff index dc261dc..7c912b6 100644 --- a/suse-pkg-config-check.diff +++ b/suse-pkg-config-check.diff @@ -45,7 +45,7 @@ Index: TagsCheck.py '''The URL tag is missing. Please add a http or ftp link to the project location.''', +'no-pkg-config-provides', -+'''The package installes a .pc file but does not provide pkgconfig(..) provides. ++'''The package installs a .pc file but does not provide pkgconfig(..) provides. +The most likely reason for that is that it was built without BuildRequires: pkg-config. +Please double check your build dependencies.''', +