Packages build to latest version. Zabbix patch added for godbus
This commit is contained in:
@@ -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 <daniel.steiner@dsteiner.ch>
|
||||
- Update to 1.19.3.
|
||||
|
||||
* Thu Feb 23 2023 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||
- Update to 1.18.5.
|
||||
|
||||
|
||||
@@ -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 <daniel.steiner@dsteiner.ch>
|
||||
- Patch for recent godbus version.
|
||||
|
||||
* Thu May 11 2023 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||
- first build on Fedora 38.
|
||||
|
||||
* Fri May 5 2023 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||
- update to 6.4.2
|
||||
|
||||
* Fri Apr 7 2023 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||
- update to 6.4.1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user