diff --git a/_service b/_service index e659a35..2087e88 100644 --- a/_service +++ b/_service @@ -1,6 +1,6 @@ - 2.2.0+git%cd.%h + 2.3.0+git%cd.%h https://github.com/rpm-software-management/rpmlint.git git opensuse diff --git a/_servicedata b/_servicedata index ffbbc29..24fe1b7 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/rpm-software-management/rpmlint.git - 56bac53737fbd7a1a0405bb0c8766ae0d928c3cf \ No newline at end of file + d29ebeb76317d8735de39ba1cfd03ea1f7650c8a \ No newline at end of file diff --git a/disable-SystemdTmpfilesCheck.patch b/disable-SystemdTmpfilesCheck.patch new file mode 100644 index 0000000..3624c53 --- /dev/null +++ b/disable-SystemdTmpfilesCheck.patch @@ -0,0 +1,15 @@ + configs/openSUSE/opensuse.toml | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/configs/openSUSE/opensuse.toml b/configs/openSUSE/opensuse.toml +index b57e1fdb..f818f661 100644 +--- a/configs/openSUSE/opensuse.toml ++++ b/configs/openSUSE/opensuse.toml +@@ -21,7 +21,6 @@ Checks = [ + "KMPPolicyCheck", + "PolkitCheck", + "SystemdInstallCheck", +- "SystemdTmpfilesCheck", + "SUIDPermissionsCheck", + "WorldWritableCheck", + ] diff --git a/rpmlint-2.2.0+git20220511.fc030cd.tar.xz b/rpmlint-2.2.0+git20220511.fc030cd.tar.xz deleted file mode 100644 index a0d73aa..0000000 --- a/rpmlint-2.2.0+git20220511.fc030cd.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5c79e5ea0c7dc158e4b5ca04ef0ad20f3b0f06858fac9629e476cb2450c9c46 -size 6749004 diff --git a/rpmlint-2.3.0+git20220523.e71c7f8.tar.xz b/rpmlint-2.3.0+git20220523.e71c7f8.tar.xz new file mode 100644 index 0000000..d033f74 --- /dev/null +++ b/rpmlint-2.3.0+git20220523.e71c7f8.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:450e9defacbeaa18dacec655323c575ecaedb61868db94e623567b7e10a47cd3 +size 6751816 diff --git a/rpmlint.changes b/rpmlint.changes index b02a33e..d3a62bf 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Mon May 23 09:50:11 UTC 2022 - Martin Liška + +- Add temporary patch disable-SystemdTmpfilesCheck.patch in order to build + rpmlint with older rpmlint-mini. + +------------------------------------------------------------------- +Mon May 23 08:44:12 UTC 2022 - mliska@suse.cz + +- Update to version 2.3.0+git20220523.e71c7f8: + * SystemdTmpfilesCheck: add additional unit test for parsing logic + * SystemdTmpfilesCheck: fix invalid member accesses + * openSUSE: Do not allow files in /etc/NetworkManager/dispatcher.d anymore + +------------------------------------------------------------------- +Fri May 20 06:22:26 UTC 2022 - mliska@suse.cz + +- Update to version 2.3.0+git20220519.82b9e76: + * Release 2.3.0 + * Skip shared-library-without-dependency-information for python. + * Skip undefined-non-weak-symbol for python packages. + * SystemdTmpfilesCheck: new check to restrict systemd-tmpfiles configuration. + * Skip undefined-non-weak-symbol for python packages. + ------------------------------------------------------------------- Fri May 13 06:10:43 UTC 2022 - mliska@suse.cz diff --git a/rpmlint.spec b/rpmlint.spec index 032f96a..1b6b915 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -23,13 +23,14 @@ %define name_suffix -%{flavor} %endif Name: rpmlint%{name_suffix} -Version: 2.2.0+git20220511.fc030cd +Version: 2.3.0+git20220523.e71c7f8 Release: 0 Summary: RPM file correctness checker License: GPL-2.0-or-later URL: https://github.com/rpm-software-management/rpmlint Source0: rpmlint-%{version}.tar.xz Patch0: disable-flake.patch +Patch1: disable-SystemdTmpfilesCheck.patch BuildRequires: fdupes BuildRequires: python3-setuptools BuildArch: noarch