From 808150e0f888c7213e2d83f47fc9df113fd7a8b9aed829ef0941e4c248eb9c46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Fri, 10 Dec 2021 12:35:12 +0000 Subject: [PATCH] - Update tarball naming to respect release version. OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=853 --- _service | 2 +- rpmlint-2.2+git20211210.51d1bd9.tar.xz | 3 --- rpmlint-2.2.0+git20211210.51d1bd9.tar.xz | 3 +++ rpmlint.changes | 5 +++++ rpmlint.spec | 4 ++-- 5 files changed, 11 insertions(+), 6 deletions(-) delete mode 100644 rpmlint-2.2+git20211210.51d1bd9.tar.xz create mode 100644 rpmlint-2.2.0+git20211210.51d1bd9.tar.xz diff --git a/_service b/_service index 332c2e7..e659a35 100644 --- a/_service +++ b/_service @@ -1,6 +1,6 @@ - 2.2+git%cd.%h + 2.2.0+git%cd.%h https://github.com/rpm-software-management/rpmlint.git git opensuse diff --git a/rpmlint-2.2+git20211210.51d1bd9.tar.xz b/rpmlint-2.2+git20211210.51d1bd9.tar.xz deleted file mode 100644 index b1d1ce9..0000000 --- a/rpmlint-2.2+git20211210.51d1bd9.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79dda48696143f8fe37ab6b23e5f7145977fde59f3d3fb33c968a1d76c5e3598 -size 6739828 diff --git a/rpmlint-2.2.0+git20211210.51d1bd9.tar.xz b/rpmlint-2.2.0+git20211210.51d1bd9.tar.xz new file mode 100644 index 0000000..25dd513 --- /dev/null +++ b/rpmlint-2.2.0+git20211210.51d1bd9.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17feedebf2a501b56fcab07f7234d023bd251c0e5084f73395a7fc463fb652bb +size 6739868 diff --git a/rpmlint.changes b/rpmlint.changes index 1fe7b68..1515048 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 10 12:34:49 UTC 2021 - Martin Liška + +- Update tarball naming to respect release version. + ------------------------------------------------------------------- Fri Dec 10 10:36:00 UTC 2021 - matthias.gerstner@suse.com diff --git a/rpmlint.spec b/rpmlint.spec index df67d92..21ec304 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -1,5 +1,5 @@ # -# spec file for package rpmlint +# spec file # # Copyright (c) 2021 SUSE LLC # @@ -23,7 +23,7 @@ %define name_suffix -%{flavor} %endif Name: rpmlint%{name_suffix} -Version: 2.2+git20211210.51d1bd9 +Version: 2.2.0+git20211210.51d1bd9 Release: 0 Summary: RPM file correctness checker License: GPL-2.0-or-later