doit chainbuild
Details
Details
Diff Detail
Diff Detail
- Repository
- rLTRN libtaskotron
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
doit chainbuild
| Automatic diff as part of commit; lint not applicable. |
| Automatic diff as part of commit; unit tests not applicable. |
| Path | Packages | |||
|---|---|---|---|---|
| M | libtaskotron.spec (14 lines) |
| Commit | Tree | Parents | Author | Summary | Date |
|---|---|---|---|---|---|
| 80b535ff4c6e | 380a84d28245 | 74660f7d5787 | Martin Krizek | spec: Require the exact same version of subpackages (Show More…) | Nov 20 2015, 9:53 AM |
| 1 | # sitelib for noarch packages, sitearch for others (remove the unneeded one) | 1 | # sitelib for noarch packages, sitearch for others (remove the unneeded one) | ||
|---|---|---|---|---|---|
| 2 | %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} | 2 | %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} | ||
| 3 | %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} | 3 | %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} | ||
| 4 | 4 | | |||
| 5 | Name: libtaskotron | 5 | Name: libtaskotron | ||
| 6 | Version: 0.4.5 | 6 | Version: 0.4.5 | ||
| 7 | Release: 1%{?dist} | 7 | Release: 1%{?dist} | ||
| 8 | Summary: Taskotron Support Library | 8 | Summary: Taskotron Support Library | ||
| 9 | 9 | | |||
| 10 | License: GPLv3 | 10 | License: GPLv3 | ||
| 11 | URL: https://bitbucket.org/fedoraqa/libtaskotron | 11 | URL: https://bitbucket.org/fedoraqa/libtaskotron | ||
| 12 | Source0: http://qadevel.fedoraproject.org/releases/%{name}/%{name}-%{version}.tar.gz | 12 | Source0: http://qadevel.fedoraproject.org/releases/%{name}/%{name}-%{version}.tar.gz | ||
| 13 | 13 | | |||
| 14 | BuildArch: noarch | 14 | BuildArch: noarch | ||
| 15 | 15 | | |||
| 16 | # sorted alphabetically | 16 | # sorted alphabetically | ||
| 17 | Requires: libtaskotron-config | 17 | Requires: libtaskotron-config = %{version}-%{release} | ||
| 18 | Requires: libtaskotron-core | 18 | Requires: libtaskotron-core = %{version}-%{release} | ||
| 19 | Requires: libtaskotron-fedora | 19 | Requires: libtaskotron-fedora = %{version}-%{release} | ||
| 20 | Requires: libtaskotron-disposable | 20 | Requires: libtaskotron-disposable = %{version}-%{release} | ||
| 21 | 21 | | |||
| 22 | %description | 22 | %description | ||
| 23 | Libtaskotron is a support library for running taskotron tasks. The top level libtaskotron package is a meta-package which will install all sub-packages | 23 | Libtaskotron is a support library for running taskotron tasks. The top level libtaskotron package is a meta-package which will install all sub-packages | ||
| 24 | 24 | | |||
| 25 | %package -n libtaskotron-core | 25 | %package -n libtaskotron-core | ||
| 26 | Summary: The minimal, core parts of libtaskotron | 26 | Summary: The minimal, core parts of libtaskotron | ||
| 27 | 27 | | |||
| 28 | Requires: libtaskotron-config | 28 | Requires: libtaskotron-config = %{version}-%{release} | ||
| 29 | Requires: pyOpenSSL | 29 | Requires: pyOpenSSL | ||
| 30 | Requires: python-pycurl | 30 | Requires: python-pycurl | ||
| 31 | Requires: python-setuptools | 31 | Requires: python-setuptools | ||
| 32 | Requires: python-urlgrabber | 32 | Requires: python-urlgrabber | ||
| 33 | Requires: PyYAML >= 3.11 | 33 | Requires: PyYAML >= 3.11 | ||
| 34 | Requires: resultsdb_api >= 1.2.1 | 34 | Requires: resultsdb_api >= 1.2.1 | ||
| 35 | BuildRequires: koji | 35 | BuildRequires: koji | ||
| 36 | BuildRequires: mash | 36 | BuildRequires: mash | ||
| Show All 17 Lines | |||||
| 54 | libtaskotron. | 54 | libtaskotron. | ||
| 55 | 55 | | |||
| 56 | %package -n libtaskotron-fedora | 56 | %package -n libtaskotron-fedora | ||
| 57 | Summary: Fedora specific module for libtaskotron | 57 | Summary: Fedora specific module for libtaskotron | ||
| 58 | 58 | | |||
| 59 | Requires: createrepo | 59 | Requires: createrepo | ||
| 60 | Requires: dnf >= 0.6.4 | 60 | Requires: dnf >= 0.6.4 | ||
| 61 | Requires: koji | 61 | Requires: koji | ||
| 62 | Requires: libtaskotron-core | 62 | Requires: libtaskotron-core = %{version}-%{release} | ||
| 63 | Requires: mash | 63 | Requires: mash | ||
| 64 | Requires: python-fedora >= 0.5.5 | 64 | Requires: python-fedora >= 0.5.5 | ||
| 65 | Requires: python-hawkey >= 0.4.13-1 | 65 | Requires: python-hawkey >= 0.4.13-1 | ||
| 66 | Requires: python-munch >= 2.0.2 | 66 | Requires: python-munch >= 2.0.2 | ||
| 67 | Requires: rpm-python | 67 | Requires: rpm-python | ||
| 68 | BuildRequires: python-fedora >= 0.5.5 | 68 | BuildRequires: python-fedora >= 0.5.5 | ||
| 69 | BuildRequires: python-hawkey >= 0.4.13-1 | 69 | BuildRequires: python-hawkey >= 0.4.13-1 | ||
| 70 | BuildRequires: python-munch >= 2.0.2 | 70 | BuildRequires: python-munch >= 2.0.2 | ||
| 71 | 71 | | |||
| 72 | %description -n libtaskotron-fedora | 72 | %description -n libtaskotron-fedora | ||
| 73 | Module for libtaskotron which contains all functionality which is fedora-only | 73 | Module for libtaskotron which contains all functionality which is fedora-only | ||
| 74 | 74 | | |||
| 75 | %package -n libtaskotron-disposable | 75 | %package -n libtaskotron-disposable | ||
| 76 | Summary: disposable client module for libtaskotron | 76 | Summary: disposable client module for libtaskotron | ||
| 77 | 77 | | |||
| 78 | Requires: libtaskotron-core | 78 | Requires: libtaskotron-core = %{version}-%{release} | ||
| 79 | Requires: python-paramiko >= 1.15.1 | 79 | Requires: python-paramiko >= 1.15.1 | ||
| 80 | Requires: testcloud >= 0.1.2 | 80 | Requires: testcloud >= 0.1.2 | ||
| 81 | BuildRequires: python-paramiko >= 1.15.1 | 81 | BuildRequires: python-paramiko >= 1.15.1 | ||
| 82 | BuildRequires: testcloud >= 0.1.2 | 82 | BuildRequires: testcloud >= 0.1.2 | ||
| 83 | 83 | | |||
| 84 | %description -n libtaskotron-disposable | 84 | %description -n libtaskotron-disposable | ||
| 85 | Module for libtaskotron which enables the use of disposable clients | 85 | Module for libtaskotron which enables the use of disposable clients | ||
| 86 | 86 | | |||
| ▲ Show 20 Lines • Show All 226 Lines • Show Last 20 Lines | |||||