diff --git a/README.md b/README.md index 329cee4..bd0513c 100644 --- a/README.md +++ b/README.md @@ -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. + diff --git a/gitea.spec b/gitea.spec index a81ebfa..c00a286 100644 --- a/gitea.spec +++ b/gitea.spec @@ -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 1.23.1-1mamba +- automatic version update by autodist + * Sat Dec 14 2024 Automatic Build System 1.22.6-1mamba - automatic version update by autodist