diff --git a/atomic.spec b/atomic.spec index c60ab6a..78e09a2 100644 --- a/atomic.spec +++ b/atomic.spec @@ -11,11 +11,11 @@ %global __python %{__python3} %endif -%global commit d56dcfb435ae13f834d76809ae967a2249e1073b +%global commit a16f089a25ff888294d398c16de63a32b70aceba %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: atomic -Version: 1.15.4 +Version: 1.16.1 Release: 1%{?dist} Summary: Tool for managing ProjectAtomic systems and containers License: LGPLv2+ @@ -38,7 +38,7 @@ BuildRequires: go-srpm-macros BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang} BuildRequires: %{pypkg}-dateutil BuildRequires: %{pypkg}-dbus -BuildRequires: %{pypkg}-docker-py +BuildRequires: %{pypkg}-docker BuildRequires: rpm-%{pypkg} %if (0%{?rhel} != 0 && 0%{?rhel} <= 7) BuildRequires: pygobject3-base @@ -65,7 +65,7 @@ Requires: rpm-%{pypkg} # https://github.com/projectatomic/atomic/pull/180 Requires: %{pypkg}-dateutil Requires: %{pypkg}-dbus -Requires: %{pypkg}-docker-py >= 1.7.2 +Requires: %{pypkg}-docker >= 1.7.2 Requires: %{pypkg}-requests >= 2.4.3 Requires: %{pypkg}-setuptools Requires: %{pypkg}-websocket-client >= 0.11.0 @@ -148,12 +148,23 @@ EOF %doc COPYING README.md %config(noreplace) %{_sysconfdir}/sysconfig/%{name} %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 +* Thu Feb 23 2017 Dan Walsh - 1.16.1-1 +- bump to v1.16.1 +- Fix uninstall bug: BZ 1425495 +- add --lvsize option to atomic storage modify +- Account for API Changes in docker-py-2 +- Suppress STDOUT of lower level commands e.g. vgreduce, wipefs. +- Fix Stop Regression: BZ #1422448 +- Enable dbus install, stop. +- Allow for async scans via dbus +- syscontainers: allow delete by image id +- syscontainers: support @sha256: format for image listing +- Fix FQ Name for SystemContainers + * Fri Feb 17 2017 Lokesh Mandvekar - 1.15.4-1 - bump to v1.15.4