Compare commits
25 Commits
v9
...
842e22cca6
| Author | SHA1 | Date | |
|---|---|---|---|
|
842e22cca6
|
|||
|
940b240999
|
|||
|
3c9ae1c632
|
|||
|
d2221fcc16
|
|||
|
034ecd0c45
|
|||
|
5a3e99581d
|
|||
|
38fab7ddcd
|
|||
|
98a9342d55
|
|||
|
1142f2ffca
|
|||
|
fac1e47dd6
|
|||
|
58d2f3502c
|
|||
|
9dadd5307d
|
|||
|
437f8775ad
|
|||
|
026160d4da
|
|||
|
1753ef44b9
|
|||
|
124988db9b
|
|||
|
f70072db54
|
|||
|
2bd7927c6c
|
|||
|
24e4980de2
|
|||
|
1e92745429
|
|||
|
e1f11e569e
|
|||
|
eb2be0c994
|
|||
|
7f6b8669ee
|
|||
|
1469c7d2de
|
|||
|
131c750d23
|
36
forgejo.spec
36
forgejo.spec
@@ -1,19 +1,22 @@
|
|||||||
ExclusiveArch: %{go_arches}
|
ExclusiveArch: %{go_arches}
|
||||||
%if 0%{?el8}
|
|
||||||
%global debug_package %{nil}
|
|
||||||
%endif
|
|
||||||
%if 0%{?el9}
|
%if 0%{?el9}
|
||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?fc40}
|
%if 0%{?el10}
|
||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?fc41}
|
%if 0%{?fc42}
|
||||||
|
%global debug_package %{nil}
|
||||||
|
%endif
|
||||||
|
%if 0%{?fc43}
|
||||||
|
%global debug_package %{nil}
|
||||||
|
%endif
|
||||||
|
%if 0%{?fc44}
|
||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: forgejo
|
Name: forgejo
|
||||||
Version: 9.0.3
|
Version: 15.0.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Beyond coding. We forge.
|
Summary: Beyond coding. We forge.
|
||||||
|
|
||||||
@@ -22,7 +25,7 @@ URL: https://forgejo.org/
|
|||||||
Source0: https://codeberg.org/%{name}/%{name}/releases/download/v%{version}/%{name}-src-%{version}.tar.gz
|
Source0: https://codeberg.org/%{name}/%{name}/releases/download/v%{version}/%{name}-src-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: git
|
BuildRequires: git
|
||||||
BuildRequires: golang >= 1.23.6
|
BuildRequires: golang >= 1.26.2
|
||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
Requires(pre): /usr/bin/getent
|
Requires(pre): /usr/bin/getent
|
||||||
Requires(pre): /usr/sbin/useradd
|
Requires(pre): /usr/sbin/useradd
|
||||||
@@ -79,9 +82,9 @@ then
|
|||||||
service forgejo condrestart
|
service forgejo condrestart
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc DCO
|
|
||||||
%doc CODEOWNERS
|
%doc CODEOWNERS
|
||||||
%doc CONTRIBUTING.md
|
%doc CONTRIBUTING.md
|
||||||
%doc DCO
|
%doc DCO
|
||||||
@@ -95,15 +98,12 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Mar 06 2025 Jason Rothstein
|
* Thu Apr 30 2026 Jason Rothstein
|
||||||
- 9.0.3
|
- 15.0.1
|
||||||
|
- Add Fedora 44
|
||||||
|
- Drop EL8
|
||||||
|
|
||||||
* Thu Mar 06 2025 Jason Rothstein
|
* Sat Apr 25 2026 Jason Rothstein
|
||||||
- 9.0.2
|
- 15.0.0
|
||||||
|
- golang >= 1.26.2
|
||||||
* Wed Mar 05 2025 Jason Rothstein
|
|
||||||
- 9.0.1
|
|
||||||
|
|
||||||
* Tue Mar 03 2025 Jason Rothstein
|
|
||||||
- 9.0.0
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user