Skip to content

Commit 684a049

Browse files
committed
Update to version 0.5.1-1
1 parent ff81585 commit 684a049

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ RPM Packaging for [ngx-fancyindex](https://github.com/aperezdc/ngx-fancyindex).
1010
- Install:
1111
```
1212
# 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
1414
1515
# 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
1717
1818
# 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
2020
```
2121
- Add `load_module` in `nginx.conf`:
2222
```
@@ -65,8 +65,8 @@ You can build RPM packages in Docker.
6565
e.g.:
6666
6767
```
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
7070
```
7171
7272
## License

rpmbuild/SPECS/nginx-module-fancyindex.spec.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Summary: Nginx module to use PAM for simple http authentication
77
Name: nginx-module-fancyindex
8-
Version: 0.5.0
8+
Version: 0.5.1
99
Release: 1%{?dist}
1010
License: BSD-2-Clause
1111
URL: https://github.com/sto/ngx_http_fancyindex_module
@@ -58,6 +58,9 @@ make modules
5858
%doc CHANGELOG.md HACKING.md LICENSE README.rst
5959

6060
%changelog
61+
* Tue Oct 27 2020 Jun Futagawa <jfut@integ.jp> 0.5.1-1
62+
- Update to version 0.5.1
63+
6164
* Tue Oct 27 2020 Jun Futagawa <jfut@integ.jp> 0.5.0-1
6265
- Update to version 0.5.0
6366

0 commit comments

Comments
 (0)