forked from pool/rpmlint
Dirk Mueller
b0b29cefb3
* 0001-Python-3-compatibility-tweaks.patch - Change openstack- related users to non-prefixed variants, as they get renamed with the switch to Icehouse OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=244
14 lines
583 B
Diff
14 lines
583 B
Diff
Index: MenuXDGCheck.py
|
|
===================================================================
|
|
--- MenuXDGCheck.py.orig
|
|
+++ MenuXDGCheck.py
|
|
@@ -24,7 +24,7 @@ class MenuXDGCheck(AbstractCheck.Abstrac
|
|
# /var/lib/menu-xdg:/usr/share
|
|
self.cfp = RawConfigParser()
|
|
AbstractCheck.AbstractFilesCheck.__init__(
|
|
- self, "MenuXDGCheck", "/usr/share/applications/.*\.desktop$")
|
|
+ self, "MenuXDGCheck", "(?:/usr/share|/etc/opt/.*/share|/opt/.*)/applications/.*\.desktop$")
|
|
|
|
def check_file(self, pkg, filename):
|
|
root = pkg.dirName()
|