Skip to content

Commit

Permalink
masterdevel: Ultimate v1.3.2 beautifications (#115)
Browse files Browse the repository at this point in the history
* [spec file] minor beautifications (#113)

* ";" → ":" (#114)
  • Loading branch information
Olf0 authored Dec 1, 2022
2 parents f8c50cf + f8a3874 commit 09ddb19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rpm/harbour-storeman-installer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ desktop-file-install --delete-original --dir=%{buildroot}%{_datadir}/application
# The %%post scriptlet is deliberately run when installing *and* updating.
# The added harbour-storeman-obs repository is not removed when Storeman Installer
# is removed, but when Storeman is removed (before it was added, removed, then
# added again when installing Storeman via Storeman Installer): This is far more
# fail-safe; if something goes wrong, SSUs repo entry is now ensured to exist.
# added again when installing Storeman via Storeman Installer), which is far more
# fail-safe: If something goes wrong, this SSUs repo entry is now ensured to exist.
ssu_ur='no'
ssu_lr="$(ssu lr | grep '^ - ' | cut -f 3 -d ' ')"
if printf '%s' "$ssu_lr" | grep -Fq 'mentaljam-obs'
Expand All @@ -119,7 +119,7 @@ fi
#%%{_sysconfdir}/%%{localauthority_dir}/50-%%{name}.pkla

%changelog
* Sat Dec 03 2022 olf <https://github.com/Olf0> - 1.3.2-release1
* Fri Dec 02 2022 olf <https://github.com/Olf0> - 1.3.2-release1
- Refine %%post section of the spec file (#96)
* Thu Dec 01 2022 olf <https://github.com/Olf0> - 1.3.1-release1
- Fix auto-removing Storeman < 0.3.0 on SailfishOS ≥ 3.1.0 (#109)
Expand Down

0 comments on commit 09ddb19

Please sign in to comment.