There was an error while loading. Please reload this page.
1 parent b15fbe9 commit d1cb258Copy full SHA for d1cb258
2 files changed
.packit/rpmlint.spec
@@ -1,7 +1,7 @@
1
%{!?python3: %global python3 %{__python3}}
2
3
Name: rpmlint
4
-Version: 2.7.0
+Version: 2.8.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.7.0"
+version = "2.8.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