From eb9304b9c92706f9ae9c255cf3fad39e2e5fa203 Mon Sep 17 00:00:00 2001 From: Daniel Steiner Date: Thu, 18 May 2023 07:51:04 +0200 Subject: [PATCH] Packages build to latest version. Zabbix patch added for godbus --- centos/SPECS/powerline-go.spec | 11 +++++++---- fedora/SPECS/gitea.spec | 11 +++++++---- fedora/SPECS/zabbix.spec | 29 ++++++++++++++++++++--------- 3 files changed, 34 insertions(+), 17 deletions(-) diff --git a/centos/SPECS/powerline-go.spec b/centos/SPECS/powerline-go.spec index ae2bcf9..986c0d5 100644 --- a/centos/SPECS/powerline-go.spec +++ b/centos/SPECS/powerline-go.spec @@ -1,5 +1,5 @@ Name: powerline-go -Version: 1.22.1 +Version: 1.23 Release: 1%{?dist} Summary: A Powerline style prompt for your shell %define debug_package %{nil} @@ -46,12 +46,15 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Fri Apr 22 2022 Daniel Steiner +* Fri May 5 2023 Daniel Steiner +- Update to 1.23 version. + +* Fri Apr 22 2022 Daniel Steiner - Update to 1.22.1 version. -* Fri May 21 2021 Daniel Steiner +* Fri May 21 2021 Daniel Steiner - First build on Fedora 34. -* Sun Mar 7 2021 Daniel Steiner +* Sun Mar 7 2021 Daniel Steiner - Initial version. diff --git a/fedora/SPECS/gitea.spec b/fedora/SPECS/gitea.spec index f5f8938..32767a9 100644 --- a/fedora/SPECS/gitea.spec +++ b/fedora/SPECS/gitea.spec @@ -1,5 +1,5 @@ Name: gitea -Version: 1.18.5 +Version: 1.19.3 Release: 1%{?dist} Summary: Gitea is a painless self-hosted Git service. %define MyVersion %version @@ -44,9 +44,9 @@ done %build # Fedora only provides golang 1.16, but we require 1.17 in mimimum: -if [ -x /usr/local/go/bin/go ]; then -export PATH=/usr/local/go/bin:$PATH -fi +#if [ -x /usr/local/go/bin/go ]; then +#export PATH=/usr/local/go/bin:$PATH +#fi # Overwrite LDFLAGS from rpm macros should be removed later: LDFLAGS='' export LDFLAGS @@ -84,6 +84,9 @@ getent passwd gitea > /dev/null || \ %changelog +* Fri May 5 2023 Daniel Steiner +- Update to 1.19.3. + * Thu Feb 23 2023 Daniel Steiner - Update to 1.18.5. diff --git a/fedora/SPECS/zabbix.spec b/fedora/SPECS/zabbix.spec index dd95ea1..c55a654 100644 --- a/fedora/SPECS/zabbix.spec +++ b/fedora/SPECS/zabbix.spec @@ -1,6 +1,6 @@ Name: zabbix -Version: 6.4.1 -Release: %{?alphatag:%{?alphatag}.}release1%{?dist} +Version: 6.4.2 +Release: %{?alphatag:%{?alphatag}.}release2%{?dist} Summary: The Enterprise-class open source monitoring solution Group: Applications/Internet License: GPLv2+ @@ -34,6 +34,7 @@ Patch4: agent2.conf.patch Patch5: rhel6-go11.6.patch Patch6: conf.var.run.patch Patch7: agent2.conf.var.run.patch +Patch8: zabbix-godbus.patch Buildroot: %{_tmppath}/zabbix-%{version}-%{release}-root-%(%{__id_u} -n) @@ -431,6 +432,7 @@ Zabbix SELinux policy %prep %setup0 -q -n %{name}-%{version}%{?alphatag} +%patch 8 %if 0%{?build_frontend} @@ -453,7 +455,7 @@ find ui/locale -name '*.sh' | xargs rm -f %endif %if 0%{?build_server} || 0%{?build_proxy} || 0%{?build_agent} || 0%{?build_agent2} -%patch1 -p1 +%patch 1 -p1 %endif %if 0%{?build_server} || 0%{?build_proxy} @@ -484,23 +486,23 @@ mv database/sqlite3/schema.sql database/sqlite3/proxy.sql %endif %if 0%{?build_java_gateway} -%patch2 -p1 +%patch 2 -p1 %endif # update config files -%patch3 -p1 +%patch 3 -p1 %if 0%{?build_agent2} -%patch4 -p1 +%patch 4 -p1 %if 0%{?rhel} == 6 -%patch5 -p1 +%patch 5 -p1 %endif %endif %if 0%{?rhel} <= 6 -%patch6 -p1 +%patch 6 -p1 %if 0%{?build_agent2} -%patch7 -p1 +%patch 7 -p1 %endif %endif @@ -1367,6 +1369,15 @@ if [ $1 = 0 ] && semodule -l | grep -q zabbix_policy; then semodule -r zabbix_po # %changelog +* Tue May 16 2023 Daniel Steiner +- Patch for recent godbus version. + +* Thu May 11 2023 Daniel Steiner +- first build on Fedora 38. + +* Fri May 5 2023 Daniel Steiner +- update to 6.4.2 + * Fri Apr 7 2023 Daniel Steiner - update to 6.4.1