Releases: storeman-developers/harbour-storeman-installer
2.0.8
2.0.7
Changes
- Create unit files harbour-storeman-installer.timer and harbour-storeman-installer.service (#94 etc.)
- The service unit performs the installation of Storeman
- The timer unit is triggered via
systemctl
in the%posttrans
scriptlet (#94) - Thus the necessity for user interaction(s) is eliminated, besides triggering the installation of Storeman Installer
Full Changelog: 1.3.4...2.0.7
Side note: Using the defer-inst-via-systemd branch for this pre-release!
1.3.3
Changes
- Start pkcon commands with the options -pn
- Tidy spec file as implemented in v2.0
- Fix broken links to
build.sailfishos.org
→build.merproject.org
- Enhance README.md
- Overhaul some comments
Full Changelog: 1.3.2...1.3.3
Side note: Mind to usually target the master branch when setting release tags.
1.3.2
Changes
- Refine
%post
section (#96) - Some beautifications of comments, changelog entries and their items.
Full Changelog: 1.3.1...1.3.2
Side note: Mind to usually target the master branch when setting release tags.
1.3.1
Change
- Fix auto-removing Storeman < 0.3.0 on SailfishOS ≥ 3.1.0 (#109)
Full Changelog: 1.3.0...1.3.1
Side note: Mind to usually target the master branch when setting release tags.
1.3.0
Changes
- Rework
%post
-,%postun
- and%posttrans
-sections of the spec file. (#89, #91, #93)
These changes are a prerequisite for Storeman 0.3.2! - Automatically remove an installed Storeman 0.2.x upon installation (since Storeman-Installer 1.2.8 ensured to be on SailfishOS ≥ 3.1.0) via a "special"
Conflicts:
,Obsoletes:
andProvides:
triple (hope that the version dependencies defined there are working well). (#95) - Delete sub-module, which has been unused for long. (#79)
- Many small enhancements of comments, strings and other non-code assets.
Full Changelog: 1.2.9...1.3.0
Side note: Mind to usually target the master branch when setting release tags.
1.2.9
Changes
- pkcon expects options before the command (#74), see https://www.systutorials.com/docs/linux/man/1-pkcon/
Full Changelog: 1.2.8...1.2.9
Side note: Mind to always target the master branch when setting release tags.
1.2.8
Changes
- Requires: sailfish-version >= 3.1.0 (#61), because this is the oldest SailfishOS release any Storeman version installed by Storeman Installer will work on.
Full Changelog: 1.2.7...1.2.8
Side note: Mind to always target the master branch when setting release tags.
1.2.7
Changes
- Fix icon deployment
Full Changelog: 1.2.6...1.2.7
Side note: Mind to always target the master branch when setting release tags.
1.2.6
Changes
- Release tags must not carry a prepended "v" any longer and solely consist of a simple semantic version number a.b.c, because … (see next point and "Git tag format" Wiki page)
- Specify a correct source link at GitHub (#42)
- Address a couple of
rpmlint
complaints
Full Changelog: v1.2.2...1.2.6
Side note: Mind to always target the master branch when setting release tags.