mirror of
https://github.com/evilsocket/opensnitch.git
synced 2026-05-09 20:22:26 +00:00
pkg,rpm: fixed installing with rpm-ostree
The v1.8.0 rpm UI package was built with rpm 6.x, which caused the error "Unrecognized archive format" when installing it with rpm-ostree. Adding %define _rpmformat 4 fixes this issue.
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
%define __python python3
|
||||
%define desktop_file opensnitch_ui.desktop
|
||||
%define _binary_payload w9.gzdio
|
||||
%define _rpmformat 4
|
||||
|
||||
Summary: Prompt service and UI for the OpenSnitch interactive application firewall.
|
||||
Name: %{name}
|
||||
|
||||
Reference in New Issue
Block a user