Skip to content

Commit a9e2373

Browse files
wkingrh-atomic-bot
authored andcommitted
contrib/spec/podman.spec.in: Drop README-hooks
I'd tried to drop it here with ea41561 (hooks/docs: Add oci-hooks.5 and per-package man page building, 2018-05-15, #772), but had missed the reference added in 796d6c8 (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 <[email protected]> Closes: #801 Approved by: rhatdan
1 parent c54b423 commit a9e2373

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

contrib/spec/podman.spec.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,6 @@ providing packages with %{import_path} prefix.
360360
%prep
361361
%autosetup -Sgit -n podman-%{shortcommit}
362362
sed -i '/\/bin\/env/d' completions/bash/%{name}
363-
mv pkg/hooks/README.md pkg/hooks/README-hooks.md
364363

365364
%build
366365
mkdir _build
@@ -469,7 +468,7 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
469468

470469
%files -n python3-%{name}
471470
%license LICENSE
472-
%doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md code-of-conduct.md transfer.md
471+
%doc README.md CONTRIBUTING.md install.md code-of-conduct.md transfer.md
473472
%dir %{python3_sitelib}
474473
%{python3_sitelib}/*
475474

0 commit comments

Comments
 (0)