From d703096b8bc37e78e28e68fb4f250cc2ed8e6f16 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 5 Jun 2013 19:06:29 +0200 Subject: Add Requires: libini_config >= 1.0.0.1 to the rpm spec file. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherwise we would allow to be installed with an outdated and non-working libiniconfig version. Signed-off-by: Günther Deschner Reviewed-by: Simo Sorce Resolves: https://fedorahosted.org/gss-proxy/ticket/92 --- proxy/contrib/gssproxy.spec.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/proxy/contrib/gssproxy.spec.in b/proxy/contrib/gssproxy.spec.in index 39383e8..6319a90 100644 --- a/proxy/contrib/gssproxy.spec.in +++ b/proxy/contrib/gssproxy.spec.in @@ -20,6 +20,8 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) Requires: krb5-libs >= 1.11.2 Requires: keyutils-libs Requires: libverto-tevent +Requires: libini_config >= 1.0.0.1 + Requires(post): systemd-units Requires(preun): systemd-units Requires(postun): systemd-units -- cgit