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: 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.