Update to 1.10.6 (1.11.x will move to dedicated branch once nodejs changes sorted)

This commit is contained in:
Jason Rothstein 2020-03-15 22:52:10 -05:00
parent 4918c8e537
commit 07c24cd34f

View File

@ -4,7 +4,7 @@ ExclusiveArch: %{go_arches}
%endif
Name: gitea
Version: 1.11.1
Version: 1.10.6
Release: 1%{?dist}
Summary: Gitea: Git with a cup of tea
@ -13,16 +13,10 @@ URL: https://gitea.io/en-us/
Source0: https://github.com/go-gitea/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: golang
BuildRequires: npm
BuildRequires: nodejs >= 10.0.0
BuildRequires: nodejs-acorn
BuildRequires: pam-devel
Requires(pre): /usr/bin/getent
Requires(pre): /usr/sbin/useradd
Requires: git
Requires: npm
Requires: nodejs >= 10.0.0
Requires: nodejs-acorn
%description
@ -102,12 +96,8 @@ 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
* Sun Mar 15 2020 Jason Rothstein
- version bump 1.10.6
* Thu Feb 20 2020 Jason Rothstein
- version bump 1.10.4
@ -115,7 +105,7 @@ fi
* Fri Jan 17 2020 Jason Rothstein
- version bump 1.10.3
* Sat Jan 4 2020 Jason Rothstein
* Fri Jan 4 2020 Jason Rothstein
- version bump 1.10.2
* Tue Dec 10 2019 Jason Rothstein