jpopelka pushed to dock (f22). "require python[3]-setuptools"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue May 5 12:21:31 UTC 2015


>From 7aba341055a79521d524daddb855190a7f52d358 Mon Sep 17 00:00:00 2001
From: Jiri Popelka <jpopelka at redhat.com>
Date: Tue, 5 May 2015 14:16:19 +0200
Subject: require python[3]-setuptools


diff --git a/dock.spec b/dock.spec
index 0c183a6..f6105ad 100644
--- a/dock.spec
+++ b/dock.spec
@@ -8,7 +8,7 @@
 
 Name:           dock
 Version:        1.2.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 
 Summary:        Improved builder for Docker images
 Group:          Development/Tools
@@ -20,6 +20,7 @@ BuildArch:      noarch
 
 BuildRequires:  python2-devel
 BuildRequires:  python-setuptools
+Requires:       python-setuptools
 
 %if 0%{?with_python3}
 BuildRequires:  python3-devel
@@ -47,6 +48,16 @@ Requires:       koji
 Koji plugin for Dock
 
 
+%package metadata
+Summary:        Plugin for submitting metada to OSBS
+Group:          Development/Tools
+Requires:       %{name} = %{version}-%{release}
+Requires:       osbs
+
+%description metadata
+Plugin for submitting metada to OSBS
+
+
 %if 0%{?with_python3}
 %package -n python3-dock
 Summary:        Improved builder for Docker images
@@ -54,6 +65,7 @@ Group:          Development/Tools
 License:        BSD
 Requires:       python3-docker-py
 Requires:       python3-requests
+Requires:       python3-setuptools
 # python3 build is missing for GitPython
 Requires:       GitPython
 
@@ -72,6 +84,16 @@ Requires:       koji
 
 %description -n python3-dock-koji
 Koji plugin for Dock
+
+
+%package -n python3-dock-metadata
+Summary:        Plugin for submitting metada to OSBS
+Group:          Development/Tools
+Requires:       %{name} = %{version}-%{release}
+Requires:       osbs
+
+%description python3-dock-metadata
+Plugin for submitting metada to OSBS
 %endif # with_python3
 
 
@@ -127,6 +149,10 @@ cp -a %{sources} %{buildroot}/%{_datadir}/%{name}/dock.tar.gz
 %{python2_sitelib}/dock/plugins/pre_koji.py*
 
 
+%files metadata
+%{python2_sitelib}/dock/plugins/post_store_metadata_in_osv3.py*
+
+
 %if 0%{?with_python3}
 %files -n python3-dock
 %doc README.md
@@ -149,13 +175,23 @@ cp -a %{sources} %{buildroot}/%{_datadir}/%{name}/dock.tar.gz
 
 %files -n python3-dock-koji
 %{python3_sitelib}/dock/plugins/pre_koji.py*
+
+
+%files -n python3-dock-metadata
+%{python3_sitelib}/dock/plugins/post_store_metadata_in_osv3.py*
 %endif  # with_python3
 
 
 %changelog
+* Tue May 05 2015 Jiri Popelka <jpopelka at redhat.com> - 1.2.0-2
+- require python[3]-setuptools
+
 * Tue Apr 21 2015 Tomas Tomecek <ttomecek at redhat.com> - 1.2.0-1
 - new upstream release 1.2.0
 
+* Tue Apr 07 2015 Tomas Tomecek <ttomecek at redhat.com> - 1.1.3-1
+- new upstream release 1.1.3
+
 * Thu Apr 02 2015 Martin Milata <mmilata at redhat.com> - 1.1.2-1
 - new upstream release 1.1.2
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/dock.git/commit/?h=f22&id=7aba341055a79521d524daddb855190a7f52d358


More information about the scm-commits mailing list