From 14fe0da2314c9cc2d1c7f5357b0bc1c914ecb0ab Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Jan 20 2015 17:39:01 +0000 Subject: On new installs, use an LVM managed thin pool by default, increasing efficiency. (Vivek Goyal) --- diff --git a/.gitignore b/.gitignore index 2bdd339..d452dba 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /0.0.3.tar.gz +/docker-storage-setup-0.0.4.tar.gz diff --git a/docker-storage-setup.spec b/docker-storage-setup.spec index 1160683..1cb58e1 100644 --- a/docker-storage-setup.spec +++ b/docker-storage-setup.spec @@ -1,11 +1,11 @@ Name: docker-storage-setup -Version: 0.0.3 -Release: 1%{?dist} +Version: 0.0.4 +Release: 2%{?dist} Summary: A simple service to setup docker storage devices License: ASL 2.0 URL: http://github.com/projectatomic/docker-storage-setup/ -Source0: https://github.com/projectatomic/docker-storage-setup/archive/%{version}.tar.gz +Source0: https://github.com/projectatomic/docker-storage-setup/archive/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: pkgconfig(systemd) @@ -47,6 +47,10 @@ install -p -m 644 docker-storage-setup.service %{buildroot}%{_unitdir} %{_bindir}/docker-storage-setup %changelog +* Tue Jan 20 2015 Colin Walters - 0.0.4-2 +- On new installs, use an LVM managed thin pool by default, + increasing efficiency. (Vivek Goyal) + * Wed Oct 29 2014 Andy Grimm - 0.0.3-1 - Initial build diff --git a/sources b/sources index 5ef55bb..c7a3fdf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -21533cf53d9518ea26ac031fa4ce94f2 0.0.3.tar.gz +e1bb01b45a87032adfe12fc34a97062a docker-storage-setup-0.0.4.tar.gz