From a9e2373f187ea36c186241ac1ae01df2fecaf256 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 18 May 2018 07:16:18 -0700 Subject: 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 Closes: #801 Approved by: rhatdan --- contrib/spec/podman.spec.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'contrib/spec') 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}/* -- cgit v1.2.3-54-g00ecf