Change-Id: Ia4109b44fa14400bdc2d92ef9679be49b196aac8
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/3782
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Alexey Makhalov <amakhalov@vmware.com>
| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
Summary: Libraries for terminal handling of character screens |
| 2 | 2 |
Name: ncurses |
| 3 | 3 |
Version: 6.0 |
| 4 |
-Release: 5%{?dist}
|
|
| 4 |
+Release: 6%{?dist}
|
|
| 5 | 5 |
License: MIT |
| 6 | 6 |
URL: http://www.gnu.org/software/ncurses |
| 7 | 7 |
Group: Applications/System |
| ... | ... |
@@ -27,6 +27,7 @@ compatibility. |
| 27 | 27 |
%package devel |
| 28 | 28 |
Summary: Header and development files for ncurses |
| 29 | 29 |
Requires: %{name} = %{version}
|
| 30 |
+Provides: pkgconfig(ncurses) |
|
| 30 | 31 |
%description devel |
| 31 | 32 |
It contains the libraries and header files to create applications |
| 32 | 33 |
%prep |
| ... | ... |
@@ -154,6 +155,8 @@ ln -sv %{_lib}/libncursesw.so.5.9 %{buildroot}%{_libdir}/libncurses.so.5
|
| 154 | 154 |
%{_libdir}/libpanel.so
|
| 155 | 155 |
%{_libdir}/libmenu.so
|
| 156 | 156 |
%changelog |
| 157 |
+* Fri Sep 15 2017 Xiaolin Li <xiaolinl@vmware.com> 6.0-6 |
|
| 158 |
+- ncurses-devel provides pkgconfig(ncurses) |
|
| 157 | 159 |
* Thu Jul 06 2017 Dheeraj Shetty <dheerajs@vmware.com> 6.0-5 |
| 158 | 160 |
- Fix for CVE-2017-10684 and CVE-2017-10685 |
| 159 | 161 |
* Wed Jun 07 2017 Bo Gan <ganb@vmware.com> 6.0-4 |
| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
Summary: A shared library implementation of IPMI and the basic tools |
| 2 | 2 |
Name: openipmi |
| 3 | 3 |
Version: 2.0.24 |
| 4 |
-Release: 1%{?dist}
|
|
| 4 |
+Release: 2%{?dist}
|
|
| 5 | 5 |
URL: https://sourceforge.net/projects/openipmi/ |
| 6 | 6 |
License: LGPLv2+ and GPLv2+ or BSD |
| 7 | 7 |
Group: System Environment/Base |
| ... | ... |
@@ -27,6 +27,7 @@ basic tools used with OpenIPMI. |
| 27 | 27 |
Summary: Development files for OpenIPMI |
| 28 | 28 |
Group: Utilities |
| 29 | 29 |
Requires: openipmi = %{version}
|
| 30 |
+Requires: ncurses-devel |
|
| 30 | 31 |
|
| 31 | 32 |
%description devel |
| 32 | 33 |
Contains additional files need for a developer to create applications |
| ... | ... |
@@ -174,6 +175,8 @@ echo "disable ipmi.service" > %{buildroot}%{_libdir}/systemd/system-preset/50-ip
|
| 174 | 174 |
%{_mandir}/man5/ipmi_sim_cmd.5.gz
|
| 175 | 175 |
|
| 176 | 176 |
%changelog |
| 177 |
+* Fri Sep 15 2017 Xiaolin Li <xiaolinl@vmware.com> 2.0.24-2 |
|
| 178 |
+- openipmi-devel requires ncurses-devel |
|
| 177 | 179 |
* Mon Sep 11 2017 Xiaolin Li <xiaolinl@vmware.com> 2.0.24-1 |
| 178 | 180 |
- Initial build. First version |
| 179 | 181 |
|