diff --git a/gssproxy.spec b/gssproxy.spec index 7bae9e2..df764be 100644 --- a/gssproxy.spec +++ b/gssproxy.spec @@ -1,6 +1,6 @@ Name: gssproxy Version: 0.2.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: GSSAPI Proxy Group: System Environment/Libraries @@ -21,6 +21,7 @@ Patch1: gssproxy-systemd.patch Requires: krb5-libs >= 1.11.2 Requires: keyutils-libs +Requires: libverto-tevent Requires(post): systemd-units Requires(preun): systemd-units Requires(postun): systemd-units @@ -107,6 +108,9 @@ rm -rf %{buildroot} %systemd_postun_with_restart gssproxy.service %changelog +* Fri May 31 2013 Guenther Deschner 0.2.2-5 +- Require libverto-tevent to make sure libverto initialization succeeds + * Wed May 29 2013 Guenther Deschner 0.2.2-4 - Modify systemd unit files for nfs-secure services