Compare commits
	
		
			20 Commits
		
	
	
		
			v7
			...
			eadd22f317
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						
						
							
						
						eadd22f317
	
				 | 
					
					
						|||
| 
						
						
							
						
						dfed526137
	
				 | 
					
					
						|||
| 
						
						
							
						
						3a27c9e8fa
	
				 | 
					
					
						|||
| 
						
						
							
						
						6fcecc988b
	
				 | 
					
					
						|||
| 
						
						
							
						
						2bd7927c6c
	
				 | 
					
					
						|||
| 
						
						
							
						
						24e4980de2
	
				 | 
					
					
						|||
| 
						
						
							
						
						1e92745429
	
				 | 
					
					
						|||
| 
						
						
							
						
						e1f11e569e
	
				 | 
					
					
						|||
| 
						
						
							
						
						eb2be0c994
	
				 | 
					
					
						|||
| 
						
						
							
						
						7f6b8669ee
	
				 | 
					
					
						|||
| 
						
						
							
						
						1469c7d2de
	
				 | 
					
					
						|||
| 
						
						
							
						
						131c750d23
	
				 | 
					
					
						|||
| 
						
						
							
						
						37a3881154
	
				 | 
					
					
						|||
| 
						
						
							
						
						96fad2dafc
	
				 | 
					
					
						|||
| 
						
						
							
						
						2842bfd829
	
				 | 
					
					
						|||
| 
						
						
							
						
						0cc24d731b
	
				 | 
					
					
						|||
| 
						
						
							
						
						cf0cbad2ee
	
				 | 
					
					
						|||
| 
						
						
							
						
						4d971828e9
	
				 | 
					
					
						|||
| 
						
						
							
						
						0baf896873
	
				 | 
					
					
						|||
| 
						
						
							
						
						7eb4671b91
	
				 | 
					
					
						
							
								
								
									
										68
									
								
								forgejo.spec
									
									
									
									
									
								
							
							
						
						
									
										68
									
								
								forgejo.spec
									
									
									
									
									
								
							@@ -5,15 +5,15 @@ ExclusiveArch:  %{go_arches}
 | 
				
			|||||||
%if 0%{?el9}
 | 
					%if 0%{?el9}
 | 
				
			||||||
%global debug_package %{nil}
 | 
					%global debug_package %{nil}
 | 
				
			||||||
%endif
 | 
					%endif
 | 
				
			||||||
%if 0%{?fc40}
 | 
					%if 0%{?fc41}
 | 
				
			||||||
%global debug_package %{nil}
 | 
					%global debug_package %{nil}
 | 
				
			||||||
%endif
 | 
					%endif
 | 
				
			||||||
%if 0%{?fc41}
 | 
					%if 0%{?fc42}
 | 
				
			||||||
%global debug_package %{nil}
 | 
					%global debug_package %{nil}
 | 
				
			||||||
%endif
 | 
					%endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Name:           forgejo
 | 
					Name:           forgejo
 | 
				
			||||||
Version:        7.0.14
 | 
					Version:        11.0.7
 | 
				
			||||||
Release:        1%{?dist}
 | 
					Release:        1%{?dist}
 | 
				
			||||||
Summary:        Beyond coding. We forge.
 | 
					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
 | 
					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.24
 | 
				
			||||||
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
 | 
				
			||||||
@@ -81,9 +81,11 @@ fi
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
%files
 | 
					%files
 | 
				
			||||||
%license LICENSE
 | 
					%license LICENSE
 | 
				
			||||||
 | 
					%doc CODEOWNERS
 | 
				
			||||||
 | 
					%doc CONTRIBUTING.md
 | 
				
			||||||
%doc DCO
 | 
					%doc DCO
 | 
				
			||||||
%doc MAINTAINERS
 | 
					 | 
				
			||||||
%doc README.md
 | 
					%doc README.md
 | 
				
			||||||
 | 
					%doc RELEASE-NOTES.md
 | 
				
			||||||
%attr(0700, forgejo, forgejo) %dir /var/lib/forgejo
 | 
					%attr(0700, forgejo, forgejo) %dir /var/lib/forgejo
 | 
				
			||||||
%attr(0700, forgejo, forgejo) %dir /var/log/forgejo
 | 
					%attr(0700, forgejo, forgejo) %dir /var/log/forgejo
 | 
				
			||||||
%{_bindir}/%{name}
 | 
					%{_bindir}/%{name}
 | 
				
			||||||
@@ -92,48 +94,28 @@ fi
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
%changelog
 | 
					%changelog
 | 
				
			||||||
* Thu Mar 20 2025 Jason Rothstein
 | 
					* Wed Oct 29 2025 Jason Rothstein
 | 
				
			||||||
- 7.0.14
 | 
					- 11.0.6
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* Sun Mar 02 2025 Jason Rothstein
 | 
					* Mon Oct 27 2025 Jason Rothstein
 | 
				
			||||||
- 7.0.13
 | 
					- 11.0.6
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* Fri Feb 21 2025 Jason Rothstein
 | 
					* Sat Oct 25 2025 Jason Rothstein
 | 
				
			||||||
- 7.0.12
 | 
					- 11.0.5
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* Sat Feb 15 2025 Jason Rothstein
 | 
					* Thu Oct 23 2025 Jason Rothstein
 | 
				
			||||||
- 7.0.11
 | 
					- 11.0.4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* Fri Feb 08 2025 Jason Rothstein
 | 
					* Fri Aug 01 2025 Jason Rothstein
 | 
				
			||||||
- 7.0.10
 | 
					- 11.0.3
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* Fri Feb 07 2025 Jason Rothstein
 | 
					* Tue Jul 14 2025 Jason Rothstein
 | 
				
			||||||
- 7.0.9
 | 
					- 11.0.2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* Tue Feb 04 2025 Jason Rothstein
 | 
					* Sun May 11 2025 Jason Rothstein
 | 
				
			||||||
- 7.0.8
 | 
					- 11.0.1
 | 
				
			||||||
 | 
					 | 
				
			||||||
* Sun Feb 02 2025 Jason Rothstein
 | 
					 | 
				
			||||||
- 7.0.7
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
* Sat Feb 01 2025 Jason Rothstein
 | 
					 | 
				
			||||||
- 7.0.6
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
* Thu Jan 30 2025 Jason Rothstein
 | 
					 | 
				
			||||||
- 7.0.5
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
* Wed Jan 29 2025 Jason Rothstein
 | 
					 | 
				
			||||||
- 7.0.4
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
* Mon Jan 27 2025 Jason Rothstein
 | 
					 | 
				
			||||||
- 7.0.3
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
* Sun Jan 26 2025 Jason Rothstein
 | 
					 | 
				
			||||||
- 7.0.2
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
* Sun Jan 26 2025 Jason Rothstein
 | 
					 | 
				
			||||||
- 7.0.1
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
* Thu Dec 05 2024 Jason Rothstein
 | 
					 | 
				
			||||||
- Initial Version
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					* Sun Apr 27 2025 Jason Rothstein
 | 
				
			||||||
 | 
					- 11.0.0
 | 
				
			||||||
 | 
					- goland >= 1.24
 | 
				
			||||||
 | 
					- debug packages won't be built
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user