Skip to content

Commit

Permalink
Update spec and changelog for 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpopelka committed Nov 14, 2023
1 parent 9e1b9cf commit 227ead6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 5 additions & 0 deletions docs/CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
---------

2.0
~~~~~~

* Make metalinks work on CentOS Stream 9

2.0rc3
~~~~~~

Expand Down
6 changes: 2 additions & 4 deletions rpmdeplint.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
%global upstream_version 2.0rc3

Name: rpmdeplint
Version: 2.0~rc3
Version: 2.0
Release: %autorelease
Summary: Tool to find errors in RPM packages in the context of their dependency graph
License: GPL-2.0-or-later
Expand Down Expand Up @@ -37,7 +35,7 @@ dependency graph.
This package provides a Python 3 API for performing the checks.

%prep
%autosetup -n rpmdeplint-%{upstream_version}
%autosetup -n rpmdeplint-%{version}

%generate_buildrequires
# The -w flag is required for EPEL 9's older hatchling
Expand Down

0 comments on commit 227ead6

Please sign in to comment.