diff --git a/_servicedata b/_servicedata index 041535a..58fc5ba 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ https://github.com/openSUSE/rpmlint-tests.git - e27d43198d06699c9a705b71e2d511a94efab752 + 6e0e54e073ce56ea3a81cedbce436f3f4b8cb094 https://github.com/openSUSE/rpmlint-checks.git - 00e6393112de7c6da46780842cd787f693b05af3 \ No newline at end of file + 20b469207308def7aa2d27665c9a9a224d3afe25 \ No newline at end of file diff --git a/config b/config index 6522b78..cab5747 100644 --- a/config +++ b/config @@ -148,6 +148,7 @@ setOption('StandardGroups', ( 'kvm', 'ldap', 'libstoragemgmt', + 'libvirt', 'lightdm', 'lighttpd', 'localham', @@ -220,6 +221,7 @@ setOption('StandardGroups', ( 'root', 'sabayon-admin', 'salt', + 'sanlock', 'sapdb', 'sddm', 'sensu', @@ -424,6 +426,7 @@ setOption('StandardUsers', ( 'sabayon-admin', 'sahara', 'salt', + 'sanlock', 'sapdb', 'sddm', 'sensu', @@ -925,6 +928,19 @@ setOption("PAMModules.WhiteList", ( "pam_pwquality.so", # lxc (bsc#1150519) "pam_cgfs.so", + # google-authenticator-libpam (bsc#1150524) - potential future removal candidate + "pam_google_authenticator.so", + # pam_u2f (bsc#1087061) + "pam_u2f.so", + # pam_kwallet (bsc#993806) + "pam_kwallet5.so", + # pam_dbus (bsc#1039709) + "pam_dbus.so", + # google-compute-engine (bsc#1146353) + "pam_oslogin_admin.so", + "pam_oslogin_login.so", + # fprintd (bsc#792095) + "pam_fprintd.so" )) # Output filters diff --git a/rpmlint-checks-master.tar.xz b/rpmlint-checks-master.tar.xz index 335b020..1cbe848 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:e2005a3c915bda8dbf006a62c9153752eaf4b64c1b439f3dd7570e53e57d055f -size 28168 +oid sha256:0371ffa4f83f5e3b58bc2ba92836059588f37454b7b5cb824d44c824c9decf60 +size 28352 diff --git a/rpmlint-tests-84.87+git20190920.e27d431.tar.xz b/rpmlint-tests-84.87+git20190920.e27d431.tar.xz deleted file mode 100644 index 3ed31a3..0000000 --- a/rpmlint-tests-84.87+git20190920.e27d431.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9a6b8d586b8b87e9cb410d17381911988dc564daa8b177c75fbb19c788439b1 -size 11620 diff --git a/rpmlint-tests-84.87+git20200130.c0de5f4.tar.xz b/rpmlint-tests-84.87+git20200130.c0de5f4.tar.xz new file mode 100644 index 0000000..328a077 --- /dev/null +++ b/rpmlint-tests-84.87+git20200130.c0de5f4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d46866656a6f55737b200834bb345f04fca1ae504582aaafebd4db5702ff8d9 +size 11784 diff --git a/rpmlint-tests.changes b/rpmlint-tests.changes index 19c80e7..bb919e4 100644 --- a/rpmlint-tests.changes +++ b/rpmlint-tests.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu Jan 30 12:34:02 UTC 2020 - jsegitz@suse.de + +- Update to version 84.87+git20200130.c0de5f4: + * libzork4.spec: removed define for 'basename' in libzork4.spec. + This causes build errors because 'basename' is a builtin and it's + not used + +------------------------------------------------------------------- +Thu Jan 30 08:06:14 UTC 2020 - jsegitz@suse.de + +- Update to version 84.87+git20200115.9339533: + * use uname -m instead of uname -i as the latter is not portable + * remove rpm directory upon make clean + * Support for different output based on architecture. For that create a + ..ref file instead of .ref E.g. debug.i386.ref + * verify that new permissions paths need whitelisting + ------------------------------------------------------------------- Fri Sep 20 13:22:14 UTC 2019 - mimi.vx@gmail.com diff --git a/rpmlint-tests.spec b/rpmlint-tests.spec index 6385151..0ecf6a4 100644 --- a/rpmlint-tests.spec +++ b/rpmlint-tests.spec @@ -1,7 +1,7 @@ # # spec file for package rpmlint-tests # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ BuildRequires: rpmlint-Factory-strict BuildRequires: rpmlint-mini Name: rpmlint-tests -Version: 84.87+git20190920.e27d431 +Version: 84.87+git20200130.c0de5f4 Release: 0 Summary: rpmlint regression tests License: SUSE-Public-Domain diff --git a/rpmlint.changes b/rpmlint.changes index 7fe067e..7717758 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Fri Jan 31 09:52:39 UTC 2020 - matthias.gerstner@suse.com + +- Whitelist a batch of PAM modules that have been forgotted to be whitelisted + in the past, or have never been requested to be reviewed before + (bsc#1150178). + Since we want to add badness to the PAM warning in rpmlint we need to add + those entries to avoid build errors of existing packages in Factory. + +------------------------------------------------------------------- +Thu Jan 30 16:18:29 UTC 2020 - James Fehlig + +- config: add 'sanlock' to StandardGroups and StandardUsers +- config: add 'libvirt' to StandardGroups + +------------------------------------------------------------------- +Thu Jan 30 08:06:15 UTC 2020 - jsegitz@suse.de + +- Update to version master: + * CheckCronJobs: correct cronjob-unauthorized-file explanation + * Use named constants to check file modes + * CheckSUIDPermissions.py: check new permission paths + ------------------------------------------------------------------- Wed Dec 18 11:41:24 UTC 2019 - matthias.gerstner@suse.com diff --git a/rpmlint.spec b/rpmlint.spec index 1a64ba1..88d0009 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -1,7 +1,7 @@ # # spec file for package rpmlint # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed