SHA256
1
0
forked from pool/rpmlint

- Bump to tip.

- Rename scoring-strict.toml to scoring-strict.override.toml in order
  to use override mechanism.

OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=786
This commit is contained in:
Martin Liška 2021-06-25 07:22:19 +00:00 committed by Git OBS Bridge
parent f6f0435d1c
commit eb572449cb
4 changed files with 12 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Jun 25 07:21:40 UTC 2021 - Martin Liška <mliska@suse.cz>
- Bump to tip.
- Rename scoring-strict.toml to scoring-strict.override.toml in order
to use override mechanism.
-------------------------------------------------------------------
Thu Jun 24 09:31:43 UTC 2021 - Martin Liška <mliska@suse.cz>

View File

@ -25,7 +25,7 @@
%endif
Name: rpmlint%{name_suffix}
Version: 2.0+git20210624.67e5dc9
Version: 2.0+git20210625.f9afd62
Release: 0
Summary: RPM file correctness checker
License: GPL-2.0-or-later
@ -95,7 +95,7 @@ fdupes %{buildroot}%{python3_sitelib}
mkdir -p %{buildroot}%{_sysconfdir}/xdg/rpmlint
install -m644 configs/openSUSE/* %{buildroot}%{_sysconfdir}/xdg/rpmlint
%if "%flavor" != "strict"
rm %{buildroot}%{_sysconfdir}/xdg/rpmlint/scoring-strict.toml
rm %{buildroot}%{_sysconfdir}/xdg/rpmlint/scoring-strict.override.toml
%endif
%check