Compare commits
17 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
437f8775ad
|
|||
|
026160d4da
|
|||
|
1753ef44b9
|
|||
|
124988db9b
|
|||
|
f70072db54
|
|||
|
2bd7927c6c
|
|||
|
24e4980de2
|
|||
|
1e92745429
|
|||
|
e1f11e569e
|
|||
|
eb2be0c994
|
|||
|
7f6b8669ee
|
|||
|
1469c7d2de
|
|||
|
131c750d23
|
|||
|
37a3881154
|
|||
|
96fad2dafc
|
|||
|
2842bfd829
|
|||
|
0cc24d731b
|
29
forgejo.spec
29
forgejo.spec
@@ -5,15 +5,15 @@ 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: 8.0.3
|
||||
Version: 12.0.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Beyond coding. We forge.
|
||||
|
||||
@@ -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,10 +81,11 @@ 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}
|
||||
@@ -93,15 +94,17 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Mar 03 2025 Jason Rothstein
|
||||
- 8.0.3
|
||||
* Mon Oct 20 2025 Jason Rothstein
|
||||
- 12.0.4
|
||||
|
||||
* Tue Mar 03 2025 Jason Rothstein
|
||||
- 8.0.2
|
||||
* Tue Sep 09 2025 Jason Rothstein
|
||||
- 12.0.3
|
||||
|
||||
* Mon Mar 03 2025 Jason Rothstein
|
||||
- 8.0.1
|
||||
* Sat Sep 07 2025 Jason Rothstein
|
||||
- 12.0.2
|
||||
|
||||
* Sun Mar 02 2025 Jason Rothstein
|
||||
- 8.0.0
|
||||
* Sat Aug 02 2025 Jason Rothstein
|
||||
- 12.0.1
|
||||
|
||||
* Fri Aug 01 2025 Jason Rothstein
|
||||
- 12.0.0
|
||||
|
||||
Reference in New Issue
Block a user