commit 60512005fc60fbb541c205715da4b0a7b7c167be
Author: FeRD (Frank Dana) <ferdnyc(a)gmail.com>
Date: Sun Jun 23 10:00:29 2019 -0400
Add Requires: zeromq for EL7
libopenshot.spec | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
---
diff --git a/libopenshot.spec b/libopenshot.spec
index fd3add7..8351bf0 100644
--- a/libopenshot.spec
+++ b/libopenshot.spec
@@ -4,7 +4,7 @@
Name: libopenshot
Version: 0.2.3
-Release: 2.%{gitdate}git%{shortrev}%{?dist}
+Release: 3.%{gitdate}git%{shortrev}%{?dist}
Summary: Library for creating and editing videos
License: LGPLv3+
@@ -34,6 +34,9 @@ BuildRequires: jsoncpp-devel
BuildRequires: libopenshot-audio-devel >= 0:0.1.8-2
Requires: libopenshot-audio%{?isa} >= 0:0.1.8-2
+# EL7 has other packages providing libzmq.so.5
+Requires: zeromq%{?isa} >= 0:4.1.4
+
%description
OpenShot Library (libopenshot) is an open-source project
dedicated to delivering high quality video editing, animation,
@@ -109,6 +112,10 @@ export CXXFLAGS="%{optflags} -Wl,--as-needed
%{__global_ldflags}"
%changelog
+* Sun Jun 23 2019 FeRD (Frank Dana) <ferdnyc(a)gmail.com> - 0.2.3-3
+- Add explicit Requires: zeromq, to work around other EL7
+ packages which provide the required libzmq.so.5
+
* Tue Apr 09 2019 FeRD (Frank Dana) <ferdnyc AT gmail com> - 0.2.3-2
- Upgrade to latest git revision, to fix FTBFS with GCC9 on Fedora 30
- Requires libopenshot-audio also built from same or later gitrev
Show replies by date