Skip to content

Commit

Permalink
Commits for fix-up release release2/3.11.2 (#132)
Browse files Browse the repository at this point in the history
* [sfos-upgrade.spec] Post release version increase

* [post_sfos-upgrade9 Add missed `then`

* [sfos-upgrade.spec] Pre fix-up release version lowering
  • Loading branch information
Olf0 committed Sep 27, 2023
2 parents e78f703 + 98ab7e5 commit 7cc9dc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bin/post_sfos-upgrade
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ then
printf '\n'
fi # Not executing either zypper or pkcon but both, because refreshing both of their caches is an important aspect.
if command -v pkcon > /dev/null 2>&1 # Is usually installed, but PackageKit is deliberately not specified as a dependency.
then
# This may have become superfluous with SFOS 3.2.0, see
# https://together.jolla.com/question/214572/changelog-320-torronsuo/#214572-packagekit
# Would need to investigate, but refreshing twice will do no harm, anyway.
Expand Down
2 changes: 1 addition & 1 deletion rpm/sfos-upgrade.spec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Version: 3.11.2
# 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: release1
Release: release2
# 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 Down

0 comments on commit 7cc9dc9

Please sign in to comment.