Merge lp:~stewart/percona-server/pkg-5.6-fix into lp:percona-server/5.6

Proposed by Stewart Smith
Status: Merged
Approved by: Laurynas Biveinis
Approved revision: no longer in the source branch.
Merged at revision: 534
Proposed branch: lp:~stewart/percona-server/pkg-5.6-fix
Merge into: lp:percona-server/5.6
Diff against target: 55 lines (+18/-5)
3 files modified
build-ps/debian/libperconaserverclient-dev.files (+11/-0)
build-ps/debian/rules (+1/-0)
build-ps/percona-server.spec (+6/-5)
To merge this branch: bzr merge lp:~stewart/percona-server/pkg-5.6-fix
Reviewer Review Type Date Requested Status
Laurynas Biveinis (community) Approve
Review via email: mp+201881@code.launchpad.net

Description of the change

A couple of minor packaging fixes spotted post pkg-5.6 merge.

To post a comment you must log in.
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'build-ps/debian/libperconaserverclient-dev.files'
2--- build-ps/debian/libperconaserverclient-dev.files 1970-01-01 00:00:00 +0000
3+++ build-ps/debian/libperconaserverclient-dev.files 2014-01-16 05:08:38 +0000
4@@ -0,0 +1,11 @@
5+usr/bin/mysql_config
6+usr/include/mysql/*
7+usr/lib/*/libperconaserverclient.a
8+usr/lib/*/libperconaserverclient.so
9+usr/lib/*/libperconaserverclient_r.a
10+usr/lib/*/libperconaserverclient_r.so
11+usr/lib/*/mysql/plugin/ha_example.*
12+usr/lib/*/mysql/plugin/ha_*_plugin.a
13+usr/lib/*/mysql/plugin/ha_*_plugin.la
14+usr/share/aclocal/mysql.m4
15+usr/share/man/man1/mysql_config.1
16
17=== modified file 'build-ps/debian/rules'
18--- build-ps/debian/rules 2013-12-22 23:31:06 +0000
19+++ build-ps/debian/rules 2014-01-16 05:08:38 +0000
20@@ -103,6 +103,7 @@
21 -DWITH_ARCHIVE_STORAGE_ENGINE=ON \
22 -DWITH_BLACKHOLE_STORAGE_ENGINE=ON \
23 -DWITH_FEDERATED_STORAGE_ENGINE=ON \
24+ -DWITH_PAM=ON \
25 -DWITH_EXTRA_CHARSETS=all ..'
26
27 # --sysconfdir=/etc/mysql -- Appends /etc/mysql after ~/ in the my.cnf search patch!
28
29=== modified file 'build-ps/percona-server.spec'
30--- build-ps/percona-server.spec 2014-01-14 12:01:52 +0000
31+++ build-ps/percona-server.spec 2014-01-16 05:08:38 +0000
32@@ -1084,11 +1084,6 @@
33 %{_libdir}/mysql/libmysqlservices.a
34 %{_libdir}/*.so
35
36-# ----------------------------------------------------------------------------
37-%files -n Percona-Server-shared%{product_suffix}
38-%defattr(-, root, root, 0755)
39-# Shared libraries (omit for architectures that don't support them)
40-%{_libdir}/libperconaserver*.so.*
41 # Maatkit UDF libs
42 %{_libdir}/mysql/plugin/libfnv1a_udf.a
43 %{_libdir}/mysql/plugin/libfnv1a_udf.la
44@@ -1097,6 +1092,12 @@
45 %{_libdir}/mysql/plugin/libmurmur_udf.a
46 %{_libdir}/mysql/plugin/libmurmur_udf.la
47
48+# ----------------------------------------------------------------------------
49+%files -n Percona-Server-shared%{product_suffix}
50+%defattr(-, root, root, 0755)
51+# Shared libraries (omit for architectures that don't support them)
52+%{_libdir}/libperconaserver*.so.*
53+
54 %post -n Percona-Server-shared%{product_suffix}
55 /sbin/ldconfig
56

Subscribers

People subscribed via source and target branches