Skip to content

Commit b661a05

Browse files
committed
bump: update to version v0.5.2-7
1 parent c632285 commit b661a05

File tree

2 files changed

+19
-9
lines changed

2 files changed

+19
-9
lines changed

README.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,37 +8,45 @@
88

99
- [Download](https://github.com/jfut/nginx-module-fancyindex-rpm/releases)
1010
- Install:
11+
- RHEL/AlmaLinux/Rocky Linux 10 x86_64
12+
```bash
13+
# Non-modular package version 1.26
14+
dnf install nginx-module-fancyindex-0.5.2-7.el10.x86_64.rpm
15+
```
1116
- RHEL/AlmaLinux/Rocky Linux 9 x86_64
1217
```bash
1318
# Non-modular package version 1.20
14-
dnf install nginx-module-fancyindex-0.5.2-6.el9.x86_64.rpm
19+
dnf install nginx-module-fancyindex-0.5.2-7.el9.x86_64.rpm
1520
1621
# AppStream module 1.22 stream
17-
dnf install nginx-module-fancyindex-0.5.2-6.module_el9.1.22.x86_64.rpm
22+
dnf install nginx-module-fancyindex-0.5.2-7.module_el9.1.22.x86_64.rpm
1823
1924
# AppStream module 1.24 stream
20-
dnf install nginx-module-fancyindex-0.5.2-6.module_el9.1.24.x86_64.rpm
25+
dnf install nginx-module-fancyindex-0.5.2-7.module_el9.1.24.x86_64.rpm
26+
27+
# AppStream module 1.26 stream
28+
dnf install nginx-module-fancyindex-0.5.2-7.module_el9.1.26.x86_64.rpm
2129
```
2230
- RHEL/AlmaLinux/Rocky Linux 8 x86_64
2331
```bash
2432
# AppStream module 1.16 stream
25-
dnf install nginx-module-fancyindex-0.5.2-6.module_el8.1.16.x86_64.rpm
33+
dnf install nginx-module-fancyindex-0.5.2-7.module_el8.1.16.x86_64.rpm
2634
2735
# AppStream module 1.18 stream
28-
dnf install nginx-module-fancyindex-0.5.2-6.module_el8.1.18.x86_64.rpm
36+
dnf install nginx-module-fancyindex-0.5.2-7.module_el8.1.18.x86_64.rpm
2937
3038
# AppStream module 1.20 stream
31-
dnf install nginx-module-fancyindex-0.5.2-6.module_el8.1.20.x86_64.rpm
39+
dnf install nginx-module-fancyindex-0.5.2-7.module_el8.1.20.x86_64.rpm
3240
3341
# AppStream module 1.22 stream
34-
dnf install nginx-module-fancyindex-0.5.2-6.module_el8.1.22.x86_64.rpm
42+
dnf install nginx-module-fancyindex-0.5.2-7.module_el8.1.22.x86_64.rpm
3543
3644
# AppStream module 1.24 stream
37-
dnf install nginx-module-fancyindex-0.5.2-6.module_el8.1.24.x86_64.rpm
45+
dnf install nginx-module-fancyindex-0.5.2-7.module_el8.1.24.x86_64.rpm
3846
3947
# EPEL module mainline stream (version: 1.23)
4048
# EPEL 8 Modularity was going away on February 15, 2023
41-
dnf install nginx-module-fancyindex-0.5.2-6.module_el8.epel.mainline.x86_64.rpm
49+
dnf install nginx-module-fancyindex-0.5.2-7.module_el8.epel.mainline.x86_64.rpm
4250
```
4351
- Add your configuration for this module (See [the official documentation](https://github.com/aperezdc/ngx-fancyindex)).
4452
- Restart nginx:

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ echo 'load_module "%{nginx_moduledir}/ngx_http_fancyindex_module.so";' \
8080

8181
%changelog
8282
* Sun Jun 1 2025 Jun Futagawa <[email protected]> 0.5.2-7
83+
- feat: add support for RHEL/AlmaLinux/Rocky Linux 10 @jfut (#27)
84+
- feat: add support almalinux 9 appstream 1.26 with nginx 1.26 @jfut (#26)
8385

8486
* Wed Nov 20 2024 Jun Futagawa <[email protected]> 0.5.2-6
8587
- feat: add support for nginx 1.24 @jfut (#22)

0 commit comments

Comments
 (0)