diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2020-08-03 13:11:36 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-08-03 13:12:07 +0200 |
commit | efcc2f5b18482d42ad8be9987037322518cf45f6 (patch) | |
tree | 852dc220cd77f24b0b28609578292fa5de3df50c /contrib/spec/podman.spec.in | |
parent | 4384de9e6bdc1d087bc4de6550760fe991946c34 (diff) | |
download | podman-efcc2f5b18482d42ad8be9987037322518cf45f6.tar.gz podman-efcc2f5b18482d42ad8be9987037322518cf45f6.tar.bz2 podman-efcc2f5b18482d42ad8be9987037322518cf45f6.zip |
Install auto-update services for users
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'contrib/spec/podman.spec.in')
-rw-r--r-- | contrib/spec/podman.spec.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/spec/podman.spec.in b/contrib/spec/podman.spec.in index c7feed12a..2411eaabc 100644 --- a/contrib/spec/podman.spec.in +++ b/contrib/spec/podman.spec.in @@ -506,6 +506,8 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_unitdir}/podman.socket %{_usr}/lib/systemd/user/podman.service %{_usr}/lib/systemd/user/podman.socket +%{_usr}/lib/systemd/user/podman-auto-update.service +%{_usr}/lib/systemd/user/podman-auto-update.timer %if 0%{?with_devel} %files -n libpod-devel -f devel.file-list |