forked from pool/rpmlint
Accepting request 1008922 from devel:openSUSE:Factory:rpmlint
- Update to version 2.4.0+git20221008.1532b6e: * fix broken regex for no-manual-page-for-binary check * rpmdiff: improve help for multiple values with -i/-e options - Update to version 2.4.0+git20221004.e71a7e7: * sendmail: whitelisting for new systemd-tmpfiles entries for /run, /run/sendmail (bsc#1203340) - 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/request/show/1008922 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint?expand=0&rev=417
This commit is contained in:
commit
0f8d1b32dc
2
_service
2
_service
@ -1,6 +1,6 @@
|
||||
<services>
|
||||
<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="scm">git</param>
|
||||
<param name="revision">opensuse</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/rpm-software-management/rpmlint.git</param>
|
||||
<param name="changesrevision">30237f72bcdc6f59fca2f39f3c5dca11fd118597</param></service></servicedata>
|
||||
<param name="changesrevision">1532b6e9540960b3560769e861a19ffaff7cf550</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e54542c6016472dd4752f20363ae551b6010e1e5897e0d2e9ff73b2514275ee3
|
||||
size 6755892
|
3
rpmlint-2.4.0+git20221008.1532b6e.tar.xz
Normal file
3
rpmlint-2.4.0+git20221008.1532b6e.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:282144070e4aa2680a7d8f0067c397b615571c1fbeffda40cdd3351fa5722434
|
||||
size 6755648
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 08 08:18:43 UTC 2022 - mliska@suse.cz
|
||||
|
||||
- Update to version 2.4.0+git20221008.1532b6e:
|
||||
* fix broken regex for no-manual-page-for-binary check
|
||||
* rpmdiff: improve help for multiple values with -i/-e options
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 04 08:50:23 UTC 2022 - mliska@suse.cz
|
||||
|
||||
- Update to version 2.4.0+git20221004.e71a7e7:
|
||||
* sendmail: whitelisting for new systemd-tmpfiles entries for /run, /run/sendmail (bsc#1203340)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
%define name_suffix -%{flavor}
|
||||
%endif
|
||||
Name: rpmlint%{name_suffix}
|
||||
Version: 2.3.0+git20220929.30237f7
|
||||
Version: 2.4.0+git20221008.1532b6e
|
||||
Release: 0
|
||||
Summary: RPM file correctness checker
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user