We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78608d6 commit ed56e2fCopy full SHA for ed56e2f
.packit/rpmlint.spec
@@ -1,7 +1,7 @@
1
%{!?python3: %global python3 %{__python3}}
2
3
Name: rpmlint
4
-Version: 2.5.0
+Version: 2.6.0
5
Release: 0%{?dist}
6
Summary: Tool for checking common errors in RPM packages
7
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
[project]
8
name = "rpmlint"
9
-version = "2.5.0"
+version = "2.6.0"
10
description = "Check for common errors in RPM packages"
11
license = {text = "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)"}
12
authors = [
0 commit comments