- python-yamlish was missing from the spec file, but we need it. Require
at least version 0.18, because it includes essential performance fixes
(see T316).
- PyYAML was also missing, but needed.
| tflink | |
| mkrizek | |
| jskladan |
at least version 0.18, because it includes essential performance fixes
(see T316).
make mockchain works
| Automatic diff as part of commit; lint not applicable. |
| Automatic diff as part of commit; unit tests not applicable. |
| Path | Packages | |||
|---|---|---|---|---|
| M | libtaskotron.spec (3 lines) |
| Commit | Tree | Parents | Author | Summary | Date |
|---|---|---|---|---|---|
| 5f991a0444fa | 51ea37df06e7 | 7d5d4f4d9419 | Kamil Páral | spec: add python-yamlish, PyYAML (Show More…) | Apr 23 2015, 8:13 AM |
| Show All 21 Lines | |||||
| 22 | Requires: pytap13 >= 0.1.0 | 22 | Requires: pytap13 >= 0.1.0 | ||
| 23 | Requires: python-bayeux | 23 | Requires: python-bayeux | ||
| 24 | Requires: python-bunch | 24 | Requires: python-bunch | ||
| 25 | Requires: python-fedora | 25 | Requires: python-fedora | ||
| 26 | Requires: python-hawkey >= 0.4.13-1 | 26 | Requires: python-hawkey >= 0.4.13-1 | ||
| 27 | Requires: python-pycurl | 27 | Requires: python-pycurl | ||
| 28 | Requires: python-setuptools | 28 | Requires: python-setuptools | ||
| 29 | Requires: python-urlgrabber | 29 | Requires: python-urlgrabber | ||
| 30 | Requires: python-yamlish >= 0.18 | ||||
| 31 | Requires: PyYAML | ||||
| 30 | Requires: resultsdb_api | 32 | Requires: resultsdb_api | ||
| 31 | Requires: rpm-python | 33 | Requires: rpm-python | ||
| 32 | BuildRequires: bodhi-client | 34 | BuildRequires: bodhi-client | ||
| 33 | BuildRequires: koji | 35 | BuildRequires: koji | ||
| 34 | BuildRequires: mash | 36 | BuildRequires: mash | ||
| 35 | BuildRequires: pytap13 >= 0.3.0 | 37 | BuildRequires: pytap13 >= 0.3.0 | ||
| 36 | BuildRequires: pytest | 38 | BuildRequires: pytest | ||
| 37 | BuildRequires: python-bayeux | 39 | BuildRequires: python-bayeux | ||
| 38 | BuildRequires: python-bunch | 40 | BuildRequires: python-bunch | ||
| 39 | BuildRequires: python-devel | 41 | BuildRequires: python-devel | ||
| 40 | BuildRequires: python-dingus | 42 | BuildRequires: python-dingus | ||
| 41 | BuildRequires: python-fedora | 43 | BuildRequires: python-fedora | ||
| 42 | BuildRequires: python-hawkey >= 0.4.13-1 | 44 | BuildRequires: python-hawkey >= 0.4.13-1 | ||
| 43 | BuildRequires: python-setuptools | 45 | BuildRequires: python-setuptools | ||
| 44 | BuildRequires: python-urlgrabber | 46 | BuildRequires: python-urlgrabber | ||
| 47 | BuildRequires: PyYAML | ||||
| 45 | BuildRequires: resultsdb_api | 48 | BuildRequires: resultsdb_api | ||
| 46 | 49 | | |||
| 47 | 50 | | |||
| 48 | %description | 51 | %description | ||
| 49 | Libtaskotron is a support library for running taskotron tasks. | 52 | Libtaskotron is a support library for running taskotron tasks. | ||
| 50 | 53 | | |||
| 51 | %package -n libtaskotron-config | 54 | %package -n libtaskotron-config | ||
| 52 | Summary: Configuration files needed for using libtaskotron | 55 | Summary: Configuration files needed for using libtaskotron | ||
| ▲ Show 20 Lines • Show All 155 Lines • Show Last 20 Lines | |||||