commit 5125e992cdf53fe5d6ee128b40990ef66155c140
Author: Matthew Miller <[email protected]>
Date:   Wed Apr 23 18:20:42 2014 -0400

    Add "Provides: docker" as permitted by 
https://fedorahosted.org/fpc/ticket/341#comment:7

 docker-io.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/docker-io.spec b/docker-io.spec
index cd576f9..8a22afc 100644
--- a/docker-io.spec
+++ b/docker-io.spec
@@ -14,7 +14,7 @@
 
 Name:           docker-io
 Version:        0.10.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Automates deployment of containerized applications
 License:        ASL 2.0
 
@@ -69,6 +69,11 @@ Requires:       libcgroup
 
 Provides:       lxc-docker = %{version}
 
+# permitted by https://fedorahosted.org/fpc/ticket/341#comment:7
+# In F22, the whole package should be renamed to be just "docker" and
+# this changed to "Provides: docker-io".
+Provides:       docker
+
 %description
 Docker is an open-source engine that automates the deployment of any
 application as a lightweight, portable, self-sufficient container that will
@@ -197,6 +202,9 @@ fi
 %{_datadir}/vim/vimfiles/syntax/dockerfile.vim
 
 %changelog
+* Wed Apr 23 2014 Matthew Miller <mattdm@fedoraproject,org> - 0.10.0-3
+- "Provides: docker" as per FPC exception
+
 * Mon Apr 14 2014 Lokesh Mandvekar <[email protected]> - 0.10.0-2
 - regenerate btrfs removal patch
 - update commit value
_______________________________________________
golang mailing list
[email protected]
https://lists.fedoraproject.org/mailman/listinfo/golang

Reply via email to