Skip to content

Commit

Permalink
develmaster: final commits for 3.11.0-rc1 (#117)
Browse files Browse the repository at this point in the history
* Re-add concluding empty line

* Shorten URL in changelog

* Fix typo

* [sfos-upgrade.spec] Move Vendor tag

* [sfos-upgrade.spec] Call it `rc`
  • Loading branch information
Olf0 committed May 18, 2023
2 parents e2c10db + 0a95dfa commit c83e025
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions rpm/sfos-upgrade.spec
Original file line number Diff line number Diff line change
@@ -1,28 +1,29 @@
Name: sfos-upgrade
Summary: Scripts for fail-safe upgrading of SailfishOS at the command line with logging
# The Git release tag format must adhere to just <version> since version 3.6.0.
# The <version> field adheres to semantic versioning and the <release> field
# is comprised of {alpha,beta,rc,release} postfixed with a natural number
# greater or equal to 1 (e.g., "beta3") and may additonally be postfixed with a
# plus character ("+"), the name of the packager and a release number chosen by
# her (e.g., "rc2+jane4"). `{alpha|beta|rc|release}` indicates the expected
# status of the software. No other identifiers shall be used for any published
# version, but for the purpose of testing infrastructure other nonsensical
# identifiers as `adud` may be used, which do *not* trigger a 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
# The <version> tag must adhere to semantic versioning, for details see
# https://semver.org/
Version: 3.11.0
Release: beta1
# The <release> tag comprises one of {alpha,beta,rc,release} postfixed with a
# natural number greater or equal to 1 (e.g., "beta3") and may additionally be
# postfixed with a plus character ("+"), the name of the packager and a release
# number chosen by her (e.g., "rc2+jane4"). `{alpha|beta|rc|release}`
# indicates the expected status of the software. No other identifiers shall be
# used for any published version, but for the purpose of testing infrastructure
# other nonsensual identifiers as `adud` may be used, which do *not* trigger a
# 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
# The Group tag should comprise one of the groups listed here:
# https://github.com/mer-tools/spectacle/blob/master/data/GROUPS
Group: Applications/System
Distribution: SailfishOS
License: LGPL-2.1-only
URL: https://github.com/Olf0/%{name}
# Altering the `Vendor:` field breaks the update path on SailfishOS, see
# https://en.opensuse.org/SDB:Vendor_change_update#Disabling_Vendor_stickiness
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.
Expand Down Expand Up @@ -97,4 +98,5 @@ cp bin/* %{buildroot}%{_bindir}/
# Changelog format: https://lists.fedoraproject.org/archives/list/[email protected]/thread/SF4VVE4NBEDQJDJZ4DJ6YW2DTGMWP23E/#6O6DFC6GDOLCU7QC3QJKJ3VCUGAOTD24
%changelog
* Thu Sep 9 1999 olf <[email protected]> - 99.99.99
- See https://github.com/Olf0/sfos-upgrade/releases
- See %{url}/releases

0 comments on commit c83e025

Please sign in to comment.