Skip to content

Commit d703096

Browse files
author
Günther Deschner
committed
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 <[email protected]> Reviewed-by: Simo Sorce <[email protected]> Resolves: https://fedorahosted.org/gss-proxy/ticket/92
1 parent e4ac6f8 commit d703096

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

proxy/contrib/gssproxy.spec.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
2020
Requires: krb5-libs >= 1.11.2
2121
Requires: keyutils-libs
2222
Requires: libverto-tevent
23+
Requires: libini_config >= 1.0.0.1
24+
2325
Requires(post): systemd-units
2426
Requires(preun): systemd-units
2527
Requires(postun): systemd-units

0 commit comments

Comments
 (0)