forked from pool/rpmlint
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
This commit is contained in:
parent
17c1e7772d
commit
cd4f5e6cbc
4
config
4
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",
|
||||
|
@ -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
|
||||
|
||||
|
@ -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.''',
|
||||
+
|
||||
|
Loading…
Reference in New Issue
Block a user