From bc11f0cc49c97c289013d6de54f11d2b65b9baf625e1fe6ebb87426132f5f605 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 16 Oct 2018 15:34:16 +0000 Subject: [PATCH 1/2] - Update rpmlint-checks to version master: * Use only one pattern that covers both cases * Add support to identify tmpfiles_create used with just a basename OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=627 --- _servicedata | 2 +- rpmlint-checks-master.tar.xz | 4 ++-- rpmlint.changes | 7 +++++++ 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/_servicedata b/_servicedata index 80e11be..7ed8a3f 100644 --- a/_servicedata +++ b/_servicedata @@ -3,4 +3,4 @@ https://github.com/openSUSE/rpmlint-tests.git 88daa4ecc60c092a31c0d3839ef936ddc16503ff https://github.com/openSUSE/rpmlint-checks.git - c9793b1845fd3a6f9f7c84acd2ba0dc56cbb0d89 \ No newline at end of file + df7d1c3260cb21372f95fe44393c098c3af9024a \ No newline at end of file diff --git a/rpmlint-checks-master.tar.xz b/rpmlint-checks-master.tar.xz index e78905a..2a59880 100644 --- a/rpmlint-checks-master.tar.xz +++ b/rpmlint-checks-master.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ffad651e758abb175b462cc9a9f5fa3e3d985e675d62eae8732d828175773f87 -size 23384 +oid sha256:c6eeed1cec7b0c05d3c30a6637ec945aa5134e8732f1ac9694aa71542a3c689b +size 23400 diff --git a/rpmlint.changes b/rpmlint.changes index dbdd3a1..40d1bec 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Oct 16 15:31:13 UTC 2018 - opensuse-packaging@opensuse.org + +- Update rpmlint-checks to version master: + * Use only one pattern that covers both cases + * Add support to identify tmpfiles_create used with just a basename + ------------------------------------------------------------------- Mon Oct 08 11:06:11 UTC 2018 - opensuse-packaging@opensuse.org From 1dd4fcf3e8cac7295692e82b60b1314aabafbcbb4dc6a3238562bbb6252da511 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Wed, 17 Oct 2018 14:56:17 +0000 Subject: [PATCH 2/2] Accepting request 642649 from home:jsegitz:branches:devel:openSUSE:Factory:rpmlint - whitelist systemd-timesyncd (bsc#1111254) OBS-URL: https://build.opensuse.org/request/show/642649 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=628 --- config | 5 ++++- rpmlint-tests.spec | 2 +- rpmlint.changes | 5 +++++ rpmlint.spec | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/config b/config index 73e3385..b6dabb8 100644 --- a/config +++ b/config @@ -1067,7 +1067,10 @@ setOption("DBUSServices.WhiteList", ( "net.connman.iwd.service", "iwd-dbus.conf", # NetworkManager-fortisslvpn (bsc#1109938) - "nm-fortisslvpn-service.conf" + "nm-fortisslvpn-service.conf", + # systemd-timesyncd (bsc#1111254) + "org.freedesktop.timesync1.service", + "org.freedesktop.timesync1.conf" )) setOption("PAMModules.WhiteList", ( diff --git a/rpmlint-tests.spec b/rpmlint-tests.spec index d0b77e5..573cead 100644 --- a/rpmlint-tests.spec +++ b/rpmlint-tests.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # icecream 0 diff --git a/rpmlint.changes b/rpmlint.changes index 40d1bec..43078a2 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Oct 17 11:36:51 UTC 2018 - jsegitz@suse.com + +- whitelist systemd-timesyncd (bsc#1111254) + ------------------------------------------------------------------- Tue Oct 16 15:31:13 UTC 2018 - opensuse-packaging@opensuse.org diff --git a/rpmlint.spec b/rpmlint.spec index 502d234..6ace543 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ #