Mydumper updates (Fedora and Alma)

This commit is contained in:
2023-01-21 20:29:23 +01:00
parent f696f51f42
commit d3448f295c
2 changed files with 15 additions and 7 deletions

View File

@@ -1,10 +1,10 @@
# to build agains mariadb libraries, set it to 0
# to build against mariadb libraries, set it to 0
%define _mysql 0
%define _rel 3
%define _rel 2
Name: mydumper
Summary: mydumper and myloader MySQL backup tools
Version: 0.12.7
Release: 1%{?dist}
Version: 0.13.1
Release: %{_rel}%{?dist}
Group: Applications/Databases
License: GPL
Vendor: Max Bubenick
@@ -12,11 +12,13 @@ URL: https://github.com/maxbube/mydumper
Source: mydumper-%{version}-%{_rel}.tar.gz
BuildArch: x86_64
AutoReq: no
%if 0%{?_mysql}
BuildRequires: community-mysql-devel
BuildRequires: percona-server-devel
%else
BuildRequires: mariadb-devel
%endif
BuildRequires: pkgconf-pkg-config
BuildRequires: pcre-devel
BuildRequires: glib2-devel
@@ -66,6 +68,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_mandir}/man1/*
%changelog
* Sat Jan 21 2023 Daniel Steiner <daniel.steiner@daniel-steiner.org>
- Update to 0.13.1-2.
* Fri Nov 25 2022 Daniel Steiner <daniel.steiner@daniel-steiner.org>
- First build on Fedora 37.
- Update to 0.12.7.