New Nginx package including ldap auth module

This commit is contained in:
2018-04-14 22:38:17 +02:00
parent 1ac601ec64
commit 98e9a68f8c
2 changed files with 473 additions and 0 deletions

View File

@@ -116,6 +116,9 @@ exit 0
%postun
%systemd_postun_with_restart %{name}.service
%clean
[ "%{buildroot}" != "/" ] && [ -d "%{buildroot}" ] && rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc doc/* examples/*