From 0b9f8fa9ee9ca74374590b6bdfba0d07354f53f2 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 5 May 2016 09:51:56 -0400 Subject: [PATCH] Fix typo in requires --- gssproxy.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gssproxy.spec b/gssproxy.spec index df2ab07..485ef1e 100644 --- a/gssproxy.spec +++ b/gssproxy.spec @@ -1,6 +1,6 @@ Name: gssproxy Version: 0.5.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GSSAPI Proxy Group: System Environment/Libraries @@ -20,7 +20,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) Requires: krb5-libs >= 1.12.0 Requires: keyutils-libs Requires: libverto-tevent -Requires: libini_onfig +Requires: libini_config Requires(post): systemd-units Requires(preun): systemd-units Requires(postun): systemd-units @@ -104,6 +104,9 @@ rm -rf %{buildroot} %systemd_postun_with_restart gssproxy.service %changelog +* Thu May 05 2016 Simo Sorce - 0.5.0-2 +- Fix typo in requires + * Wed May 04 2016 Robbie Harwood - 0.5.0-1 - Release new upstream version - Bump ini_config version for `ini_config_augment()`