Skip to content

Commit

Permalink
Fix spec version
Browse files Browse the repository at this point in the history
  • Loading branch information
mwhahaha committed Oct 25, 2021
1 parent cdf9a1f commit 1816e4e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions contrib/task-core.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%global debug_package %{nil}
%{?!released_version: %global released_version 0.1.0}
%{?!released_version: %global released_version 0.1.2}

# ---------------
# task-core
Expand Down Expand Up @@ -121,8 +121,11 @@ rm -rf *.egg-info
# ---------------

%changelog
* Mon Oct 25 2021 Alex Schultz <aschultz@redhat.com> - 0.1.2-1
- Fixes tag for release rpms

* Mon Oct 25 2021 Alex Schultz <aschultz@redhat.com> - 0.1.1-1
- Initial 0.1.1 release
- Fixes repository move

* Mon Oct 25 2021 Alex Schultz <aschultz@redhat.com> - 0.1.0-1
- Initial 0.1.0 release
Expand Down

0 comments on commit 1816e4e

Please sign in to comment.