Domoticz is expecting a minizip 1.x library and not the current 2.x version
This commit is contained in:
parent
8f1bf90803
commit
741f5e08d6
@ -3,7 +3,7 @@
|
||||
|
||||
Name: domoticz
|
||||
Version: 2020.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Open source Home Automation System
|
||||
|
||||
License: GPLv3+ and ASL 2.0 and Boost and BSD and MIT
|
||||
@ -25,7 +25,7 @@ Patch3: %{name}-python.patch
|
||||
Patch4: %{name}-python38.patch
|
||||
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: cereal-devel
|
||||
BuildRequires: cereal-devel
|
||||
BuildRequires: cmake
|
||||
BuildRequires: curl-devel
|
||||
BuildRequires: fontpackages-devel
|
||||
@ -35,7 +35,7 @@ BuildRequires: jsoncpp-devel
|
||||
BuildRequires: libopenzwave-devel >= 1.6.0
|
||||
BuildRequires: libusb-devel
|
||||
BuildRequires: lua-devel
|
||||
BuildRequires: minizip-devel
|
||||
BuildRequires: minizip-compat-devel
|
||||
BuildRequires: mosquitto-devel
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: python3-devel
|
||||
@ -234,6 +234,9 @@ usermod -G domoticz,dialout domoticz
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Apr 27 2020 Michael Cronenworth <mike@cchtml.com> - 2020.2-2
|
||||
- Link against older minizip
|
||||
|
||||
* Mon Apr 27 2020 Michael Cronenworth <mike@cchtml.com> - 2020.2-1
|
||||
- New stable release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user