Skip to content

Commit

Permalink
develmaster: Alter Git tag format (#118)
Browse files Browse the repository at this point in the history
* [upgrade.spec] Post release version increase

* [sfos-upgrade.spec] Create a `rc2`

* [sfos-upgrade.spec] Improve spelling
  • Loading branch information
Olf0 committed May 18, 2023
2 parents c83e025 + d68e52c commit 0e96785
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rpm/sfos-upgrade.spec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Version: 3.11.0
# build at GitHub and OBS, when configured accordingly; mind the sorting
# (`adud` < `alpha`). For details and reasons, see
# https://github.com/Olf0/sfos-upgrade/wiki/Git-tag-format
Release: rc1
Release: rc2
# The Group tag should comprise one of the groups listed here:
# https://github.com/mer-tools/spectacle/blob/master/data/GROUPS
Group: Applications/System
Expand All @@ -25,9 +25,9 @@ Vendor: olf
License: LGPL-2.1-only
URL: https://github.com/Olf0/%{name}
# The "Source0:" line below requires that the value of %%{name} is also the
# project name at GitHub and the value of %%{version} is also the name of a
# correspondingly set git-tag.
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
# project name at GitHub and the value of %%{release}/%%{version} is also the
# name of a correspondingly set Git tag.
Source0: %{url}/archive/%{release}/%{version}/%{name}-%{version}.tar.gz
# Note that the rpmlintrc file shall be named so according to
# https://en.opensuse.org/openSUSE:Packaging_checks#Building_Packages_in_spite_of_errors
Source99: %{name}.rpmlintrc
Expand Down

0 comments on commit 0e96785

Please sign in to comment.