Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

develmaster: final commits for 3.11.0-rc1 #117

Merged
merged 5 commits into from
May 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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