From eb572449cbad47fd0aa9286eeaa8c448d441ae21752d8afe20f5ed476d9e7794 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Fri, 25 Jun 2021 07:22:19 +0000 Subject: [PATCH] - 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 --- rpmlint-2.0+git20210624.67e5dc9.tar.xz | 3 --- rpmlint-2.0+git20210625.f9afd62.tar.xz | 3 +++ rpmlint.changes | 7 +++++++ rpmlint.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 rpmlint-2.0+git20210624.67e5dc9.tar.xz create mode 100644 rpmlint-2.0+git20210625.f9afd62.tar.xz 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