diff --git a/_servicedata b/_servicedata index 8eec4c4..9584d70 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ http://github.com/openSUSE/rpmlint-tests.git - a374c88b73eb58e49989ecab59e2d602aa11be94 + e8d62606360ce2fdd5c8e19bb83d21c04ef3c883 http://github.com/openSUSE/rpmlint-checks.git d0808a2802827878acce9ea1e7a1c6226ac79f95 \ No newline at end of file diff --git a/config b/config index 0c8939f..6c2189e 100644 --- a/config +++ b/config @@ -679,7 +679,10 @@ setOption("DBUSServices.WhiteList", ( "org.freedesktop.realmd.conf", # teamd (bnc#941993) "teamd@.service", - "org.libteam.teamd.conf" + "org.libteam.teamd.conf", + # cinnamon settings daemon (bsc#951830) + "org.cinnamon.SettingsDaemon.DateTimeMechanism.conf", + "org.cinnamon.SettingsDaemon.DateTimeMechanism.service" )) setOption("PAMModules.WhiteList", ( diff --git a/rpmlint-tests-13.2+git20150520.a374c88.tar.xz b/rpmlint-tests-13.2+git20150520.a374c88.tar.xz deleted file mode 100644 index d353c22..0000000 --- a/rpmlint-tests-13.2+git20150520.a374c88.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81c5b5f0e7ec9015b33685d29b25aee433ae0f858087a08490abb69438e50c9c -size 10648 diff --git a/rpmlint-tests-13.2+git20151110.e8d6260.tar.xz b/rpmlint-tests-13.2+git20151110.e8d6260.tar.xz new file mode 100644 index 0000000..6da7464 --- /dev/null +++ b/rpmlint-tests-13.2+git20151110.e8d6260.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f267f24a614b7cb16572065ed2d5f7544056ca0f53ce1cacdb36d30d87be276f +size 10684 diff --git a/rpmlint-tests.changes b/rpmlint-tests.changes index e91f097..c5f79e0 100644 --- a/rpmlint-tests.changes +++ b/rpmlint-tests.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Nov 10 12:39:01 UTC 2015 - lnussel@suse.de + +- Update to version 13.2+git20151110.e8d6260: + + fixed two new warnings + ------------------------------------------------------------------- Wed May 20 08:02:15 UTC 2015 - lnussel@suse.de diff --git a/rpmlint-tests.spec b/rpmlint-tests.spec index c8d3b4a..6a8f55d 100644 --- a/rpmlint-tests.spec +++ b/rpmlint-tests.spec @@ -22,7 +22,7 @@ BuildRequires: rpmlint-mini Name: rpmlint-tests -Version: 13.2+git20150520.a374c88 +Version: 13.2+git20151110.e8d6260 Release: 0 Summary: rpmlint regression tests License: SUSE-Public-Domain diff --git a/rpmlint.changes b/rpmlint.changes index 532f64f..57687a3 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 9 12:40:53 UTC 2015 - krahmer@suse.com + +- whitelisting cinnamon settings daemon (bsc#951830) + ------------------------------------------------------------------- Wed Oct 14 14:18:48 UTC 2015 - lnussel@suse.de