SHA256
1
0
forked from pool/rpmlint

Accepting request 978672 from devel:openSUSE:Factory:rpmlint

- Add temporary patch disable-SystemdTmpfilesCheck.patch in order to build
  rpmlint with older rpmlint-mini.

- 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

- 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.

OBS-URL: https://build.opensuse.org/request/show/978672
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint?expand=0&rev=400
This commit is contained in:
Dominique Leuenberger 2022-05-25 18:34:08 +00:00 committed by Git OBS Bridge
commit 2f9d0dd7e9
7 changed files with 46 additions and 6 deletions

View File

@ -1,6 +1,6 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="versionformat">2.2.0+git%cd.%h</param>
<param name="versionformat">2.3.0+git%cd.%h</param>
<param name="url">https://github.com/rpm-software-management/rpmlint.git</param>
<param name="scm">git</param>
<param name="revision">opensuse</param>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/rpm-software-management/rpmlint.git</param>
<param name="changesrevision">56bac53737fbd7a1a0405bb0c8766ae0d928c3cf</param></service></servicedata>
<param name="changesrevision">d29ebeb76317d8735de39ba1cfd03ea1f7650c8a</param></service></servicedata>

View File

@ -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",
]

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a5c79e5ea0c7dc158e4b5ca04ef0ad20f3b0f06858fac9629e476cb2450c9c46
size 6749004

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:450e9defacbeaa18dacec655323c575ecaedb61868db94e623567b7e10a47cd3
size 6751816

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Mon May 23 09:50:11 UTC 2022 - Martin Liška <mliska@suse.cz>
- 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

View File

@ -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