update to 2.5.0
This commit is contained in:
parent
930a85cc63
commit
04bdf3a358
22
rpmlint.spec
22
rpmlint.spec
@ -2,8 +2,8 @@
|
||||
%bcond_without tests
|
||||
|
||||
Name: rpmlint
|
||||
Version: 2.4.0
|
||||
Release: 11%{?dist}
|
||||
Version: 2.5.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for checking common errors in RPM packages
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://github.com/rpm-software-management/rpmlint
|
||||
@ -14,20 +14,6 @@ Source3: scoring.toml
|
||||
Source4: users-groups.toml
|
||||
Source5: warn-on-functions.toml
|
||||
|
||||
# https://bugzilla.redhat.com/2132936
|
||||
# https://github.com/rpm-software-management/rpmlint/pull/943
|
||||
Patch0: https://github.com/rpm-software-management/rpmlint/commit/393cde4e.patch#/0001-fix-broken-regex-for-no-manual-page-for-binary-check.patch
|
||||
|
||||
# https://bugzilla.redhat.com/2175241
|
||||
Patch1: https://github.com/rpm-software-management/rpmlint/commit/7d707f7f.patch#/0001-TagsCheck-handle-license-exception-in-grouping.patch
|
||||
Patch2: https://github.com/rpm-software-management/rpmlint/commit/48aa148b.patch#/0001-TagsCheck-restore-space-exclusion-to-license_excepti.patch
|
||||
Patch3: https://github.com/rpm-software-management/rpmlint/commit/65abdbd3.patch#/0002-TagsCheck-handle-license-exception-in-first-item-of-.patch
|
||||
|
||||
# rpm-4.19.0 api fixes
|
||||
# https://github.com/rpm-software-management/rpmlint/pull/1066
|
||||
Patch4: 0001-DocCheck-adjust-for-rpm-4.19.0-API-changes.patch
|
||||
Patch5: 0002-rpmdiff-adjust-for-rpm-4.19.0-API-changes.patch
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
# use git to apply patches; it handles binary diffs
|
||||
@ -42,6 +28,7 @@ BuildRequires: devscripts-checkbashisms
|
||||
BuildRequires: hunspell-cs
|
||||
BuildRequires: hunspell-en-US
|
||||
BuildRequires: python3dist(pytest)
|
||||
BuildRequires: python3dist(pytest-cov)
|
||||
%if ! 0%{?rhel}
|
||||
BuildRequires: python3dist(pytest-xdist)
|
||||
%endif
|
||||
@ -113,6 +100,9 @@ cp -a %{SOURCE1} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{buildroot}%{_sysconfdir}/xdg
|
||||
%{_bindir}/rpmlint
|
||||
|
||||
%changelog
|
||||
* Tue Nov 21 2023 Tom Callaway <spot@fedoraproject.org> - 2.5.0-1
|
||||
- update to 2.5.0
|
||||
|
||||
* Mon Jul 24 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 2.4.0-11
|
||||
- Disable ErlangCheck by default in RHEL builds
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (rpmlint-2.4.0.tar.gz) = ca755c1aec2713411787bf73de70175876e8a25fca51039015042917415c596f76c2ef077edf28c8d29cdfb4ee2ae426b37df372e0e13b692cc45a5e73a99c97
|
||||
SHA512 (rpmlint-2.5.0.tar.gz) = 046660c55b888125c414b4e583292980f04eb202f23599d7a43880d5575d0ac15def1898e9074df742aab9e01e3c7b4bdc00f53cf35f09c648bc9a3a2c9a229c
|
||||
|
Loading…
Reference in New Issue
Block a user