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:
parent
f6f0435d1c
commit
eb572449cb
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:898414cce6c30a757a2b84a0fe5a59476689e3c0e850db0d4592feb2ae6a7b60
|
|
||||||
size 6677300
|
|
3
rpmlint-2.0+git20210625.f9afd62.tar.xz
Normal file
3
rpmlint-2.0+git20210625.f9afd62.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f9a5bbe00c202979bda6f10abbe6d957b38786e2e4639796547e65e9f226e544
|
||||||
|
size 6677320
|
@ -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>
|
Thu Jun 24 09:31:43 UTC 2021 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: rpmlint%{name_suffix}
|
Name: rpmlint%{name_suffix}
|
||||||
Version: 2.0+git20210624.67e5dc9
|
Version: 2.0+git20210625.f9afd62
|
||||||
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
|
||||||
@ -95,7 +95,7 @@ fdupes %{buildroot}%{python3_sitelib}
|
|||||||
mkdir -p %{buildroot}%{_sysconfdir}/xdg/rpmlint
|
mkdir -p %{buildroot}%{_sysconfdir}/xdg/rpmlint
|
||||||
install -m644 configs/openSUSE/* %{buildroot}%{_sysconfdir}/xdg/rpmlint
|
install -m644 configs/openSUSE/* %{buildroot}%{_sysconfdir}/xdg/rpmlint
|
||||||
%if "%flavor" != "strict"
|
%if "%flavor" != "strict"
|
||||||
rm %{buildroot}%{_sysconfdir}/xdg/rpmlint/scoring-strict.toml
|
rm %{buildroot}%{_sysconfdir}/xdg/rpmlint/scoring-strict.override.toml
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user