diff options
author | TomSweeneyRedHat <tsweeney@redhat.com> | 2020-02-10 13:34:57 -0500 |
---|---|---|
committer | TomSweeneyRedHat <tsweeney@redhat.com> | 2020-02-10 14:01:02 -0500 |
commit | fc1d67a5f671224d6d499098454d0fd588785140 (patch) | |
tree | fecc00cc831e56fa8f376c843bb431d6919b88c0 /contrib/spec/python-podman.spec.in | |
parent | e57253d06841d7a128ef760f8c47acf4b59157df (diff) | |
download | podman-fc1d67a5f671224d6d499098454d0fd588785140.tar.gz podman-fc1d67a5f671224d6d499098454d0fd588785140.tar.bz2 podman-fc1d67a5f671224d6d499098454d0fd588785140.zip |
[CI:DOCS] Update Code of Conduct to Containers variant
As the title says. I renamed the old file from the lower case to the
upper case name. This makes it appear higher up in the listing on GitHub
and also is in line with the rest of the containers projects. Due to this
change, I also had to change a few references in a couple of build related
files.
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
Diffstat (limited to 'contrib/spec/python-podman.spec.in')
-rw-r--r-- | contrib/spec/python-podman.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/spec/python-podman.spec.in b/contrib/spec/python-podman.spec.in index 6296586dd..b921f2645 100644 --- a/contrib/spec/python-podman.spec.in +++ b/contrib/spec/python-podman.spec.in @@ -92,7 +92,7 @@ popd %files %license LICENSE -%doc README.md CONTRIBUTING.md install.md code-of-conduct.md transfer.md +%doc README.md CONTRIBUTING.md install.md CODE-OF-CONDUCT.md transfer.md %{_bindir}/pypodman %{_mandir}/man1/pypodman.1* %dir %{python3_sitelib}/podman |