Change-Id: I30f3cd24b762ac225437075035dbece4ed38ccbe
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/3478
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Anish Swaminathan <anishs@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: 9%{?dist}
|
|
| 4 |
+Release: 10%{?dist}
|
|
| 5 | 5 |
License: MIT |
| 6 | 6 |
URL: http://www.gnu.org/software/ncurses |
| 7 | 7 |
Group: Applications/System |
| ... | ... |
@@ -115,7 +115,6 @@ make |
| 115 | 115 |
%files |
| 116 | 116 |
%defattr(-,root,root) |
| 117 | 117 |
%{_bindir}/captoinfo
|
| 118 |
-%{_bindir}/ncursesw6-config
|
|
| 119 | 118 |
%{_bindir}/clear
|
| 120 | 119 |
%{_bindir}/tabs
|
| 121 | 120 |
%{_bindir}/tic
|
| ... | ... |
@@ -140,6 +139,7 @@ make |
| 140 | 140 |
%{_bindir}/ncursesw5-config
|
| 141 | 141 |
|
| 142 | 142 |
%files devel |
| 143 |
+%{_bindir}/ncursesw6-config
|
|
| 143 | 144 |
%{_includedir}/*.h
|
| 144 | 145 |
%{_libdir}/libncurses.a
|
| 145 | 146 |
%{_libdir}/libformw.a
|
| ... | ... |
@@ -182,6 +182,8 @@ make |
| 182 | 182 |
%exclude %{_datadir}/terminfo/l/linux
|
| 183 | 183 |
|
| 184 | 184 |
%changelog |
| 185 |
+* Thu Aug 10 2017 Bo Gan <ganb@vmware.com> 6.0-10 |
|
| 186 |
+- Move ncursesw6-config to devel |
|
| 185 | 187 |
* Thu Jul 06 2017 Dheeraj Shetty <dheerajs@vmware.com> 6.0-9 |
| 186 | 188 |
- Fix for CVE-2017-10684 and CVE-2017-10685 |
| 187 | 189 |
* Mon Jun 05 2017 Bo Gan <ganb@vmware.com> 6.0-8 |