Version bump to 1.11.1

Add nodejs >= 10.0.0 dependency
This commit is contained in:
Jason Rothstein 2020-02-22 22:24:34 -06:00
parent 0bcf453237
commit ad01b4271e

View File

@ -4,7 +4,7 @@ ExclusiveArch: %{go_arches}
%endif
Name: gitea
Version: 1.11.0
Version: 1.11.1
Release: 1%{?dist}
Summary: Gitea: Git with a cup of tea
@ -13,6 +13,7 @@ URL: https://gitea.io/en-us/
Source0: https://github.com/go-gitea/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: golang
BuildRequires: nodejs >= 10.0.0
BuildRequires: pam-devel
Requires(pre): /usr/bin/getent
Requires(pre): /usr/sbin/useradd
@ -96,6 +97,10 @@ fi
%changelog
* Sat Feb 22 2020 Jason Rothstein
- version bump 1.11.1
- depend on nodejs >= 10.0.0
* Fri Feb 21 2020 Jason Rothstein
- version bump 1.11.0
@ -105,7 +110,7 @@ fi
* Fri Jan 17 2020 Jason Rothstein
- version bump 1.10.3
* Fri Jan 4 2020 Jason Rothstein
* Sat Jan 4 2020 Jason Rothstein
- version bump 1.10.2
* Tue Dec 10 2019 Jason Rothstein