forked from pool/rpmlint
Accepting request 93997 from devel:openSUSE:Factory:rpmlint
- add NetworkManager-openconnect to dbus whitelist (bnc#732915) - add global filter for SuSEfirewall2's sysconfig file as setBadness in the package is not allowed - added: standard group 'citadel' - added: standard user 'citadel' - changed: addDetails('non-standard-uid', ... branch paket ...', 'non-standard-uid', ... branch paket ...') OBS-URL: https://build.opensuse.org/request/show/93997 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint?expand=0&rev=145
This commit is contained in:
commit
9991b918f7
16
config
16
config
@ -77,6 +77,7 @@ setOption('StandardGroups', (
|
||||
'bin',
|
||||
'casaauth',
|
||||
'cdrom',
|
||||
'citadel',
|
||||
'console',
|
||||
'cwbconv',
|
||||
'daemon',
|
||||
@ -194,6 +195,7 @@ setOption('StandardUsers', (
|
||||
'casaatsd',
|
||||
'casaatvd',
|
||||
'casaauth',
|
||||
'citadel',
|
||||
'cntlm',
|
||||
'cop',
|
||||
'cyrus',
|
||||
@ -297,11 +299,13 @@ setOption('StandardUsers', (
|
||||
|
||||
addDetails('non-standard-uid',
|
||||
'''A file in this package is owned by an unregistered user id.
|
||||
Please contact opensuse-packaging@opensuse.org to register the user.
|
||||
To register the user, please branch the devel:openSUSE:Factory:rpmlint rpmlint package,
|
||||
add the user to the "config" file and send a submitrequest.
|
||||
''',
|
||||
'non-standard-gid',
|
||||
'''A file in this package is owned by an unregistered group id.
|
||||
Please contact opensuse-packaging@opensuse.org to register the group.
|
||||
To register the group, please branch the devel:openSUSE:Factory:rpmlint rpmlint package,
|
||||
add the group to the "config" file and send a submitrequest.
|
||||
'''
|
||||
)
|
||||
|
||||
@ -472,6 +476,8 @@ setOption("DBUSServices.WhiteList", (
|
||||
# kdepim4/kalarm (bnc#707723)
|
||||
"org.kde.kalarmrtcwake.conf",
|
||||
"org.kde.kalarmrtcwake.service",
|
||||
# NetworkManager-openvpn (bnc#732915)
|
||||
"nm-openconnect-service.conf",
|
||||
))
|
||||
|
||||
# Output filters
|
||||
@ -639,6 +645,12 @@ addFilter("nfs-client\.\S+: \w: suse-filelist-forbidden-backup-file /var/lib/nfs
|
||||
addFilter("perl\.\S+: \w: suse-filelist-forbidden-perl-dir ")
|
||||
addFilter("info\.\S+: \w: info-dir-file .*/usr/share/info/dir")
|
||||
|
||||
# fillup is known to break SuSEfirewall's sysconfig file on many
|
||||
# systems as people tend to break up long lines into several ones.
|
||||
# This bug remains unfixed since years (bnc#340926).
|
||||
# So we have to avoid fillup and therefore break the SUSE policy
|
||||
addFilter("SuSEfirewall2\.\S+: \w: suse-filelist-forbidden-sysconfig.*/etc/sysconfig/SuSEfirewall2")
|
||||
|
||||
# these packages are used for CD creation and are not supposed to be
|
||||
# installed. It's still a dirty hack to make an exception. The
|
||||
# packages should either be built in a separate project with
|
||||
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 28 11:00:43 UTC 2011 - lnussel@suse.de
|
||||
|
||||
- add NetworkManager-openconnect to dbus whitelist (bnc#732915)
|
||||
- add global filter for SuSEfirewall2's sysconfig file as setBadness in the
|
||||
package is not allowed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 23 22:28:34 UTC 2011 - projects@localside.net
|
||||
|
||||
- added: standard group 'citadel'
|
||||
- added: standard user 'citadel'
|
||||
- changed: addDetails('non-standard-uid', ... branch paket ...',
|
||||
'non-standard-uid', ... branch paket ...')
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 28 17:11:34 UTC 2011 - opensuse@cboltz.de
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user