From e34fd11cf36242ab8762eb610a634439ed5c3db8 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 21:54:31 +0100 Subject: [PATCH] rebuilt by autoport with build requirements: libminizip-devel>=2.10.0-2mamba [release 2020.2-3mamba;Mon Oct 19 2020] --- domoticz.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/domoticz.spec b/domoticz.spec index 9dab261..3b2a5f0 100644 --- a/domoticz.spec +++ b/domoticz.spec @@ -1,6 +1,6 @@ Name: domoticz Version: 2020.2 -Release: 2mamba +Release: 3mamba Summary: A Home Automation System that lets you monitor and configure various devices Group: System/Kernel and Hardware Vendor: openmamba @@ -26,6 +26,7 @@ BuildRequires: libsqlite-devel BuildRequires: libusb-compat-devel BuildRequires: libz-devel ## AUTOBUILDREQ-END +BuildRequires: libminizip-devel >= 2.10.0-2mamba BuildRequires: libcereal-devel BuildRequires: cmake BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -37,6 +38,7 @@ Domoticz is a Home Automation System that lets you monitor and configure various %prep %setup -q +sed -i "s|minizip|minizip2|" CMakeLists.txt %build %cmake -d build \ @@ -106,6 +108,9 @@ install -d -m0755 %{buildroot}/var/lib/domoticz %doc License.txt %changelog +* Mon Oct 19 2020 Silvan Calarco 2020.2-3mamba +- rebuilt by autoport with build requirements: libminizip-devel>=2.10.0-2mamba + * Wed Sep 30 2020 Silvan Calarco 2020.2-2mamba - complete setup as systemd service