Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contrib/spec/podman.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down Expand Up @@ -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
Copy link
Contributor

@wking wking May 17, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd removed this in #772, which moved all critical information from pkg/hooks/README.md into oci-hooks.5, which should be installed via this and this. Does that not work for some reason?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On IRC, @baude pointed out the presence of an exising consumer. LooksI'd missed like a sloppy rebase on my part, and I've filed #801 to remove both this mv and the missed consumer.


%build
mkdir _build
Expand Down