From 549ed792cdd7086b80101c312d9783fa422a37b6 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Jun 29 2017 22:31:12 +0000 Subject: actually apply the patch for the single-run exec --- diff --git a/reg.spec b/reg.spec index f5b9509..76dedcb 100644 --- a/reg.spec +++ b/reg.spec @@ -25,7 +25,7 @@ Name: reg Version: 0.4.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Docker registry v2 command line client @@ -389,6 +389,8 @@ have a CoreOS Clair server set up. %prep %setup -q -n %{name}-%{commit} +%patch0 -p1 + # Have to move things around because of how golang likes to search $GOPATH cd ../ mv $OLDPWD hack @@ -499,6 +501,9 @@ cp -p LICENSE %{_builddir}/%{name}-%{commit}/ %ghost %config(noreplace) %{_sharedstatedir}%{name}-server/index.html %changelog +* Thu Jun 29 2017 Adam Miller - 0.4.1-5 +- Actually apply the patch for single-run execution + * Thu Jun 29 2017 Adam Miller - 0.4.1-4 - Fix epel7 build