[fig] Disable -debuginfo (1154780), add docker-py Requires (1154874)

Matej Stuchlik mstuchli at fedoraproject.org
Tue Oct 21 13:06:51 UTC 2014


commit 332ce5a8b51467e37b550c3189461b2613f962b7
Author: Matej Stuchlik <mstuchli at redhat.com>
Date:   Tue Oct 21 15:03:03 2014 +0200

    Disable -debuginfo (1154780), add docker-py Requires (1154874)

 fig.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/fig.spec b/fig.spec
index be1e1a6..eb76fb2 100644
--- a/fig.spec
+++ b/fig.spec
@@ -1,6 +1,8 @@
+%global debug_package %{nil}
+
 Name:           fig
 Version:        0.5.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Punctual, lightweight development environments using Docker
 
 License:        ASL 2.0
@@ -27,6 +29,7 @@ BuildRequires:  PyYAML
 BuildRequires:  python-docopt
 
 Requires:       python-dockerpty
+Requires:       python-docker-py
 Requires:       python-texttable
 Requires:       python-docopt
 Requires:       python-requests
@@ -76,5 +79,9 @@ rm -r %{name}.egg-info
 %{python2_sitelib}/%{name}*
 
 %changelog
+* Tue Oct 21 2014 Matej Stuchlik <mstuchli at redhat.com> - 0.5.2-2
+- Explicitly disable debuginfo subpackage (#1154780)
+- Add python-docker-py to Requires (#1154874)
+
 * Thu Oct 09 2014 Matej Stuchlik <mstuchli at redhat.com> - 0.5.2-1
 - Initial spec based on rhbz#1129889


More information about the scm-commits mailing list