]> git.pld-linux.org Git - packages/nginx.git/commitdiff
- rel 3; provide /etc/nginx/snippets dir for custom config chunks that are not includ... auto/th/nginx-1.15.9-3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 11 Mar 2019 14:50:38 +0000 (15:50 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 11 Mar 2019 14:50:38 +0000 (15:50 +0100)
nginx.spec

index 8c7ddd4f8c8e9e7e314cba107e3f6536b718db2c..e878939c058942ec514070b4d728d6f8f467d84d 100644 (file)
@@ -44,7 +44,7 @@ Summary(pl.UTF-8):    Serwer HTTP i odwrotne proxy o wysokiej wydajności
 # - mainline: production quality but API can change
 Name:          nginx
 Version:       1.15.9
-Release:       2
+Release:       3
 License:       BSD-like
 Group:         Networking/Daemons/HTTP
 Source0:       http://nginx.org/download/%{name}-%{version}.tar.gz
@@ -351,6 +351,7 @@ install -d $RPM_BUILD_ROOT/etc/rc.d/init.d \
        $RPM_BUILD_ROOT%{_localstatedir}/cache/%{name} \
        $RPM_BUILD_ROOT%{_localstatedir}/lock/subsys/%{name} \
        $RPM_BUILD_ROOT{%{_sbindir},%{_sysconfdir}/{conf,modules,vhosts,webapps}.d} \
+       $RPM_BUILD_ROOT%{_sysconfdir}/snippets \
        $RPM_BUILD_ROOT/etc/{logrotate.d,monit} \
        $RPM_BUILD_ROOT{%{systemdunitdir},/etc/systemd/system}
 
@@ -456,6 +457,7 @@ fi
 %dir %attr(750,root,nginx) %{_sysconfdir}
 %dir %{_sysconfdir}/conf.d
 %dir %{_sysconfdir}/modules.d
+%dir %{_sysconfdir}/snippets
 %dir %{_sysconfdir}/vhosts.d
 %dir %{_sysconfdir}/webapps.d
 %attr(640,root,root) %{_sysconfdir}/mime.types
This page took 0.049044 seconds and 4 git commands to generate.