mirror of https://github.com/containers/podman.git
contrib/spec/podman.spec.in: Drop README-hooks
I'd tried to drop it here withea415610
(hooks/docs: Add oci-hooks.5 and per-package man page building, 2018-05-15, #772), but had missed the reference added in796d6c89
(Add python3 package to podman, 2018-05-17, #791) when rebasing around that package. With this commit, I'm killing it again ;). Signed-off-by: W. Trevor King <wking@tremily.us> Closes: #801 Approved by: rhatdan
This commit is contained in:
parent
c54b423cb3
commit
a9e2373f18
|
@ -360,7 +360,6 @@ 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
|
||||
|
@ -469,7 +468,7 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
|||
|
||||
%files -n python3-%{name}
|
||||
%license LICENSE
|
||||
%doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md code-of-conduct.md transfer.md
|
||||
%doc README.md CONTRIBUTING.md install.md code-of-conduct.md transfer.md
|
||||
%dir %{python3_sitelib}
|
||||
%{python3_sitelib}/*
|
||||
|
||||
|
|
Loading…
Reference in New Issue