Accepting request 844340 from home:AndreasStieger:branches:server:database

Percona Toolkit 3.2.1

OBS-URL: https://build.opensuse.org/request/show/844340
OBS-URL: https://build.opensuse.org/package/show/server:database/percona-toolkit?expand=0&rev=72
This commit is contained in:
Adam Majer 2020-10-27 13:11:17 +00:00 committed by Git OBS Bridge
parent 9eaea1ea6c
commit 81d4cc572c
4 changed files with 17 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e7c7028631d5b1c66ba21841c55919537bd4ed2f3a5975f989fa4abd7d9d753d
size 15551389

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:92da0d3712533205f283515ff47ce68521fc2de20989c45b4c65a9743d0f7487
size 15521123

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Oct 27 12:36:32 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
- Percona Toolkit 3.2.1:
* Fix pt-pg-summary failing for Postgres12
* Add --no-check-foreing-keys to pt-osc
* Fix pt-heartbeat not reconnecting for check-read-only
* Fix pt-mongodb-summary failing on standalone mongodb instances
* Fix pt-table-checksum error CRC32
-------------------------------------------------------------------
Mon Sep 7 10:38:39 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>

View File

@ -17,7 +17,7 @@
Name: percona-toolkit
Version: 3.2.0
Version: 3.2.1
Release: 0
Summary: Advanced MySQL and system command-line tools
License: GPL-2.0-only
@ -60,6 +60,8 @@ This collection was formerly known as Maatkit.
%build
perl Makefile.PL INSTALLDIRS=vendor < /dev/null
sed -i 's|%{_bindir}/env perl|%{_bindir}/perl|' bin/*
sed -i 's|%{_bindir}/env bash|%{_bindir}/bash|' bin/*
%make_build
%install
@ -81,7 +83,7 @@ cp %{SOURCE2} %{buildroot}%{_sysconfdir}/%{name}/
%doc README.md Changelog
%dir %{_sysconfdir}/%{name}
%{_bindir}/*
%{_mandir}/man1/*.1*
%{_mandir}/man1/*.1p.gz
%config %{_sysconfdir}/%{name}/%{name}.conf
%changelog