From f5ec356dad98d24b99022543dad04541f9d1e4be Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Jan 18 2017 18:44:59 +0000 Subject: atomic-1.15.1-2 - Resolves: #1387860 - install /var/lib/containers/atomic and own it Signed-off-by: Lokesh Mandvekar --- diff --git a/atomic.spec b/atomic.spec index 58db52d..2ebf6d6 100644 --- a/atomic.spec +++ b/atomic.spec @@ -16,7 +16,7 @@ Name: atomic Version: 1.15.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tool for managing ProjectAtomic systems and containers License: LGPLv2+ URL: https://github.com/projectatomic/atomic @@ -111,6 +111,7 @@ make PYTHON=%{__python} PYLINT=true all %install make PYTHON=%{__python} install-only DESTDIR=%{buildroot} +install -dp %{buildroot}%{_sharedstatedir}/containers/%{name} # Better support for doing continuous delivery by supporting optional # components. The canonical copy of this is in `rpm-ostree.spec`. @@ -152,8 +153,13 @@ EOF %config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.%{name}.conf %config(noreplace) %{_sysconfdir}/%{name}.conf %dir %{_sysconfdir}/%{name}.d +%dir %{_sharedstatedir}/containers +%dir %{_sharedstatedir}/containers/%{name} %changelog +* Wed Jan 18 2017 Lokesh Mandvekar - 1.15.1-2 +- Resolves: #1387860 - install /var/lib/containers/atomic and own it + * Tue Jan 17 2017 Frantisek Kluknavsky - 1.15.1-1 - bump to v1.15.1