Change-Id: Ifc3143b1371a7db6bf9d27b42698cc81c9c1154f
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/5098
Reviewed-by: Anish Swaminathan <anishs@vmware.com>
Tested-by: Anish Swaminathan <anishs@vmware.com>
| ... | ... |
@@ -4,18 +4,18 @@ |
| 4 | 4 |
Summary: dnf/yum equivalent using C libs |
| 5 | 5 |
Name: tdnf |
| 6 | 6 |
Version: 1.2.3 |
| 7 |
-Release: 1%{?dist}
|
|
| 7 |
+Release: 2%{?dist}
|
|
| 8 | 8 |
Vendor: VMware, Inc. |
| 9 | 9 |
Distribution: Photon |
| 10 | 10 |
License: LGPLv2.1,GPLv2 |
| 11 | 11 |
Url: http://www.vmware.com |
| 12 | 12 |
Group: Applications/RPM |
| 13 |
-Requires: hawkey >= 2017.1 |
|
| 13 |
+Requires: hawkey >= 2017.1-6 |
|
| 14 | 14 |
Requires: rpm-libs |
| 15 | 15 |
Requires: curl |
| 16 | 16 |
BuildRequires: popt-devel |
| 17 | 17 |
BuildRequires: rpm-devel |
| 18 |
-BuildRequires: hawkey-devel >= 2017.1 |
|
| 18 |
+BuildRequires: hawkey-devel >= 2017.1-6 |
|
| 19 | 19 |
BuildRequires: openssl-devel |
| 20 | 20 |
BuildRequires: libsolv-devel |
| 21 | 21 |
BuildRequires: curl-devel |
| ... | ... |
@@ -36,7 +36,7 @@ which uses libsolv and libhawkey |
| 36 | 36 |
Summary: A Library providing C API for tdnf |
| 37 | 37 |
Group: Development/Libraries |
| 38 | 38 |
Requires: tdnf = %{version}-%{release}
|
| 39 |
-Requires: hawkey-devel >= 2017.1 |
|
| 39 |
+Requires: hawkey-devel >= 2017.1-6 |
|
| 40 | 40 |
|
| 41 | 41 |
%description devel |
| 42 | 42 |
Development files for tdnf |
| ... | ... |
@@ -151,6 +151,8 @@ systemctl try-restart tdnf-cache-updateinfo.timer >/dev/null 2>&1 || : |
| 151 | 151 |
%{_libdir}/libtdnfcli.so.*
|
| 152 | 152 |
|
| 153 | 153 |
%changelog |
| 154 |
+* Fri Apr 27 2018 Xiaolin Li <xiaolinl@vmware.com> 1.2.3-2 |
|
| 155 |
+- Requires hawkey >= 2017.1-6 |
|
| 154 | 156 |
* Thu Apr 05 2018 Xiaolin Li <xiaolinl@vmware.com> 1.2.3-1 |
| 155 | 157 |
- Update to v1.2.3 |
| 156 | 158 |
* Thu Feb 15 2018 Xiaolin Li <xiaolinl@vmware.com> 1.2.2-3 |