File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ RPM Packaging for [ngx-fancyindex](https://github.com/aperezdc/ngx-fancyindex).
10
10
- Install:
11
11
```
12
12
# el7
13
- yum install nginx-module-fancyindex-0.5.0 -1.el7.x86_64.rpm
13
+ yum install nginx-module-fancyindex-0.5.1 -1.el7.x86_64.rpm
14
14
15
15
# el8 + module 1.16 stream
16
- dnf install nginx-module-fancyindex-0.5.0 -1.module_el8.1.16.x86_64.rpm
16
+ dnf install nginx-module-fancyindex-0.5.1 -1.module_el8.1.16.x86_64.rpm
17
17
18
18
# el8 + EPEL module mainline stream
19
- dnf install nginx-module-fancyindex-0.5.0 -1.module_el8.mainline.x86_64.rpm
19
+ dnf install nginx-module-fancyindex-0.5.1 -1.module_el8.mainline.x86_64.rpm
20
20
```
21
21
- Add `load_module` in `nginx.conf`:
22
22
```
@@ -65,8 +65,8 @@ You can build RPM packages in Docker.
65
65
e.g.:
66
66
67
67
```
68
- git tag -a v0.5.0 -1 -m "v0.5.0 -1"
69
- git push origin refs/tags/v0.5.0 -1
68
+ git tag -a v0.5.1 -1 -m "v0.5.1 -1"
69
+ git push origin refs/tags/v0.5.1 -1
70
70
```
71
71
72
72
## License
Original file line number Diff line number Diff line change 5
5
6
6
Summary: Nginx module to use PAM for simple http authentication
7
7
Name: nginx-module-fancyindex
8
- Version: 0.5.0
8
+ Version: 0.5.1
9
9
Release: 1%{?dist}
10
10
License: BSD-2-Clause
11
11
URL: https://github.com/sto/ngx_http_fancyindex_module
@@ -58,6 +58,9 @@ make modules
58
58
%doc CHANGELOG.md HACKING.md LICENSE README.rst
59
59
60
60
%changelog
61
+ * Tue Oct 27 2020 Jun Futagawa <jfut@integ.jp> 0.5.1-1
62
+ - Update to version 0.5.1
63
+
61
64
* Tue Oct 27 2020 Jun Futagawa <jfut@integ.jp> 0.5.0-1
62
65
- Update to version 0.5.0
63
66
You can’t perform that action at this time.
0 commit comments