From 62b0f45fe24aec43ee44ebd102847104bf3d9245 Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Thu, 12 Apr 2018 20:28:56 +0000 Subject: [PATCH] Drop patch level by one (woo!) --- gssproxy.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gssproxy.spec b/gssproxy.spec index c6c9147..86183a1 100644 --- a/gssproxy.spec +++ b/gssproxy.spec @@ -1,7 +1,7 @@ Name: gssproxy Version: 0.8.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: GSSAPI Proxy Group: System Environment/Libraries @@ -57,7 +57,7 @@ BuildRequires: git A proxy for GSSAPI credential handling %prep -%autosetup -p2 -S git +%autosetup -S git %build autoreconf -f -i @@ -111,6 +111,9 @@ mkdir -p %{buildroot}%{gpstatedir}/rcache %systemd_postun_with_restart gssproxy.service %changelog +* Thu Apr 12 2018 Robbie Harwood - 0.8.0-4 +- Drop patch level by one (woo!) + * Thu Apr 12 2018 Robbie Harwood - 0.8.0-3 - Always choose highest requested debug level - Update man pages about debugging