We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20bceb7 + ca528d8 commit 4704c13Copy full SHA for 4704c13
contrib/spec/podman.spec.in
@@ -193,7 +193,6 @@ BuildArch: noarch
193
BuildRequires: python3-devel
194
BuildRequires: python3-setuptools
195
BuildRequires: python3-varlink
196
-Requires: python3-varlink
197
Provides: python3-%{name} = %{version}-%{release}
198
Summary: Python 3 bindings for %{name}
199
@@ -361,6 +360,7 @@ providing packages with %{import_path} prefix.
361
360
%prep
362
%autosetup -Sgit -n podman-%{shortcommit}
363
sed -i '/\/bin\/env/d' completions/bash/%{name}
+mv pkg/hooks/README.md pkg/hooks/README-hooks.md
364
365
%build
366
mkdir _build
0 commit comments