From 6d635df5e724caa6d6b4b2680ce42a9a45565cb60e0f9010173ceac302181870 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Mon, 11 Oct 2021 06:00:01 +0000 Subject: [PATCH] - Update to version 2.1+git20211011.a28fc6d: * Support %autochangelog in %changelog. * remove /run from disalloweddirs * Fix missing-dependency-on check. * dbus-services whitelisting: add power-profiles-daemon (bsc#1189900) * security whitelistings: add whitelistings for OBS integration test package * PolkitCheck: be robust against dead symlinks in actions directory * SUIDPermissionsCheck: remove unused permissions-ghostfile error * *-file-ghost descriptions: fix texts that are for some reason incomplete OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=825 --- rpmlint-2.1+git20211006.550248e.tar.xz | 3 --- rpmlint-2.1+git20211011.a28fc6d.tar.xz | 3 +++ rpmlint.changes | 13 +++++++++++++ rpmlint.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 rpmlint-2.1+git20211006.550248e.tar.xz create mode 100644 rpmlint-2.1+git20211011.a28fc6d.tar.xz diff --git a/rpmlint-2.1+git20211006.550248e.tar.xz b/rpmlint-2.1+git20211006.550248e.tar.xz deleted file mode 100644 index 317f4fc..0000000 --- a/rpmlint-2.1+git20211006.550248e.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:660c718910a683fade534af1b84be07b18006132ad72d2f5622c2b381f1b4c01 -size 6727896 diff --git a/rpmlint-2.1+git20211011.a28fc6d.tar.xz b/rpmlint-2.1+git20211011.a28fc6d.tar.xz new file mode 100644 index 0000000..68e49cf --- /dev/null +++ b/rpmlint-2.1+git20211011.a28fc6d.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c84160dfa84334d1c1a9c17e348a0b2f069012779cd7bb9ad6ecfc6749cf5b81 +size 6728436 diff --git a/rpmlint.changes b/rpmlint.changes index 2157996..9f0bbc1 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Oct 11 05:58:23 UTC 2021 - Martin Liška + +- Update to version 2.1+git20211011.a28fc6d: + * Support %autochangelog in %changelog. + * remove /run from disalloweddirs + * Fix missing-dependency-on check. + * dbus-services whitelisting: add power-profiles-daemon (bsc#1189900) + * security whitelistings: add whitelistings for OBS integration test package + * PolkitCheck: be robust against dead symlinks in actions directory + * SUIDPermissionsCheck: remove unused permissions-ghostfile error + * *-file-ghost descriptions: fix texts that are for some reason incomplete + ------------------------------------------------------------------- Mon Oct 11 05:54:59 UTC 2021 - Martin Liška diff --git a/rpmlint.spec b/rpmlint.spec index 569b940..fc2bf5d 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -23,7 +23,7 @@ %define name_suffix -%{flavor} %endif Name: rpmlint%{name_suffix} -Version: 2.1+git20211006.550248e +Version: 2.1+git20211011.a28fc6d Release: 0 Summary: RPM file correctness checker License: GPL-2.0-or-later