From 0b9c80f87646f394f06dbae44e1540daf95b85cc Mon Sep 17 00:00:00 2001 From: Andrea Ceccanti Date: Fri, 31 Oct 2014 16:27:29 +0000 Subject: [PATCH] Added missing dep on gSoap to spec file --- spec/voms-all.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/spec/voms-all.spec b/spec/voms-all.spec index ec4ddcc8..a139f55e 100644 --- a/spec/voms-all.spec +++ b/spec/voms-all.spec @@ -1,6 +1,6 @@ Name: voms Version: 2.0.12 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Virtual Organisation Membership Service C++ APIs Group: System Environment/Libraries @@ -12,6 +12,7 @@ BuildRequires: libtool BuildRequires: expat-devel BuildRequires: pkgconfig BuildRequires: openssl-devel%{?_isa} +BuildRequires: gsoap-devel BuildRequires: libxslt BuildRequires: docbook-style-xsl BuildRequires: doxygen @@ -88,6 +89,7 @@ services. Summary: Virtual Organization Membership Service Server Group: Applications/Internet Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: gsoap Requires(pre): shadow-utils Requires(post): chkconfig @@ -287,6 +289,9 @@ fi %{_mandir}/man8/voms.8* %changelog +* Mon May 12 2014 Andrea Ceccanti - 2.0.12-2 +- Added missing dependency on gsoap. + * Mon May 12 2014 Andrea Ceccanti - 2.0.12-1 - New packaging of the clients. https://issues.infn.it/jira/browse/VOMS-495