SHA256
1
0
forked from pool/rpmlint

- Update to version 2.3.0+git20220712.761ddf0:

* Improve syntax validation for digests.

OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=935
This commit is contained in:
Martin Liška 2022-07-14 07:22:37 +00:00 committed by Git OBS Bridge
parent c647bc6600
commit e3b3071e3e
3 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<param name="versionformat">2.3.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="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">761ddf0910eaed2614433c57fc1a7c14b1983ee8</param>
<param name="changesgenerate">enable</param> <param name="changesgenerate">enable</param>
</service> </service>
<service name="recompress" mode="disabled"> <service name="recompress" mode="disabled">

View File

@ -1,6 +1,8 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 12 20:38:18 UTC 2022 - Martin Liška <mliska@suse.cz> Tue Jul 12 20:38:18 UTC 2022 - Martin Liška <mliska@suse.cz>
- Update to version 2.3.0+git20220712.761ddf0:
* Improve syntax validation for digests.
- Add skip-rpmlint-for-rpmlint.patch patch that skip linter - Add skip-rpmlint-for-rpmlint.patch patch that skip linter
this package. this package.

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+git20220711.46e6323 Version: 2.3.0+git20220712.761ddf0
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