From 072c6060eae0c4d9e7e236bf5ca2f0bbcfd9506855fdd8605d61fa83e5b268bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Sat, 22 Jan 2022 09:17:45 +0000 Subject: [PATCH] - Update to version 2.2.0+git20220121.4f4f673: * Remove shared-library-not-executable for all shared libs. * Fix stupid mistake with shared-library-not-executable. * Remove duplicite argument for run_elf_checks and use PkgFile. * Set also LANGUAGE env. in ENGLISH_ENVIROMENT. * Fix LGTM warning about RE pattern. OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=861 --- _servicedata | 2 +- rpmlint-2.2.0+git20220112.bfaf91a.tar.xz | 3 --- rpmlint-2.2.0+git20220121.4f4f673.tar.xz | 3 +++ rpmlint.changes | 10 ++++++++++ rpmlint.spec | 2 +- 5 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 rpmlint-2.2.0+git20220112.bfaf91a.tar.xz create mode 100644 rpmlint-2.2.0+git20220121.4f4f673.tar.xz diff --git a/_servicedata b/_servicedata index 44e5b75..206f5bd 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/rpm-software-management/rpmlint.git - 8797a6ece08d0eb67300203f2ed2a68933e138f5 \ No newline at end of file + c80ff6a2fa26674638d66a9fd3e323ea13e33cca \ No newline at end of file diff --git a/rpmlint-2.2.0+git20220112.bfaf91a.tar.xz b/rpmlint-2.2.0+git20220112.bfaf91a.tar.xz deleted file mode 100644 index 255a460..0000000 --- a/rpmlint-2.2.0+git20220112.bfaf91a.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c6a4262bd455bfbd583d6f224ed663f2af08091c4cdb31c4064c992002ae525 -size 6739844 diff --git a/rpmlint-2.2.0+git20220121.4f4f673.tar.xz b/rpmlint-2.2.0+git20220121.4f4f673.tar.xz new file mode 100644 index 0000000..8619fd6 --- /dev/null +++ b/rpmlint-2.2.0+git20220121.4f4f673.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abc2c08057f5816f2f226b40d9716cdbc65d5966e8266e477ce03f93ff2e3d2d +size 6740260 diff --git a/rpmlint.changes b/rpmlint.changes index 737e117..5c04941 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Jan 22 09:15:18 UTC 2022 - mliska@suse.cz + +- Update to version 2.2.0+git20220121.4f4f673: + * Remove shared-library-not-executable for all shared libs. + * Fix stupid mistake with shared-library-not-executable. + * Remove duplicite argument for run_elf_checks and use PkgFile. + * Set also LANGUAGE env. in ENGLISH_ENVIROMENT. + * Fix LGTM warning about RE pattern. + ------------------------------------------------------------------- Thu Jan 13 08:24:48 UTC 2022 - mliska@suse.cz diff --git a/rpmlint.spec b/rpmlint.spec index 8293bdf..112c03c 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -23,7 +23,7 @@ %define name_suffix -%{flavor} %endif Name: rpmlint%{name_suffix} -Version: 2.2.0+git20220112.bfaf91a +Version: 2.2.0+git20220121.4f4f673 Release: 0 Summary: RPM file correctness checker License: GPL-2.0-or-later