From cc6050197c9a15e95515269062df9f0178033e1bcfc3dedac9f34bac9f47fa0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Tue, 15 Nov 2022 13:11:33 +0000 Subject: [PATCH 1/3] - Update to version 2.4.0+git20221115.32b20b2: * Add python check (#955) - Update to version 2.4.0+git20221114.9c41868: * codeql: remove cron and use it only for some branches * Add CodeQL workflow for GitHub code scanning OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=990 --- _servicedata | 2 +- rpmlint-2.4.0+git20221110.f8919c6.tar.xz | 3 --- rpmlint-2.4.0+git20221115.32b20b2.tar.xz | 3 +++ rpmlint.changes | 13 +++++++++++++ rpmlint.spec | 2 +- 5 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 rpmlint-2.4.0+git20221110.f8919c6.tar.xz create mode 100644 rpmlint-2.4.0+git20221115.32b20b2.tar.xz diff --git a/_servicedata b/_servicedata index 605f16e..2beb9ee 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/rpm-software-management/rpmlint.git - f8919c6b22e9027f05fe8c45ea12aca589833095 \ No newline at end of file + 32b20b24f2f63ce5ad0c760a00201edb044fdf04 \ No newline at end of file diff --git a/rpmlint-2.4.0+git20221110.f8919c6.tar.xz b/rpmlint-2.4.0+git20221110.f8919c6.tar.xz deleted file mode 100644 index 489a3c9..0000000 --- a/rpmlint-2.4.0+git20221110.f8919c6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f468c25d69ee4c653745abaeae8d413ee2e9189709f71ffda0cd228ecef4348 -size 6758636 diff --git a/rpmlint-2.4.0+git20221115.32b20b2.tar.xz b/rpmlint-2.4.0+git20221115.32b20b2.tar.xz new file mode 100644 index 0000000..f10b9bb --- /dev/null +++ b/rpmlint-2.4.0+git20221115.32b20b2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33ad8470fed700adf1468aa2657a30732ffe6df0e30e32937817c4f80a553a08 +size 6767000 diff --git a/rpmlint.changes b/rpmlint.changes index 0360930..a6ddbfc 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Nov 15 13:10:32 UTC 2022 - mliska@suse.cz + +- Update to version 2.4.0+git20221115.32b20b2: + * Add python check (#955) + +------------------------------------------------------------------- +Tue Nov 15 13:10:23 UTC 2022 - mliska@suse.cz + +- Update to version 2.4.0+git20221114.9c41868: + * codeql: remove cron and use it only for some branches + * Add CodeQL workflow for GitHub code scanning + ------------------------------------------------------------------- Thu Nov 10 15:17:32 UTC 2022 - mliska@suse.cz diff --git a/rpmlint.spec b/rpmlint.spec index c38943e..8ab4aad 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -23,7 +23,7 @@ %define name_suffix -%{flavor} %endif Name: rpmlint%{name_suffix} -Version: 2.4.0+git20221110.f8919c6 +Version: 2.4.0+git20221115.32b20b2 Release: 0 Summary: RPM file correctness checker License: GPL-2.0-or-later From f56836ae58e731121b3e2a81b3715b7f1ec7e4cc1a0505d19f2364066d3c033e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Tue, 15 Nov 2022 17:55:20 +0000 Subject: [PATCH 2/3] - Update to version 2.4.0+git20221115.3d27dda: * PythonCheck: Do not allow tests folder in subpackages (#961) OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=991 --- _servicedata | 2 +- rpmlint-2.4.0+git20221115.32b20b2.tar.xz | 3 --- rpmlint-2.4.0+git20221115.3d27dda.tar.xz | 3 +++ rpmlint.changes | 6 ++++++ rpmlint.spec | 2 +- 5 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 rpmlint-2.4.0+git20221115.32b20b2.tar.xz create mode 100644 rpmlint-2.4.0+git20221115.3d27dda.tar.xz diff --git a/_servicedata b/_servicedata index 2beb9ee..109c85d 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/rpm-software-management/rpmlint.git - 32b20b24f2f63ce5ad0c760a00201edb044fdf04 \ No newline at end of file + 3d27dda1452905b3c9701fad5422fc7771184361 \ No newline at end of file diff --git a/rpmlint-2.4.0+git20221115.32b20b2.tar.xz b/rpmlint-2.4.0+git20221115.32b20b2.tar.xz deleted file mode 100644 index f10b9bb..0000000 --- a/rpmlint-2.4.0+git20221115.32b20b2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33ad8470fed700adf1468aa2657a30732ffe6df0e30e32937817c4f80a553a08 -size 6767000 diff --git a/rpmlint-2.4.0+git20221115.3d27dda.tar.xz b/rpmlint-2.4.0+git20221115.3d27dda.tar.xz new file mode 100644 index 0000000..1eb3645 --- /dev/null +++ b/rpmlint-2.4.0+git20221115.3d27dda.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0e08ef2b5f15c3427a1325d25e5ad6a781247b0857b96023854534223d2d98f +size 6766916 diff --git a/rpmlint.changes b/rpmlint.changes index a6ddbfc..6b5c789 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Nov 15 17:55:04 UTC 2022 - mliska@suse.cz + +- Update to version 2.4.0+git20221115.3d27dda: + * PythonCheck: Do not allow tests folder in subpackages (#961) + ------------------------------------------------------------------- Tue Nov 15 13:10:32 UTC 2022 - mliska@suse.cz diff --git a/rpmlint.spec b/rpmlint.spec index 8ab4aad..4d9229a 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -23,7 +23,7 @@ %define name_suffix -%{flavor} %endif Name: rpmlint%{name_suffix} -Version: 2.4.0+git20221115.32b20b2 +Version: 2.4.0+git20221115.3d27dda Release: 0 Summary: RPM file correctness checker License: GPL-2.0-or-later From 6c7a3df57562f4a5f291680cd8677504f4aa97eae53be186c20171ddbd408796 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Thu, 17 Nov 2022 09:53:42 +0000 Subject: [PATCH 3/3] - Update to version 2.4.0+git20221117.15e61cc: * Remove Python entries from Filelist checks. * GitHub Action: remove --security-opt in action OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=992 --- _servicedata | 2 +- rpmlint-2.4.0+git20221115.3d27dda.tar.xz | 3 --- rpmlint-2.4.0+git20221117.15e61cc.tar.xz | 3 +++ rpmlint.changes | 7 +++++++ rpmlint.spec | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 rpmlint-2.4.0+git20221115.3d27dda.tar.xz create mode 100644 rpmlint-2.4.0+git20221117.15e61cc.tar.xz diff --git a/_servicedata b/_servicedata index 109c85d..334bc56 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/rpm-software-management/rpmlint.git - 3d27dda1452905b3c9701fad5422fc7771184361 \ No newline at end of file + 15e61cc8ffb5559afb480d9128bb295d5cba4803 \ No newline at end of file diff --git a/rpmlint-2.4.0+git20221115.3d27dda.tar.xz b/rpmlint-2.4.0+git20221115.3d27dda.tar.xz deleted file mode 100644 index 1eb3645..0000000 --- a/rpmlint-2.4.0+git20221115.3d27dda.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f0e08ef2b5f15c3427a1325d25e5ad6a781247b0857b96023854534223d2d98f -size 6766916 diff --git a/rpmlint-2.4.0+git20221117.15e61cc.tar.xz b/rpmlint-2.4.0+git20221117.15e61cc.tar.xz new file mode 100644 index 0000000..634202b --- /dev/null +++ b/rpmlint-2.4.0+git20221117.15e61cc.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b425c0f93ae2f3604e50ede569f85ee735f84904b1c82da54b49679a2ccbf9fc +size 6766632 diff --git a/rpmlint.changes b/rpmlint.changes index 6b5c789..16fcc4b 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Nov 17 09:52:05 UTC 2022 - mliska@suse.cz + +- Update to version 2.4.0+git20221117.15e61cc: + * Remove Python entries from Filelist checks. + * GitHub Action: remove --security-opt in action + ------------------------------------------------------------------- Tue Nov 15 17:55:04 UTC 2022 - mliska@suse.cz diff --git a/rpmlint.spec b/rpmlint.spec index 4d9229a..3131cc0 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -23,7 +23,7 @@ %define name_suffix -%{flavor} %endif Name: rpmlint%{name_suffix} -Version: 2.4.0+git20221115.3d27dda +Version: 2.4.0+git20221117.15e61cc Release: 0 Summary: RPM file correctness checker License: GPL-2.0-or-later