automatic version update by autodist [release 1.23.1-1mamba;Sat Jan 11 2025]
This commit is contained in:
parent
2398daa893
commit
311945712e
@ -1,3 +1,4 @@
|
|||||||
# gitea
|
# gitea
|
||||||
|
|
||||||
Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD.
|
Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD.
|
||||||
|
|
||||||
|
10
gitea.spec
10
gitea.spec
@ -1,5 +1,5 @@
|
|||||||
Name: gitea
|
Name: gitea
|
||||||
Version: 1.22.6
|
Version: 1.23.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Painless self-hosted Git service, community managed
|
Summary: Painless self-hosted Git service, community managed
|
||||||
Group: System/Servers
|
Group: System/Servers
|
||||||
@ -23,14 +23,15 @@ BuildRequires: nodejs
|
|||||||
%description
|
%description
|
||||||
Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD.
|
Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD.
|
||||||
|
|
||||||
#% debug_package
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#-D -T
|
#-D -T
|
||||||
#:<< _EOF
|
#:<< _EOF
|
||||||
%patch 0 -p1
|
%patch 0 -p1
|
||||||
|
|
||||||
|
# Remove strip option (-s)
|
||||||
|
sed -i "s|ldflags '-s |ldflags '|" Makefile
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export EXTRA_GOFLAGS="-buildmode=pie -mod=readonly -modcacherw"
|
export EXTRA_GOFLAGS="-buildmode=pie -mod=readonly -modcacherw"
|
||||||
export LDFLAGS="-linkmode=external -compressdwarf=false -X \
|
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
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Dec 14 2024 Automatic Build System <autodist@openmamba.org> 1.22.6-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user