Packages build to latest version. Zabbix patch added for godbus

This commit is contained in:
2023-05-18 07:51:04 +02:00
parent 2bcafaf311
commit eb9304b9c9
3 changed files with 34 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
Name: powerline-go Name: powerline-go
Version: 1.22.1 Version: 1.23
Release: 1%{?dist} Release: 1%{?dist}
Summary: A Powerline style prompt for your shell Summary: A Powerline style prompt for your shell
%define debug_package %{nil} %define debug_package %{nil}
@@ -46,12 +46,15 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Fri Apr 22 2022 Daniel Steiner <daniel.steiner@daniel-steiner.org> * Fri May 5 2023 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Update to 1.23 version.
* Fri Apr 22 2022 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Update to 1.22.1 version. - Update to 1.22.1 version.
* Fri May 21 2021 Daniel Steiner <daniel.steiner@daniel-steiner.org> * Fri May 21 2021 Daniel Steiner <daniel.steiner@dsteiner.ch>
- First build on Fedora 34. - First build on Fedora 34.
* Sun Mar 7 2021 Daniel Steiner <daniel.steiner@daniel-steiner.org> * Sun Mar 7 2021 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Initial version. - Initial version.

View File

@@ -1,5 +1,5 @@
Name: gitea Name: gitea
Version: 1.18.5 Version: 1.19.3
Release: 1%{?dist} Release: 1%{?dist}
Summary: Gitea is a painless self-hosted Git service. Summary: Gitea is a painless self-hosted Git service.
%define MyVersion %version %define MyVersion %version
@@ -44,9 +44,9 @@ done
%build %build
# Fedora only provides golang 1.16, but we require 1.17 in mimimum: # Fedora only provides golang 1.16, but we require 1.17 in mimimum:
if [ -x /usr/local/go/bin/go ]; then #if [ -x /usr/local/go/bin/go ]; then
export PATH=/usr/local/go/bin:$PATH #export PATH=/usr/local/go/bin:$PATH
fi #fi
# Overwrite LDFLAGS from rpm macros should be removed later: # Overwrite LDFLAGS from rpm macros should be removed later:
LDFLAGS='' LDFLAGS=''
export LDFLAGS export LDFLAGS
@@ -84,6 +84,9 @@ getent passwd gitea > /dev/null || \
%changelog %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> * Thu Feb 23 2023 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Update to 1.18.5. - Update to 1.18.5.

View File

@@ -1,6 +1,6 @@
Name: zabbix Name: zabbix
Version: 6.4.1 Version: 6.4.2
Release: %{?alphatag:%{?alphatag}.}release1%{?dist} Release: %{?alphatag:%{?alphatag}.}release2%{?dist}
Summary: The Enterprise-class open source monitoring solution Summary: The Enterprise-class open source monitoring solution
Group: Applications/Internet Group: Applications/Internet
License: GPLv2+ License: GPLv2+
@@ -34,6 +34,7 @@ Patch4: agent2.conf.patch
Patch5: rhel6-go11.6.patch Patch5: rhel6-go11.6.patch
Patch6: conf.var.run.patch Patch6: conf.var.run.patch
Patch7: agent2.conf.var.run.patch Patch7: agent2.conf.var.run.patch
Patch8: zabbix-godbus.patch
Buildroot: %{_tmppath}/zabbix-%{version}-%{release}-root-%(%{__id_u} -n) Buildroot: %{_tmppath}/zabbix-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -431,6 +432,7 @@ Zabbix SELinux policy
%prep %prep
%setup0 -q -n %{name}-%{version}%{?alphatag} %setup0 -q -n %{name}-%{version}%{?alphatag}
%patch 8
%if 0%{?build_frontend} %if 0%{?build_frontend}
@@ -453,7 +455,7 @@ find ui/locale -name '*.sh' | xargs rm -f
%endif %endif
%if 0%{?build_server} || 0%{?build_proxy} || 0%{?build_agent} || 0%{?build_agent2} %if 0%{?build_server} || 0%{?build_proxy} || 0%{?build_agent} || 0%{?build_agent2}
%patch1 -p1 %patch 1 -p1
%endif %endif
%if 0%{?build_server} || 0%{?build_proxy} %if 0%{?build_server} || 0%{?build_proxy}
@@ -484,23 +486,23 @@ mv database/sqlite3/schema.sql database/sqlite3/proxy.sql
%endif %endif
%if 0%{?build_java_gateway} %if 0%{?build_java_gateway}
%patch2 -p1 %patch 2 -p1
%endif %endif
# update config files # update config files
%patch3 -p1 %patch 3 -p1
%if 0%{?build_agent2} %if 0%{?build_agent2}
%patch4 -p1 %patch 4 -p1
%if 0%{?rhel} == 6 %if 0%{?rhel} == 6
%patch5 -p1 %patch 5 -p1
%endif %endif
%endif %endif
%if 0%{?rhel} <= 6 %if 0%{?rhel} <= 6
%patch6 -p1 %patch 6 -p1
%if 0%{?build_agent2} %if 0%{?build_agent2}
%patch7 -p1 %patch 7 -p1
%endif %endif
%endif %endif
@@ -1367,6 +1369,15 @@ if [ $1 = 0 ] && semodule -l | grep -q zabbix_policy; then semodule -r zabbix_po
# #
%changelog %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> * Fri Apr 7 2023 Daniel Steiner <daniel.steiner@dsteiner.ch>
- update to 6.4.1 - update to 6.4.1