Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
e1f11e569e | |||
eb2be0c994 | |||
7f6b8669ee | |||
1469c7d2de | |||
131c750d23 |
27
forgejo.spec
27
forgejo.spec
@ -5,16 +5,16 @@ ExclusiveArch: %{go_arches}
|
||||
%if 0%{?el9}
|
||||
%global debug_package %{nil}
|
||||
%endif
|
||||
%if 0%{?fc40}
|
||||
%if 0%{?fc41}
|
||||
%global debug_package %{nil}
|
||||
%endif
|
||||
%if 0%{?fc41}
|
||||
%if 0%{?fc42}
|
||||
%global debug_package %{nil}
|
||||
%endif
|
||||
|
||||
Name: forgejo
|
||||
Version: 9.0.3
|
||||
Release: 1%{?dist}
|
||||
Version: 11.0.0
|
||||
Release: 2%{?dist}
|
||||
Summary: Beyond coding. We forge.
|
||||
|
||||
License: GPL-3.0-or-later
|
||||
@ -22,7 +22,7 @@ URL: https://forgejo.org/
|
||||
Source0: https://codeberg.org/%{name}/%{name}/releases/download/v%{version}/%{name}-src-%{version}.tar.gz
|
||||
|
||||
BuildRequires: git
|
||||
BuildRequires: golang >= 1.23.6
|
||||
BuildRequires: golang >= 1.24
|
||||
BuildRequires: pam-devel
|
||||
Requires(pre): /usr/bin/getent
|
||||
Requires(pre): /usr/sbin/useradd
|
||||
@ -81,7 +81,6 @@ fi
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc DCO
|
||||
%doc CODEOWNERS
|
||||
%doc CONTRIBUTING.md
|
||||
%doc DCO
|
||||
@ -95,15 +94,7 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Mar 06 2025 Jason Rothstein
|
||||
- 9.0.3
|
||||
|
||||
* Thu Mar 06 2025 Jason Rothstein
|
||||
- 9.0.2
|
||||
|
||||
* Wed Mar 05 2025 Jason Rothstein
|
||||
- 9.0.1
|
||||
|
||||
* Tue Mar 03 2025 Jason Rothstein
|
||||
- 9.0.0
|
||||
|
||||
* Sun Apr 27 2025 Jason Rothstein
|
||||
- 11.0.0
|
||||
- goland >= 1.24
|
||||
- debug packages won't be built
|
||||
|
Loading…
x
Reference in New Issue
Block a user