diff --git a/rpmlint-2.0+git20210624.67e5dc9.tar.xz b/rpmlint-2.0+git20210624.67e5dc9.tar.xz deleted file mode 100644 index b6348ab..0000000 --- a/rpmlint-2.0+git20210624.67e5dc9.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:898414cce6c30a757a2b84a0fe5a59476689e3c0e850db0d4592feb2ae6a7b60 -size 6677300 diff --git a/rpmlint-2.0+git20210625.f9afd62.tar.xz b/rpmlint-2.0+git20210625.f9afd62.tar.xz new file mode 100644 index 0000000..263b130 --- /dev/null +++ b/rpmlint-2.0+git20210625.f9afd62.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9a5bbe00c202979bda6f10abbe6d957b38786e2e4639796547e65e9f226e544 +size 6677320 diff --git a/rpmlint.changes b/rpmlint.changes index 67fb7e9..51e39a4 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jun 25 07:21:40 UTC 2021 - Martin Liška + +- 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 diff --git a/rpmlint.spec b/rpmlint.spec index 89c0ce2..67a13ca 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -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