Zabbix and Mydumper updated
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# to build agains mariadb libraries, set it to 0
|
||||
%define _ver 2
|
||||
%define _ver 1
|
||||
%define _extent -%{_ver}
|
||||
Name: mydumper
|
||||
Summary: mydumper and myloader MySQL backup tools
|
||||
Version: 0.13.1
|
||||
Version: 0.14.1
|
||||
Release: %{_ver}%{?dist}
|
||||
Group: Applications/Databases
|
||||
License: GPL
|
||||
@@ -12,8 +12,8 @@ URL: https://github.com/maxbube/mydumper
|
||||
Source: mydumper-%{version}%{_extent}.tar.gz
|
||||
BuildArch: x86_64
|
||||
AutoReq: no
|
||||
BuildRequires: percona-server-devel
|
||||
#BuildRequires: Percona-Server-devel-57
|
||||
#BuildRequires: percona-server-devel
|
||||
BuildRequires: Percona-Server-devel-57
|
||||
#BuildRequires: mysql-devel
|
||||
#BuildRequires: mariadb-devel
|
||||
BuildRequires: pkgconf-pkg-config
|
||||
@@ -21,6 +21,7 @@ BuildRequires: pcre-devel
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: pcre-devel
|
||||
BuildRequires: libzstd-devel
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: cmake
|
||||
BuildRequires: python3-sphinx
|
||||
@@ -43,7 +44,7 @@ myloader is a tool used for multi-threaded restoration of mydumper backups.
|
||||
|
||||
%build
|
||||
%define debug_package %{nil}
|
||||
cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix}
|
||||
cmake . -DWITH_ZSTD=ON -DWITH_SSL=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=%{_prefix}
|
||||
make
|
||||
|
||||
%install
|
||||
@@ -59,6 +60,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Mon Mar 20 2023 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||
- zstd compression and ssl enabled.
|
||||
- Update to 0.14.1-1.
|
||||
|
||||
* Sat Jan 21 2023 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||
- Update to 0.13.1-2.
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: zabbix
|
||||
Version: 6.2.7
|
||||
Version: 6.4.0
|
||||
Release: %{?alphatag:%{?alphatag}.}release1%{?dist}
|
||||
Summary: The Enterprise-class open source monitoring solution
|
||||
Group: Applications/Internet
|
||||
@@ -27,7 +27,6 @@ Source21: zabbix-agent2.init
|
||||
Source22: zabbix-agent2.sysconfig
|
||||
Source23: zabbix-web-service.service
|
||||
Source24: zabbix_policy.te
|
||||
Patch0: frontend.patch
|
||||
Patch1: fping3-sourceip-option.patch
|
||||
Patch2: java-gateway.patch
|
||||
Patch3: conf.patch
|
||||
@@ -434,7 +433,6 @@ Zabbix SELinux policy
|
||||
%setup0 -q -n %{name}-%{version}%{?alphatag}
|
||||
|
||||
%if 0%{?build_frontend}
|
||||
%patch0 -p1
|
||||
|
||||
## remove font file
|
||||
rm -f ui/assets/fonts/DejaVuSans.ttf
|
||||
@@ -1369,6 +1367,9 @@ if [ $1 = 0 ] && semodule -l | grep -q zabbix_policy; then semodule -r zabbix_po
|
||||
#
|
||||
|
||||
%changelog
|
||||
* Sat Mar 11 2023 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||
- update to 6.4.0
|
||||
|
||||
* Sun Feb 5 2023 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||
- update to 6.2.7
|
||||
|
||||
|
||||
Reference in New Issue
Block a user