Skip to content

Commit 4dd451a

Browse files
author
Bogdan Degtyariov
committed
Merge branch 'master' of myrepo.no.oracle.com:mysql-connector-cpp
2 parents f5a31b0 + 9248b9a commit 4dd451a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packaging/mysql-connector-c++.spec.in

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ popd
196196

197197
# Add compat dir and remove unwanted file
198198
ln -s mysql-cppconn-8 %{buildroot}%{_includedir}/mysql-cppconn
199-
rm %{buildroot}/usr/BUILDINFO.txt
199+
rm %{buildroot}/usr/{INFO_SRC,INFO_BIN}
200200

201201
%post -p /sbin/ldconfig
202202
%postun -p /sbin/ldconfig
@@ -213,7 +213,7 @@ rm %{buildroot}/usr/BUILDINFO.txt
213213
%{_libdir}/libmysqlcppconn.so.7*
214214

215215
%files devel
216-
%doc README.txt LICENSE.txt build-dynamic/BUILDINFO.txt
216+
%doc README.txt LICENSE.txt INFO_SRC INFO_BIN
217217
%{_libdir}/libmysqlcppconn.so
218218
%{_libdir}/libmysqlcppconn-static.a
219219
%{_libdir}/libmysqlcppconn8.so
@@ -235,6 +235,9 @@ rm %{buildroot}/usr/BUILDINFO.txt
235235
%endif
236236

237237
%changelog
238+
* Tue Nov 27 2018 Balasubramanian Kandasamy <[email protected]> - 8.0.14-1
239+
- Added INFO_BIN and INFO_SRC files
240+
238241
* Fri Aug 24 2018 Kent Boortz <[email protected]> - 8.0.13-1
239242
- Added "test" package
240243

0 commit comments

Comments
 (0)