Details
Details
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Comment Actions
Looks good to me. It's unfortunate that F19 isn't going to work but I don't foresee any huge problems with going this route.
| tflink | |
| mkrizek |
no
| Lint Skipped |
| Unit Tests Skipped |
Looks good to me. It's unfortunate that F19 isn't going to work but I don't foresee any huge problems with going this route.
| Path | |||
|---|---|---|---|
| M | libtaskotron.spec (9 lines) |
| Commit | Tree | Parents | Author | Summary | Date |
|---|---|---|---|---|---|
| ef0f1683193e | cf1b95932088 | e74c632765d2 | Kamil Páral | spec: add a minimum version to python-hawkey (Show More…) | May 6 2014, 12:03 PM |
| 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.0.10 | 6 | Version: 0.0.10 | ||
| 7 | Release: 1%{?dist} | 7 | Release: 2%{?dist} | ||
| 8 | Summary: Taskotron Support Library | 8 | Summary: Taskotron Support Library | ||
| 9 | 9 | | |||
| 10 | License: GPLv2+ | 10 | License: GPLv2+ | ||
| 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 | Requires: bodhi-client | 16 | Requires: bodhi-client | ||
| 17 | Requires: koji | 17 | Requires: koji | ||
| 18 | Requires: rpm-python | 18 | Requires: rpm-python | ||
| 19 | Requires: pyOpenSSL | 19 | Requires: pyOpenSSL | ||
| 20 | Requires: python-pycurl | 20 | Requires: python-pycurl | ||
| 21 | Requires: python-urlgrabber | 21 | Requires: python-urlgrabber | ||
| 22 | Requires: python-jinja2 | 22 | Requires: python-jinja2 | ||
| 23 | Requires: pytap13 | 23 | Requires: pytap13 | ||
| 24 | Requires: resultsdb_api | 24 | Requires: resultsdb_api | ||
| 25 | Requires: python-bayeux | 25 | Requires: python-bayeux | ||
| 26 | Requires: resultsdb_api | 26 | Requires: resultsdb_api | ||
| 27 | Requires: python-hawkey | 27 | Requires: python-hawkey >= 0.4.13-1 | ||
| 28 | Requires: python-bunch | 28 | Requires: python-bunch | ||
| 29 | Requires: python-fedora | 29 | Requires: python-fedora | ||
| 30 | BuildRequires: python-devel | 30 | BuildRequires: python-devel | ||
| 31 | BuildRequires: python-setuptools | 31 | BuildRequires: python-setuptools | ||
| 32 | BuildRequires: pytest | 32 | BuildRequires: pytest | ||
| 33 | BuildRequires: python-bunch | 33 | BuildRequires: python-bunch | ||
| 34 | BuildRequires: python-dingus | 34 | BuildRequires: python-dingus | ||
| 35 | BuildRequires: python-urlgrabber | 35 | BuildRequires: python-urlgrabber | ||
| 36 | BuildRequires: python-jinja2 | 36 | BuildRequires: python-jinja2 | ||
| 37 | BuildRequires: koji | 37 | BuildRequires: koji | ||
| 38 | BuildRequires: pytap13 | 38 | BuildRequires: pytap13 | ||
| 39 | BuildRequires: python-bayeux | 39 | BuildRequires: python-bayeux | ||
| 40 | BuildRequires: bodhi-client | 40 | BuildRequires: bodhi-client | ||
| 41 | BuildRequires: resultsdb_api | 41 | BuildRequires: resultsdb_api | ||
| 42 | BuildRequires: python-hawkey | 42 | BuildRequires: python-hawkey >= 0.4.13-1 | ||
| 43 | BuildRequires: python-fedora | 43 | BuildRequires: python-fedora | ||
| 44 | 44 | | |||
| 45 | 45 | | |||
| 46 | %description | 46 | %description | ||
| 47 | Libtaskotron is a support library for running taskotron tasks. | 47 | Libtaskotron is a support library for running taskotron tasks. | ||
| 48 | 48 | | |||
| 49 | %prep | 49 | %prep | ||
| 50 | %setup -q | 50 | %setup -q | ||
| Show All 20 Lines | |||||
| 71 | 71 | | |||
| 72 | %dir %{_sysconfdir}/taskotron | 72 | %dir %{_sysconfdir}/taskotron | ||
| 73 | %{_sysconfdir}/taskotron/taskotron.yaml | 73 | %{_sysconfdir}/taskotron/taskotron.yaml | ||
| 74 | 74 | | |||
| 75 | %attr(755,root,root) %{_bindir}/runtask | 75 | %attr(755,root,root) %{_bindir}/runtask | ||
| 76 | 76 | | |||
| 77 | 77 | | |||
| 78 | %changelog | 78 | %changelog | ||
| 79 | * Tue May 06 2014 Kamil Páral <kparal@redhat.com> - 0.0.10-2 | ||||
| 80 | - Add a minimum version to python-hawkey. Older versions have a different API. | ||||
| 81 | | ||||
| 79 | * Tue Apr 29 2014 Tim Flink <tflink@fedoraproject.org> - 0.0.10-1 | 82 | * Tue Apr 29 2014 Tim Flink <tflink@fedoraproject.org> - 0.0.10-1 | ||
| 80 | - yumrepo fix for upgradepath, output fix for readability | 83 | - yumrepo fix for upgradepath, output fix for readability | ||
| 81 | 84 | | |||
| 82 | * Fri Apr 25 2014 Tim Flink <tflink@fedoraproject.org> - 0.0.9-1 | 85 | * Fri Apr 25 2014 Tim Flink <tflink@fedoraproject.org> - 0.0.9-1 | ||
| 83 | - koji_utils fix for upgradepath | 86 | - koji_utils fix for upgradepath | ||
| 84 | 87 | | |||
| 85 | * Fri Apr 25 2014 Tim Flink <tflink@fedoraproject.org> - 0.0.8-1 | 88 | * Fri Apr 25 2014 Tim Flink <tflink@fedoraproject.org> - 0.0.8-1 | ||
| 86 | - Updating to latest upstream version | 89 | - Updating to latest upstream version | ||
| Show All 11 Lines | |||||