Skip to content

Commit b2af148

Browse files
committed
Updated
1 parent 8ed97ff commit b2af148

File tree

120 files changed

+352
-350
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+352
-350
lines changed

lua-resty-acme.spec

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
Name: lua-%{luapkgname}
1515
Version: 0.12.0
16-
Release: 3%{?dist}
16+
Release: 4%{?dist}
1717
Summary: Automatic Let's Encrypt certificate serving and Lua implementation of ACMEv2 procotol
1818
Group: Development/Libraries
1919
License: BSD
@@ -35,14 +35,15 @@ Requires: lua(abi) = %{luacompatver}
3535
Requires: lua-resty-lrucache >= 0.8
3636
Requires: lua-resty-http >= 0.12
3737
Requires: lua-resty-openssl >= 0.7.0
38-
BuildArch: noarch
38+
BuildArch: noarch
3939

4040
%description
4141
%{summary}.
4242

4343
%if 0%{?fedora} || 0%{?rhel} > 7
4444
%package -n lua%{luacompatver}-%{luapkgname}
4545
Summary: Automatic Let's Encrypt certificate serving and Lua implementation of ACMEv2 procotol for Lua %{luacompatver}
46+
4647
Requires: lua%{luacompatver}-resty-lrucache >= 0.8
4748
Requires: lua%{luacompatver}-resty-http >= 0.12
4849
Requires: lua%{luacompatver}-resty-openssl >= 0.7.0
@@ -87,4 +88,3 @@ cp -pr lib/* $RPM_BUILD_ROOT%{luacompatpkgdir}
8788

8889
%changelog
8990
# not maintained
90-

lua-resty-auto-ssl.spec

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
Name: lua-%{luapkgname}
1515
Version: 0.13.1
16-
Release: 3%{?dist}
16+
Release: 4%{?dist}
1717
Summary: On the fly (and free) SSL registration and renewal inside nginx-module-lua/nginx with Let's Encrypt
1818
Group: Development/Libraries
1919
License: BSD
@@ -31,14 +31,15 @@ BuildRequires: compat-lua >= %{luacompatver}, compat-lua-devel >= %{luacompatve
3131
Requires: lua(abi) = %{luacompatver}
3232
%endif
3333

34-
BuildArch: noarch
34+
BuildArch: noarch
3535

3636
%description
3737
%{summary}.
3838

3939
%if 0%{?fedora} || 0%{?rhel} > 7
4040
%package -n lua%{luacompatver}-%{luapkgname}
4141
Summary: On the fly (and free) SSL registration and renewal inside nginx-module-lua/nginx with Let's Encrypt for Lua %{luacompatver}
42+
4243
%description -n lua%{luacompatver}-%{luapkgname}
4344
%{summary}.
4445
%endif
@@ -86,4 +87,3 @@ cp -pr lib/* $RPM_BUILD_ROOT%{luacompatpkgdir}
8687

8788
%changelog
8889
# not maintained
89-

lua-resty-aws-auth.spec

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
Name: lua-%{luapkgname}
1515
Version: 0.12
16-
Release: 3%{?dist}
16+
Release: 4%{?dist}
1717
Summary: Lua resty module to calculate AWS signature v4 authorization header
1818
Group: Development/Libraries
1919
License: BSD
@@ -31,14 +31,15 @@ BuildRequires: compat-lua >= %{luacompatver}, compat-lua-devel >= %{luacompatve
3131
Requires: lua(abi) = %{luacompatver}
3232
%endif
3333

34-
BuildArch: noarch
34+
BuildArch: noarch
3535

3636
%description
3737
%{summary}.
3838

3939
%if 0%{?fedora} || 0%{?rhel} > 7
4040
%package -n lua%{luacompatver}-%{luapkgname}
4141
Summary: Lua resty module to calculate AWS signature v4 authorization header for Lua %{luacompatver}
42+
4243
%description -n lua%{luacompatver}-%{luapkgname}
4344
%{summary}.
4445
%endif
@@ -80,4 +81,3 @@ cp -pr lib/* $RPM_BUILD_ROOT%{luacompatpkgdir}
8081

8182
%changelog
8283
# not maintained
83-

lua-resty-aws-sdk.spec

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
Name: lua-%{luapkgname}
1515
Version: 0.1.0
16-
Release: 3%{?dist}
16+
Release: 4%{?dist}
1717
Summary: Make api call to aws services
1818
Group: Development/Libraries
1919
License: BSD
@@ -31,14 +31,15 @@ BuildRequires: compat-lua >= %{luacompatver}, compat-lua-devel >= %{luacompatve
3131
Requires: lua(abi) = %{luacompatver}
3232
%endif
3333

34-
BuildArch: noarch
34+
BuildArch: noarch
3535

3636
%description
3737
%{summary}.
3838

3939
%if 0%{?fedora} || 0%{?rhel} > 7
4040
%package -n lua%{luacompatver}-%{luapkgname}
4141
Summary: Make api call to aws services for Lua %{luacompatver}
42+
4243
%description -n lua%{luacompatver}-%{luapkgname}
4344
%{summary}.
4445
%endif
@@ -80,4 +81,3 @@ cp -pr lib/* $RPM_BUILD_ROOT%{luacompatpkgdir}
8081

8182
%changelog
8283
# not maintained
83-

lua-resty-balancer.spec

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
Name: lua-%{luapkgname}
1515
Version: 0.5
16-
Release: 3%{?dist}
16+
Release: 4%{?dist}
1717
Summary: A generic consistent hash implementation for nginx-module-lua
1818
Group: Development/Libraries
1919
License: BSD
@@ -31,14 +31,15 @@ BuildRequires: compat-lua >= %{luacompatver}, compat-lua-devel >= %{luacompatve
3131
Requires: lua(abi) = %{luacompatver}
3232
%endif
3333

34-
BuildArch: noarch
34+
BuildArch: noarch
3535

3636
%description
3737
%{summary}.
3838

3939
%if 0%{?fedora} || 0%{?rhel} > 7
4040
%package -n lua%{luacompatver}-%{luapkgname}
4141
Summary: A generic consistent hash implementation for nginx-module-lua for Lua %{luacompatver}
42+
4243
%description -n lua%{luacompatver}-%{luapkgname}
4344
%{summary}.
4445
%endif
@@ -80,4 +81,3 @@ cp -pr lib/* $RPM_BUILD_ROOT%{luacompatpkgdir}
8081

8182
%changelog
8283
# not maintained
83-

lua-resty-base-encoding.spec

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
Name: lua-%{luapkgname}
1515
Version: 1.3.0
16-
Release: 3%{?dist}
16+
Release: 4%{?dist}
1717
Summary: A faster alternative to base64 encoding and provides missing base encoding for nginx-module-lua application
1818
Group: Development/Libraries
1919
License: BSD
@@ -31,14 +31,15 @@ BuildRequires: compat-lua >= %{luacompatver}, compat-lua-devel >= %{luacompatve
3131
Requires: lua(abi) = %{luacompatver}
3232
%endif
3333

34-
BuildArch: noarch
34+
BuildArch: noarch
3535

3636
%description
3737
%{summary}.
3838

3939
%if 0%{?fedora} || 0%{?rhel} > 7
4040
%package -n lua%{luacompatver}-%{luapkgname}
4141
Summary: A faster alternative to base64 encoding and provides missing base encoding for nginx-module-lua application for Lua %{luacompatver}
42+
4243
%description -n lua%{luacompatver}-%{luapkgname}
4344
%{summary}.
4445
%endif
@@ -86,4 +87,3 @@ cp -pr lib/* $RPM_BUILD_ROOT%{luacompatpkgdir}
8687

8788
%changelog
8889
# not maintained
89-

lua-resty-cache.spec

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
Name: lua-%{luapkgname}
1515
Version: 1.0.0
16-
Release: 3%{?dist}
16+
Release: 4%{?dist}
1717
Summary: Http cache to redis, can server stale response, and using "lua-resty-lock" only allow one request to populate a new cache
1818
Group: Development/Libraries
1919
License: BSD
@@ -31,14 +31,15 @@ BuildRequires: compat-lua >= %{luacompatver}, compat-lua-devel >= %{luacompatve
3131
Requires: lua(abi) = %{luacompatver}
3232
%endif
3333

34-
BuildArch: noarch
34+
BuildArch: noarch
3535

3636
%description
3737
%{summary}.
3838

3939
%if 0%{?fedora} || 0%{?rhel} > 7
4040
%package -n lua%{luacompatver}-%{luapkgname}
4141
Summary: Http cache to redis, can server stale response, and using "lua-resty-lock" only allow one request to populate a new cache for Lua %{luacompatver}
42+
4243
%description -n lua%{luacompatver}-%{luapkgname}
4344
%{summary}.
4445
%endif
@@ -80,4 +81,3 @@ cp -pr lib/* $RPM_BUILD_ROOT%{luacompatpkgdir}
8081

8182
%changelog
8283
# not maintained
83-

lua-resty-checkups.spec

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
Name: lua-%{luapkgname}
1515
Version: 0.1
16-
Release: 3%{?dist}
16+
Release: 4%{?dist}
1717
Summary: Manage NGINX upstreams in pure Lua
1818
Group: Development/Libraries
1919
License: BSD
@@ -31,14 +31,15 @@ BuildRequires: compat-lua >= %{luacompatver}, compat-lua-devel >= %{luacompatve
3131
Requires: lua(abi) = %{luacompatver}
3232
%endif
3333

34-
BuildArch: noarch
34+
BuildArch: noarch
3535

3636
%description
3737
%{summary}.
3838

3939
%if 0%{?fedora} || 0%{?rhel} > 7
4040
%package -n lua%{luacompatver}-%{luapkgname}
4141
Summary: Manage NGINX upstreams in pure Lua for Lua %{luacompatver}
42+
4243
%description -n lua%{luacompatver}-%{luapkgname}
4344
%{summary}.
4445
%endif
@@ -80,4 +81,3 @@ cp -pr lib/* $RPM_BUILD_ROOT%{luacompatpkgdir}
8081

8182
%changelog
8283
# not maintained
83-

lua-resty-consul-event.spec

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
Name: lua-%{luapkgname}
1515
Version: 0.3.0
16-
Release: 3%{?dist}
16+
Release: 4%{?dist}
1717
Summary: Consul Events HTTP API Wrapper
1818
Group: Development/Libraries
1919
License: BSD
@@ -31,14 +31,15 @@ BuildRequires: compat-lua >= %{luacompatver}, compat-lua-devel >= %{luacompatve
3131
Requires: lua(abi) = %{luacompatver}
3232
%endif
3333

34-
BuildArch: noarch
34+
BuildArch: noarch
3535

3636
%description
3737
%{summary}.
3838

3939
%if 0%{?fedora} || 0%{?rhel} > 7
4040
%package -n lua%{luacompatver}-%{luapkgname}
4141
Summary: Consul Events HTTP API Wrapper for Lua %{luacompatver}
42+
4243
%description -n lua%{luacompatver}-%{luapkgname}
4344
%{summary}.
4445
%endif
@@ -86,4 +87,3 @@ cp -pr lib/* $RPM_BUILD_ROOT%{luacompatpkgdir}
8687

8788
%changelog
8889
# not maintained
89-

lua-resty-consul.spec

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
Name: lua-%{luapkgname}
1515
Version: 0.4.0
16-
Release: 3%{?dist}
16+
Release: 4%{?dist}
1717
Summary: Library to interface with the consul HTTP API from nginx-module-lua
1818
Group: Development/Libraries
1919
License: BSD
@@ -33,14 +33,15 @@ Requires: lua(abi) = %{luacompatver}
3333

3434

3535
Requires: lua-resty-http
36-
BuildArch: noarch
36+
BuildArch: noarch
3737

3838
%description
3939
%{summary}.
4040

4141
%if 0%{?fedora} || 0%{?rhel} > 7
4242
%package -n lua%{luacompatver}-%{luapkgname}
4343
Summary: Library to interface with the consul HTTP API from nginx-module-lua for Lua %{luacompatver}
44+
4445
Requires: lua%{luacompatver}-resty-http
4546
%description -n lua%{luacompatver}-%{luapkgname}
4647
%{summary}.
@@ -89,4 +90,3 @@ cp -pr lib/* $RPM_BUILD_ROOT%{luacompatpkgdir}
8990

9091
%changelog
9192
# not maintained
92-

lua-resty-core.spec

+7-5
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
Name: lua-%{luapkgname}
1515
Version: 0.1.28
16-
Release: 3%{?dist}
16+
Release: 4%{?dist}
1717
Summary: New FFI-based API for lua-nginx-module
1818
Group: Development/Libraries
1919
License: BSD
@@ -32,18 +32,21 @@ Requires: lua(abi) = %{luacompatver}
3232
%endif
3333

3434

35+
Requires: ngx_http_lua_module >= 0.10.25
36+
3537
Requires: lua-resty-lrucache >= 0.8
36-
Requires: lua-ngx_http_lua_module >= 0.10.25
37-
BuildArch: noarch
38+
BuildArch: noarch
3839

3940
%description
4041
%{summary}.
4142

4243
%if 0%{?fedora} || 0%{?rhel} > 7
4344
%package -n lua%{luacompatver}-%{luapkgname}
4445
Summary: New FFI-based API for lua-nginx-module for Lua %{luacompatver}
46+
47+
48+
Requires: ngx_http_lua_module >= 0.10.25
4549
Requires: lua%{luacompatver}-resty-lrucache >= 0.8
46-
Requires: lua%{luacompatver}-ngx_http_lua_module >= 0.10.25
4750
%description -n lua%{luacompatver}-%{luapkgname}
4851
%{summary}.
4952
%endif
@@ -85,4 +88,3 @@ cp -pr lib/* $RPM_BUILD_ROOT%{luacompatpkgdir}
8588

8689
%changelog
8790
# not maintained
88-

lua-resty-cors.spec

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
Name: lua-%{luapkgname}
1515
Version: 0.2.1
16-
Release: 3%{?dist}
16+
Release: 4%{?dist}
1717
Summary: It's the implement of CORS on nginx-module-lua
1818
Group: Development/Libraries
1919
License: BSD
@@ -31,14 +31,15 @@ BuildRequires: compat-lua >= %{luacompatver}, compat-lua-devel >= %{luacompatve
3131
Requires: lua(abi) = %{luacompatver}
3232
%endif
3333

34-
BuildArch: noarch
34+
BuildArch: noarch
3535

3636
%description
3737
%{summary}.
3838

3939
%if 0%{?fedora} || 0%{?rhel} > 7
4040
%package -n lua%{luacompatver}-%{luapkgname}
4141
Summary: It's the implement of CORS on nginx-module-lua for Lua %{luacompatver}
42+
4243
%description -n lua%{luacompatver}-%{luapkgname}
4344
%{summary}.
4445
%endif
@@ -86,4 +87,3 @@ cp -pr lib/* $RPM_BUILD_ROOT%{luacompatpkgdir}
8687

8788
%changelog
8889
# not maintained
89-

0 commit comments

Comments
 (0)