Packages build to latest version. Zabbix patch added for godbus
This commit is contained in:
@@ -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.
|
||||||
|
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|
||||||
|
|||||||
@@ -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}
|
||||||
|
|
||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user