Add the minimum version number of go to the requirements (go failed on Fedora 28 due to go == 1.10 there)
This commit is contained in:
		| @@ -2,14 +2,14 @@ ExclusiveArch:  %{go_arches} | |||||||
|  |  | ||||||
| Name:           gitea | Name:           gitea | ||||||
| Version:        1.8.3 | Version:        1.8.3 | ||||||
| Release:        4%{?dist} | Release:        5%{?dist} | ||||||
| Summary:        Gitea: Git with a cup of tea | Summary:        Gitea: Git with a cup of tea | ||||||
|  |  | ||||||
| License:        MIT | License:        MIT | ||||||
| URL:            https://gitea.io/en-us/ | URL:            https://gitea.io/en-us/ | ||||||
| Source0:        https://github.com/go-gitea/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz | Source0:        https://github.com/go-gitea/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz | ||||||
|  |  | ||||||
| BuildRequires:  golang | BuildRequires:  golang >= 1.11 | ||||||
| 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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user