diff options
author | Valentin Rothberg <vrothberg@redhat.com> | 2022-06-30 15:32:03 +0200 |
---|---|---|
committer | Valentin Rothberg <vrothberg@redhat.com> | 2022-06-30 17:09:51 +0200 |
commit | c6fb533ca6e9cbf00f9d9d1feba0bb7331484f88 (patch) | |
tree | 613afb311f888a51431e8fe00c8c6895b046516d /podman.spec.rpkg | |
parent | 3426d56b92be2ac1c3cc62fc578e9cb6d64aca81 (diff) | |
download | podman-c6fb533ca6e9cbf00f9d9d1feba0bb7331484f88.tar.gz podman-c6fb533ca6e9cbf00f9d9d1feba0bb7331484f88.tar.bz2 podman-c6fb533ca6e9cbf00f9d9d1feba0bb7331484f88.zip |
podman-play-kube template: rename to podman-kube
With the upcoming plans of introducing a podman-kube command with
various subcommands, rename the podman-play-kube systemd template
to podman-kube before releasing it.
Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
Diffstat (limited to 'podman.spec.rpkg')
-rw-r--r-- | podman.spec.rpkg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/podman.spec.rpkg b/podman.spec.rpkg index c9127c2d9..30653b658 100644 --- a/podman.spec.rpkg +++ b/podman.spec.rpkg @@ -226,13 +226,13 @@ done %{_unitdir}/%{name}.service %{_unitdir}/%{name}.socket %{_unitdir}/%{name}-restart.service -%{_unitdir}/%{name}-play-kube@.service +%{_unitdir}/%{name}-kube@.service %{_userunitdir}/%{name}-auto-update.service %{_userunitdir}/%{name}-auto-update.timer %{_userunitdir}/%{name}.service %{_userunitdir}/%{name}.socket %{_userunitdir}/%{name}-restart.service -%{_userunitdir}/%{name}-play-kube@.service +%{_userunitdir}/%{name}-kube@.service %{_tmpfilesdir}/%{name}.conf %if 0%{?fedora} >= 36 %{_modulesloaddir}/%{name}-iptables.conf |