diff options
author | W. Trevor King <wking@tremily.us> | 2018-05-18 07:16:18 -0700 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-05-18 14:59:49 +0000 |
commit | a9e2373f187ea36c186241ac1ae01df2fecaf256 (patch) | |
tree | fc3cede44cba2db8db72fb72e81b8af62fa50363 /contrib/spec/podman.spec.in | |
parent | c54b423cb3d12154255a81054d54f98536393f54 (diff) | |
download | podman-a9e2373f187ea36c186241ac1ae01df2fecaf256.tar.gz podman-a9e2373f187ea36c186241ac1ae01df2fecaf256.tar.bz2 podman-a9e2373f187ea36c186241ac1ae01df2fecaf256.zip |
contrib/spec/podman.spec.in: Drop README-hooks
I'd tried to drop it here with ea415610 (hooks/docs: Add oci-hooks.5
and per-package man page building, 2018-05-15, #772), but had missed
the reference added in 796d6c89 (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
Diffstat (limited to 'contrib/spec/podman.spec.in')
-rw-r--r-- | contrib/spec/podman.spec.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/spec/podman.spec.in b/contrib/spec/podman.spec.in index 4909aab8c..20c7b9271 100644 --- a/contrib/spec/podman.spec.in +++ b/contrib/spec/podman.spec.in @@ -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}/* |