diff options
author | baude <bbaude@redhat.com> | 2018-05-17 15:57:34 -0500 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2018-05-17 15:57:34 -0500 |
commit | ca528d80c1d02e303faf0098ffebea74215d2b57 (patch) | |
tree | 069dae609398cd44ff2a9c466b237b27ffb49bf6 /contrib/spec/podman.spec.in | |
parent | 20bceb787da96741cb61e04b176fe7827c8b7070 (diff) | |
download | podman-ca528d80c1d02e303faf0098ffebea74215d2b57.tar.gz podman-ca528d80c1d02e303faf0098ffebea74215d2b57.tar.bz2 podman-ca528d80c1d02e303faf0098ffebea74215d2b57.zip |
make sure hooks are renamed for copr spec
Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'contrib/spec/podman.spec.in')
-rw-r--r-- | contrib/spec/podman.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |