SHA256
1
0
forked from pool/rpmlint

- Update to version 2.4.0+git20221003.7eb4092:

* Release 2.4.0.

- Update to version 2.4.0+git20220929.9612681:
  * Fix flake8 issue.

OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=973
This commit is contained in:
Martin Liška 2022-10-03 14:08:28 +00:00 committed by Git OBS Bridge
parent 04662c501a
commit ebb9f4f589
6 changed files with 18 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Oct 03 14:06:28 UTC 2022 - mliska@suse.cz
- Update to version 2.4.0+git20221003.7eb4092:
* Release 2.4.0.
-------------------------------------------------------------------
Mon Oct 03 14:06:06 UTC 2022 - mliska@suse.cz
- Update to version 2.4.0+git20220929.9612681:
* Fix flake8 issue.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 29 07:33:01 UTC 2022 - mliska@suse.cz Thu Sep 29 07:33:01 UTC 2022 - mliska@suse.cz

View File

@ -23,7 +23,7 @@
%define name_suffix -%{flavor} %define name_suffix -%{flavor}
%endif %endif
Name: rpmlint%{name_suffix} Name: rpmlint%{name_suffix}
Version: 2.3.0+git20220929.30237f7 Version: 2.4.0+git20221003.7eb4092
Release: 0 Release: 0
Summary: RPM file correctness checker Summary: RPM file correctness checker
License: GPL-2.0-or-later License: GPL-2.0-or-later