forked from pool/rpmlint
- Update to version 2.1+git20211105.14a37df:
* Fix backward compatibility with rpmlintrc files. * Fixed bug where a valid symlink is reported as invalid. This appears to be a regression from rpmlint 1. Comparing the two reveals that the comparison of link to path.parent would never make sense, and comparing link to path.name would resemble rpmlint 1's behavior. * dbus-services: add setroubleshoot whitelisting (bsc#1186344) OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=842
This commit is contained in:
parent
4809fd889c
commit
bcf2223d4a
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/rpm-software-management/rpmlint.git</param>
|
||||
<param name="changesrevision">a8c10f2a9c1287da543396fe328951b8d221ca5d</param></service></servicedata>
|
||||
<param name="changesrevision">14a37df1bd58b5e9b8645308f0552c6b29d6f6d4</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b99f2d5a5c9d04fcfdab7cfe5b416ab5ac91068f039ce7bc9933c31d593086a4
|
||||
size 6735336
|
3
rpmlint-2.1+git20211105.14a37df.tar.xz
Normal file
3
rpmlint-2.1+git20211105.14a37df.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dab8c9604fa19423c9c33c24d8aad2b387b150f519bb265dd60edf07b3267b56
|
||||
size 6739092
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 06 08:10:44 UTC 2021 - mliska@suse.cz
|
||||
|
||||
- Update to version 2.1+git20211105.14a37df:
|
||||
* Fix backward compatibility with rpmlintrc files.
|
||||
* Fixed bug where a valid symlink is reported as invalid.
|
||||
This appears to be a regression from rpmlint 1.
|
||||
Comparing the two reveals that the comparison of link
|
||||
to path.parent would never make sense, and comparing
|
||||
link to path.name would resemble rpmlint 1's behavior.
|
||||
* dbus-services: add setroubleshoot whitelisting (bsc#1186344)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 03 09:31:34 UTC 2021 - mliska@suse.cz
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
%define name_suffix -%{flavor}
|
||||
%endif
|
||||
Name: rpmlint%{name_suffix}
|
||||
Version: 2.1+git20211103.8d20461
|
||||
Version: 2.1+git20211105.14a37df
|
||||
Release: 0
|
||||
Summary: RPM file correctness checker
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user