automatic version update by autodist [release 1.23.1-1mamba;Sat Jan 11 2025]

This commit is contained in:
Automatic Build System 2025-01-12 10:25:12 +01:00
parent 2398daa893
commit 311945712e
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,4 @@
# gitea
Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD.

View File

@ -1,5 +1,5 @@
Name: gitea
Version: 1.22.6
Version: 1.23.1
Release: 1mamba
Summary: Painless self-hosted Git service, community managed
Group: System/Servers
@ -23,14 +23,15 @@ BuildRequires: nodejs
%description
Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD.
#% debug_package
%prep
%setup -q
#-D -T
#:<< _EOF
%patch 0 -p1
# Remove strip option (-s)
sed -i "s|ldflags '-s |ldflags '|" Makefile
%build
export EXTRA_GOFLAGS="-buildmode=pie -mod=readonly -modcacherw"
export LDFLAGS="-linkmode=external -compressdwarf=false -X \
@ -81,6 +82,9 @@ install -D -m644 custom/conf/app.example.ini %{buildroot}%{_sysconfdir}/gitea/ap
%doc LICENSE
%changelog
* Sat Jan 11 2025 Automatic Build System <autodist@openmamba.org> 1.23.1-1mamba
- automatic version update by autodist
* Sat Dec 14 2024 Automatic Build System <autodist@openmamba.org> 1.22.6-1mamba
- automatic version update by autodist