Skip to content

Commit 4704c13

Browse files
authored
Merge pull request #797 from baude/coprhooks2
make sure hooks are renamed for copr spec
2 parents 20bceb7 + ca528d8 commit 4704c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/spec/podman.spec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ BuildArch: noarch
193193
BuildRequires: python3-devel
194194
BuildRequires: python3-setuptools
195195
BuildRequires: python3-varlink
196-
Requires: python3-varlink
197196
Provides: python3-%{name} = %{version}-%{release}
198197
Summary: Python 3 bindings for %{name}
199198

@@ -361,6 +360,7 @@ providing packages with %{import_path} prefix.
361360
%prep
362361
%autosetup -Sgit -n podman-%{shortcommit}
363362
sed -i '/\/bin\/env/d' completions/bash/%{name}
363+
mv pkg/hooks/README.md pkg/hooks/README-hooks.md
364364

365365
%build
366366
mkdir _build

0 commit comments

Comments
 (0)