walters pushed to docker-storage-setup (master). "New upstream release (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri May 22 20:21:46 UTC 2015


From eae62d66e87fe93f6603dfefa18a03363b7406d8 Mon Sep 17 00:00:00 2001
From: Colin Walters <walters at verbum.org>
Date: Fri, 22 May 2015 16:21:38 -0400
Subject: New upstream release

- Drop requirement on cloud-utils-growpart; anyone who wants this
  functionality must install it manually

diff --git a/.gitignore b/.gitignore
index d452dba..c0e2101 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /0.0.3.tar.gz
 /docker-storage-setup-0.0.4.tar.gz
+/docker-storage-setup-0.5.tar.xz
diff --git a/docker-storage-setup.spec b/docker-storage-setup.spec
index b5988db..f574d4c 100644
--- a/docker-storage-setup.spec
+++ b/docker-storage-setup.spec
@@ -1,17 +1,17 @@
 Name:           docker-storage-setup
-Version:        0.0.4
-Release:        4%{?dist}
+Version:        0.5
+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/%{name}-%{version}.tar.gz
+# Created by `git archive`
+Source0:        %{name}-%{version}.tar.xz
 
 BuildArch:      noarch
 BuildRequires:  pkgconfig(systemd)
 
 Requires:       lvm2
-Requires:       cloud-utils-growpart
 Requires:       systemd-units
 Requires:       xfsprogs
 # systemd_requires macro doesn't work here because the srpm build fails?
@@ -20,8 +20,9 @@ Requires(preun): systemd
 Requires(postun): systemd
 
 %description
-This is a simple service to divide available storage between
-the OS and docker using LVM devices.
+This is a simple service to configure Docker to use an LVM-managed
+thin pool.  It also supports auto-growing both the pool as well
+as the root logical volume and partition table. 
 
 %prep
 %setup -q
@@ -33,6 +34,8 @@ install -d %{buildroot}%{_bindir}
 install -p -m 755 docker-storage-setup.sh %{buildroot}%{_bindir}/docker-storage-setup
 install -d %{buildroot}%{_unitdir}
 install -p -m 644 docker-storage-setup.service %{buildroot}%{_unitdir}
+install -d %{buildroot}%{_libdir}/docker-storage-setup/
+install -p -m 644 docker-storage-setup.conf %{buildroot}%{_libdir}/docker-storage-setup/docker-storage-setup
 
 %post
 %systemd_post %{name}.service
@@ -46,8 +49,14 @@ install -p -m 644 docker-storage-setup.service %{buildroot}%{_unitdir}
 %files
 %{_unitdir}/docker-storage-setup.service
 %{_bindir}/docker-storage-setup
+%{_libdir}/docker-storage-setup/docker-storage-setup
 
 %changelog
+* Fri May 22 2015 Colin Walters <walters at redhat.com> - 0.5-2
+- New upstream release
+- Drop requirement on cloud-utils-growpart; anyone who wants this
+  functionality must install it manually
+
 * Fri Apr 17 2015 Colin Walters <walters at redhat.com> - 0.0.4-4
 - Merge https://github.com/projectatomic/docker-storage-setup/pull/8
   Add requirement on xfsprogs (Jason DeTiberus)
diff --git a/sources b/sources
index c7a3fdf..e78467a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e1bb01b45a87032adfe12fc34a97062a  docker-storage-setup-0.0.4.tar.gz
+c0df08337b5ea22caa1803a7539bcfbf  docker-storage-setup-0.5.tar.xz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/docker-storage-setup.git/commit/?h=master&id=eae62d66e87fe93f6603dfefa18a03363b7406d8


More information about the scm-commits mailing list