From ca528d80c1d02e303faf0098ffebea74215d2b57 Mon Sep 17 00:00:00 2001 From: baude Date: Thu, 17 May 2018 15:57:34 -0500 Subject: make sure hooks are renamed for copr spec Signed-off-by: baude --- contrib/spec/podman.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/spec/podman.spec.in b/contrib/spec/podman.spec.in index ea2a4092c..4909aab8c 100644 --- a/contrib/spec/podman.spec.in +++ b/contrib/spec/podman.spec.in @@ -193,7 +193,6 @@ BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-varlink -Requires: python3-varlink Provides: python3-%{name} = %{version}-%{release} Summary: Python 3 bindings for %{name} @@ -361,6 +360,7 @@ providing packages with %{import_path} prefix. %prep %autosetup -Sgit -n podman-%{shortcommit} sed -i '/\/bin\/env/d' completions/bash/%{name} +mv pkg/hooks/README.md pkg/hooks/README-hooks.md %build mkdir _build -- cgit v1.2.3-54-g00ecf