Zabbix and Mydumper updated

This commit is contained in:
2023-03-20 14:55:39 +01:00
parent 8dfb96505d
commit 0dad30e106
2 changed files with 14 additions and 8 deletions

View File

@@ -1,9 +1,9 @@
# to build agains mariadb libraries, set it to 0 # to build agains mariadb libraries, set it to 0
%define _ver 2 %define _ver 1
%define _extent -%{_ver} %define _extent -%{_ver}
Name: mydumper Name: mydumper
Summary: mydumper and myloader MySQL backup tools Summary: mydumper and myloader MySQL backup tools
Version: 0.13.1 Version: 0.14.1
Release: %{_ver}%{?dist} Release: %{_ver}%{?dist}
Group: Applications/Databases Group: Applications/Databases
License: GPL License: GPL
@@ -12,8 +12,8 @@ URL: https://github.com/maxbube/mydumper
Source: mydumper-%{version}%{_extent}.tar.gz Source: mydumper-%{version}%{_extent}.tar.gz
BuildArch: x86_64 BuildArch: x86_64
AutoReq: no AutoReq: no
BuildRequires: percona-server-devel #BuildRequires: percona-server-devel
#BuildRequires: Percona-Server-devel-57 BuildRequires: Percona-Server-devel-57
#BuildRequires: mysql-devel #BuildRequires: mysql-devel
#BuildRequires: mariadb-devel #BuildRequires: mariadb-devel
BuildRequires: pkgconf-pkg-config BuildRequires: pkgconf-pkg-config
@@ -21,6 +21,7 @@ BuildRequires: pcre-devel
BuildRequires: glib2-devel BuildRequires: glib2-devel
BuildRequires: zlib-devel BuildRequires: zlib-devel
BuildRequires: pcre-devel BuildRequires: pcre-devel
BuildRequires: libzstd-devel
BuildRequires: openssl-devel BuildRequires: openssl-devel
BuildRequires: cmake BuildRequires: cmake
BuildRequires: python3-sphinx BuildRequires: python3-sphinx
@@ -43,7 +44,7 @@ myloader is a tool used for multi-threaded restoration of mydumper backups.
%build %build
%define debug_package %{nil} %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 make
%install %install
@@ -59,6 +60,10 @@ rm -rf ${RPM_BUILD_ROOT}
%{_mandir}/man1/* %{_mandir}/man1/*
%changelog %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> * Sat Jan 21 2023 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Update to 0.13.1-2. - Update to 0.13.1-2.

View File

@@ -1,5 +1,5 @@
Name: zabbix Name: zabbix
Version: 6.2.7 Version: 6.4.0
Release: %{?alphatag:%{?alphatag}.}release1%{?dist} Release: %{?alphatag:%{?alphatag}.}release1%{?dist}
Summary: The Enterprise-class open source monitoring solution Summary: The Enterprise-class open source monitoring solution
Group: Applications/Internet Group: Applications/Internet
@@ -27,7 +27,6 @@ Source21: zabbix-agent2.init
Source22: zabbix-agent2.sysconfig Source22: zabbix-agent2.sysconfig
Source23: zabbix-web-service.service Source23: zabbix-web-service.service
Source24: zabbix_policy.te Source24: zabbix_policy.te
Patch0: frontend.patch
Patch1: fping3-sourceip-option.patch Patch1: fping3-sourceip-option.patch
Patch2: java-gateway.patch Patch2: java-gateway.patch
Patch3: conf.patch Patch3: conf.patch
@@ -434,7 +433,6 @@ Zabbix SELinux policy
%setup0 -q -n %{name}-%{version}%{?alphatag} %setup0 -q -n %{name}-%{version}%{?alphatag}
%if 0%{?build_frontend} %if 0%{?build_frontend}
%patch0 -p1
## remove font file ## remove font file
rm -f ui/assets/fonts/DejaVuSans.ttf 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 %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> * Sun Feb 5 2023 Daniel Steiner <daniel.steiner@dsteiner.ch>
- update to 6.2.7 - update to 6.2.7