walters pushed to docker-storage-setup (master). "Merge https://github.com/projectatomic/docker-storage-setup/pull/8 (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Apr 17 01:25:18 UTC 2015


>From 159d12e1dc4cf65a89ed4b5b6d11eb90414dacf4 Mon Sep 17 00:00:00 2001
From: Colin Walters <walters at verbum.org>
Date: Thu, 16 Apr 2015 21:25:05 -0400
Subject: Merge https://github.com/projectatomic/docker-storage-setup/pull/8

  Add requirement on xfsprogs (Jason DeTiberus)

diff --git a/docker-storage-setup.spec b/docker-storage-setup.spec
index 1cb58e1..b5988db 100644
--- a/docker-storage-setup.spec
+++ b/docker-storage-setup.spec
@@ -1,6 +1,6 @@
 Name:           docker-storage-setup
 Version:        0.0.4
-Release:        2%{?dist}
+Release:        4%{?dist}
 Summary:        A simple service to setup docker storage devices
 
 License:        ASL 2.0
@@ -13,6 +13,7 @@ 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?
 Requires(post): systemd
 Requires(preun): systemd
@@ -47,6 +48,10 @@ install -p -m 644 docker-storage-setup.service %{buildroot}%{_unitdir}
 %{_bindir}/docker-storage-setup
 
 %changelog
+* 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)
+
 * Tue Jan 20 2015 Colin Walters <walters at redhat.com> - 0.0.4-2
 - On new installs, use an LVM managed thin pool by default,
   increasing efficiency.  (Vivek Goyal)
-- 
cgit v0.10.2


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


More information about the scm-commits mailing list