mirror of
https://github.com/containers/podman.git
synced 2025-06-22 18:08:11 +08:00
Merge pull request #797 from baude/coprhooks2
make sure hooks are renamed for copr spec
This commit is contained 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
|
||||
|
Reference in New Issue
Block a user