From 2b9a51bdb1731b00c54980be6ab74c58610fbbd2 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Mon, 1 Jun 2020 12:29:31 -0600 Subject: [PATCH] Oops: followup to varlink removal - remove systemd unit files Signed-off-by: Ed Santiago --- podman.spec | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/podman.spec b/podman.spec index 69f675a..227697e 100644 --- a/podman.spec +++ b/podman.spec @@ -546,13 +546,6 @@ for file in $(find . -iname "*_test.go" | grep -v "vendor") ; do done %endif -#TODO Next release this section should be removed, since the make install will handle it -# install service -install -m 644 contrib/systemd/user/podman.socket %{buildroot}/%{_userunitdir}/podman.socket -install -m 644 contrib/systemd/user/podman.service %{buildroot}/%{_userunitdir}/podman.service -install -m 644 contrib/systemd/system/podman.socket %{buildroot}/%{_unitdir}/podman.socket -install -m 644 contrib/systemd/system/podman.service %{buildroot}/%{_unitdir}/podman.service - %if 0%{?with_devel} sort -u -o devel.file-list devel.file-list %endif @@ -600,11 +593,6 @@ exit 0 %dir %{_datadir}/zsh/site-functions %{_datadir}/zsh/site-functions/_%{name} %config(noreplace) %{_sysconfdir}/cni/net.d/87-%{name}-bridge.conflist -%{_unitdir}/io.%{name}.service -%{_unitdir}/io.%{name}.socket -%{_userunitdir}/io.%{name}.service -%{_userunitdir}/io.%{name}.socket -%{_usr}/lib/tmpfiles.d/%{name}.conf %{_unitdir}/%{name}.service %{_unitdir}/%{name}.socket %{_userunitdir}/%{name}.service