Skip to content

Commit

Permalink
Remove postuninstall scriplet as it breaks upgrading
Browse files Browse the repository at this point in the history
  • Loading branch information
mentaljam committed Aug 22, 2020
1 parent b275706 commit 7f29e70
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
3 changes: 3 additions & 0 deletions rpm/harbour-storeman.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* Sat Aug 22 2020 Petr Tsymbarovich <[email protected]> 0.1.12-2
- RPM: remove postuninstall scriplet as it breaks upgrading

* Sat Aug 22 2020 Petr Tsymbarovich <[email protected]> 0.1.12-1
- Fix "update cache" hangs after "enable all" sources
- Rename "User applications" page to "Repository"
Expand Down
7 changes: 1 addition & 6 deletions rpm/harbour-storeman.spec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Name: harbour-storeman
%{?qtc_builddir:%define _builddir %qtc_builddir}
Summary: OpenRepos Client for Sailfish OS
Version: 0.1.12
Release: 1
Release: 2
Group: Qt/Qt
License: MIT
URL: https://github.com/mentaljam/harbour-storeman
Expand Down Expand Up @@ -85,11 +85,6 @@ test -f /usr/lib/libsolv.so.1 && ln -sf /usr/lib/libsolv.so.1 %{_datadir}/%{name
test -f /usr/lib/libsolvext.so.1 && ln -sf /usr/lib/libsolvext.so.1 %{_datadir}/%{name}/lib/libsolvext.so.0
# << post

%postun
# >> postun
rm -rf %{_datadir}/%{name}
# << postun

%files
%defattr(-,root,root,-)
%{_bindir}
Expand Down
2 changes: 1 addition & 1 deletion rpm/harbour-storeman.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Name: harbour-storeman
Summary: OpenRepos Client for Sailfish OS
Version: 0.1.12
Release: 1
Release: 2
Group: Qt/Qt
URL: https://github.com/mentaljam/harbour-storeman
License: MIT
Expand Down

0 comments on commit 7f29e70

Please sign in to comment.