Skip to content

Commit

Permalink
Update to 0.2.6
Browse files Browse the repository at this point in the history
Signed-off-by: Nils Philippsen <[email protected]>
  • Loading branch information
nphilipp committed Apr 25, 2022
1 parent eb3b461 commit e7a2e56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions python-rpmautospec.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%global srcname rpmautospec

Name: python-rpmautospec
Version: 0.2.5
Version: 0.2.6
Release: 1%{?dist}
Summary: Package and CLI tool to generate release fields and changelogs

Expand Down Expand Up @@ -121,7 +121,8 @@ install -m 644 rpm/macros.d/macros.rpmautospec %{buildroot}%{rpmmacrodir}/
%{__python3} -m pytest -n auto

%changelog
* Mon Apr 25 2022 Nils Philippsen <[email protected]>
* Mon Apr 25 2022 Nils Philippsen <[email protected]> - 0.2.6-1
- Update to 0.2.6
- Require python3-pytest-xdist for building
- Remove EL7 quirks, pkg isn't built there

Expand Down
2 changes: 1 addition & 1 deletion rpmautospec/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.5"
__version__ = "0.2.6"

0 comments on commit e7a2e56

Please sign in to comment.