From 8bf0f5333a5aaf0396db280c93667965050ba433dbf6371bee5717bd3110af38 Mon Sep 17 00:00:00 2001 From: Malte Kraus Date: Thu, 20 Feb 2020 14:03:29 +0000 Subject: [PATCH 1/3] Accepting request 777641 from home:WernerFink:branches:devel:openSUSE:Factory:rpmlint - config: add 'mktex' to StandardUsers (boo#1159740) OBS-URL: https://build.opensuse.org/request/show/777641 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=713 --- config | 1 + rpmlint-tests.spec | 2 +- rpmlint.changes | 5 +++++ rpmlint.spec | 2 +- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/config b/config index 49a845f..459468e 100644 --- a/config +++ b/config @@ -375,6 +375,7 @@ setOption('StandardUsers', ( 'memcached', 'messagebus', 'minetest', + 'mktex', 'mpd', 'mumble-server', 'murano', diff --git a/rpmlint-tests.spec b/rpmlint-tests.spec index 8c23353..be085fd 100644 --- a/rpmlint-tests.spec +++ b/rpmlint-tests.spec @@ -1,7 +1,7 @@ # # spec file for package rpmlint-tests # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/rpmlint.changes b/rpmlint.changes index 9c52da4..cff2be2 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 20 10:57:35 UTC 2020 - Dr. Werner Fink + +- config: add 'mktex' to StandardUsers (boo#1159740) + ------------------------------------------------------------------- Mon Feb 17 13:39:31 UTC 2020 - matthias.gerstner@suse.com diff --git a/rpmlint.spec b/rpmlint.spec index 88d0009..26cf7d2 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -1,7 +1,7 @@ # # spec file for package rpmlint # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed From 597fb37170432ae857f420d382d53c7dad06c546b8c55476496d5643bf03be4d Mon Sep 17 00:00:00 2001 From: Malte Kraus Date: Thu, 20 Feb 2020 14:09:20 +0000 Subject: [PATCH 2/3] - config: enable MixedFileOwnerships lint OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=714 --- config | 1 + rpmlint.changes | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/config b/config index 459468e..33414b9 100644 --- a/config +++ b/config @@ -41,6 +41,7 @@ addCheck("CheckSystemdInstall") addCheck("TmpFilesCheck") addCheck("CheckSysVinitOnSystemd") addCheck("CheckCronJobs") +addCheck("MixedFileOwnerships") # stuff autobuild takes care about addFilter('.*invalid-version.*') diff --git a/rpmlint.changes b/rpmlint.changes index cff2be2..315a271 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 20 14:05:50 UTC 2020 - Malte Kraus + +- config: enable MixedFileOwnerships lint + ------------------------------------------------------------------- Thu Feb 20 10:57:35 UTC 2020 - Dr. Werner Fink From 86d5b008d608577016afe72019bdbccf5c8009e99c298f2c6e570d125b34ef2c Mon Sep 17 00:00:00 2001 From: Malte Kraus Date: Fri, 28 Feb 2020 14:35:34 +0000 Subject: [PATCH 3/3] - Update to version 84.87+git20200221.3ea152b: * pam1 test: adjust reference output to newly added badness in rpmlint-Factory OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=715 --- _servicedata | 2 +- rpmlint-tests-84.87+git20200206.7e2b64f.tar.xz | 3 --- rpmlint-tests-84.87+git20200221.3ea152b.tar.xz | 3 +++ rpmlint-tests.changes | 6 ++++++ rpmlint-tests.spec | 2 +- 5 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 rpmlint-tests-84.87+git20200206.7e2b64f.tar.xz create mode 100644 rpmlint-tests-84.87+git20200221.3ea152b.tar.xz diff --git a/_servicedata b/_servicedata index eaa1e90..b3ced9d 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ https://github.com/openSUSE/rpmlint-tests.git - c45a69ba2c917d23ef888b044bc8114ad3611f4d + 3ea152ba41f080462891f99711fee3712c56c8c7 https://github.com/openSUSE/rpmlint-checks.git d26befa3c953dd4f96265bd58c6dad472a6ea512 \ No newline at end of file diff --git a/rpmlint-tests-84.87+git20200206.7e2b64f.tar.xz b/rpmlint-tests-84.87+git20200206.7e2b64f.tar.xz deleted file mode 100644 index a34a804..0000000 --- a/rpmlint-tests-84.87+git20200206.7e2b64f.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9aad05200f9dce8a478619457863c20b8e70f74f478d32404966b3ea550df4fa -size 12584 diff --git a/rpmlint-tests-84.87+git20200221.3ea152b.tar.xz b/rpmlint-tests-84.87+git20200221.3ea152b.tar.xz new file mode 100644 index 0000000..4475bfb --- /dev/null +++ b/rpmlint-tests-84.87+git20200221.3ea152b.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff12e92ffb2f7c9baf43acc048616a3d649be21fce939670c2add77bca96e2a9 +size 13600 diff --git a/rpmlint-tests.changes b/rpmlint-tests.changes index 5b18a9a..13da839 100644 --- a/rpmlint-tests.changes +++ b/rpmlint-tests.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 28 14:28:17 UTC 2020 - malte.kraus@suse.com + +- Update to version 84.87+git20200221.3ea152b: + * pam1 test: adjust reference output to newly added badness in rpmlint-Factory + ------------------------------------------------------------------- Thu Feb 06 10:06:37 UTC 2020 - malte.kraus@suse.com diff --git a/rpmlint-tests.spec b/rpmlint-tests.spec index be085fd..e5d2cff 100644 --- a/rpmlint-tests.spec +++ b/rpmlint-tests.spec @@ -24,7 +24,7 @@ BuildRequires: rpmlint-Factory-strict BuildRequires: rpmlint-mini Name: rpmlint-tests -Version: 84.87+git20200206.7e2b64f +Version: 84.87+git20200221.3ea152b Release: 0 Summary: rpmlint regression tests License: SUSE-Public-Domain