Skip to content

Commit

Permalink
Fix commented out prerelease macro in specfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
lbarcziova committed Dec 11, 2023
1 parent 502994c commit 53bc6dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion epel8/python-specfile.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ in a minimal diff.}


%global base_version 0.26.0
#%global prerelease rc1
#global prerelease rc1

%global package_version %{base_version}%{?prerelease:~%{prerelease}}
%global pypi_version %{base_version}%{?prerelease}
Expand Down
2 changes: 1 addition & 1 deletion fedora/python-specfile.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ in a minimal diff.}


%global base_version 0.26.0
#%global prerelease rc1
#global prerelease rc1

%global package_version %{base_version}%{?prerelease:~%{prerelease}}
%global pypi_version %{base_version}%{?prerelease}
Expand Down

0 comments on commit 53bc6dc

Please sign in to comment.