summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGünther Deschner <gdeschner@redhat.com>2013-06-05 19:06:29 +0200
committerGünther Deschner <gdeschner@redhat.com>2013-06-06 16:51:05 +0200
commitd703096b8bc37e78e28e68fb4f250cc2ed8e6f16 (patch)
treebe2e89b402f1276c0368910f37a70844b36f4b20
parente4ac6f8ac8b31d7e08e66c7ae50b12f520c005f9 (diff)
downloadgss-proxy-d703096b8bc37e78e28e68fb4f250cc2ed8e6f16.tar.gz
gss-proxy-d703096b8bc37e78e28e68fb4f250cc2ed8e6f16.tar.xz
gss-proxy-d703096b8bc37e78e28e68fb4f250cc2ed8e6f16.zip
Add Requires: libini_config >= 1.0.0.1 to the rpm spec file.
Otherwise we would allow to be installed with an outdated and non-working libiniconfig version. Signed-off-by: Günther Deschner <gdeschner@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com> Resolves: https://fedorahosted.org/gss-proxy/ticket/92
-rw-r--r--proxy/contrib/gssproxy.spec.in2
1 files changed, 2 insertions, 0 deletions
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