Compare commits
No commits in common. "main" and "v8" have entirely different histories.
29
forgejo.spec
29
forgejo.spec
@ -5,16 +5,16 @@ ExclusiveArch: %{go_arches}
|
||||
%if 0%{?el9}
|
||||
%global debug_package %{nil}
|
||||
%endif
|
||||
%if 0%{?fc41}
|
||||
%if 0%{?fc40}
|
||||
%global debug_package %{nil}
|
||||
%endif
|
||||
%if 0%{?fc42}
|
||||
%if 0%{?fc41}
|
||||
%global debug_package %{nil}
|
||||
%endif
|
||||
|
||||
Name: forgejo
|
||||
Version: 11.0.0
|
||||
Release: 2%{?dist}
|
||||
Version: 8.0.3
|
||||
Release: 1%{?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.24
|
||||
BuildRequires: golang >= 1.23.6
|
||||
BuildRequires: pam-devel
|
||||
Requires(pre): /usr/bin/getent
|
||||
Requires(pre): /usr/sbin/useradd
|
||||
@ -81,11 +81,10 @@ fi
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc DCO
|
||||
%doc CODEOWNERS
|
||||
%doc CONTRIBUTING.md
|
||||
%doc DCO
|
||||
%doc README.md
|
||||
%doc RELEASE-NOTES.md
|
||||
%attr(0700, forgejo, forgejo) %dir /var/lib/forgejo
|
||||
%attr(0700, forgejo, forgejo) %dir /var/log/forgejo
|
||||
%{_bindir}/%{name}
|
||||
@ -94,7 +93,15 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Apr 27 2025 Jason Rothstein
|
||||
- 11.0.0
|
||||
- goland >= 1.24
|
||||
- debug packages won't be built
|
||||
* Tue Mar 03 2025 Jason Rothstein
|
||||
- 8.0.3
|
||||
|
||||
* Tue Mar 03 2025 Jason Rothstein
|
||||
- 8.0.2
|
||||
|
||||
* Mon Mar 03 2025 Jason Rothstein
|
||||
- 8.0.1
|
||||
|
||||
* Sun Mar 02 2025 Jason Rothstein
|
||||
- 8.0.0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user