forked from pool/varnish
- Put %fillup back into %post
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=86
This commit is contained in:
parent
b8dc4c26ac
commit
b54459f5c7
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 2 06:47:32 UTC 2018 - jengelh@inai.de
|
||||
|
||||
- Put %fillup back into %post
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 19 22:22:35 UTC 2018 - jengelh@inai.de
|
||||
|
||||
|
@ -5,7 +5,7 @@ After=network.target
|
||||
[Service]
|
||||
EnvironmentFile=/etc/sysconfig/varnish
|
||||
PIDFile=/var/run/varnishd.pid
|
||||
ExecStart=/usr/sbin/varnishd $VARNISHD_PARAMS -P /var/run/varnishd.pid -F
|
||||
ExecStart=/usr/sbin/varnishd -P /var/run/varnishd.pid -F $VARNISHD_PARAMS
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
@ -120,7 +120,7 @@ install -dm 0755 "$b"/{%pkg_logdir,%pkg_home}
|
||||
install -Dpm 0644 "%{S:5}" "$b/%_sysconfdir/logrotate.d/varnish"
|
||||
#
|
||||
##init scripts
|
||||
install -Dpm 0644 "%{S:3}" "$b%{_fillupdir}/sysconfig.%name"
|
||||
install -Dpm 0644 "%{S:3}" "$b/%_fillupdir/sysconfig.%name"
|
||||
install -Dpm 0644 "%{S:7}" "$b/%_unitdir/varnish.service"
|
||||
install -Dpm 0644 "%{S:8}" "$b/%_unitdir/varnishlog.service"
|
||||
mkdir -p "$b/%_sbindir"
|
||||
@ -155,6 +155,7 @@ fi
|
||||
%service_add_pre varnish.service varnishlog.service
|
||||
|
||||
%post
|
||||
%fillup_only
|
||||
%service_add_post varnish.service varnishlog.service
|
||||
|
||||
%preun
|
||||
@ -181,7 +182,7 @@ fi
|
||||
%dir %attr(0750,varnish,varnish) %pkg_home
|
||||
%dir %attr(0750,varnish,varnish) %pkg_cachedir
|
||||
%dir %attr(0750,varnish,varnish) %pkg_logdir
|
||||
%{_fillupdir}/sysconfig.%name
|
||||
%_fillupdir/sysconfig.%name
|
||||
|
||||
%files -n %library_name
|
||||
%defattr(-,root,root,-)
|
||||
@ -189,7 +190,7 @@ fi
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%_includedir/varnish
|
||||
%_includedir/varnish/
|
||||
%_datadir/aclocal/
|
||||
%_libdir/pkgconfig/*
|
||||
%_libdir/libvarnishapi.so
|
||||
|
@ -6,7 +6,7 @@ Requires=varnish.service
|
||||
[Service]
|
||||
EnvironmentFile=/etc/sysconfig/varnish
|
||||
PIDFile=/var/run/varnishlog.pid
|
||||
ExecStart=/usr/sbin/varnishncsa $VARNISHLOG_PARAMS -P /var/run/varnishlog.pid
|
||||
ExecStart=/usr/sbin/varnishncsa -P /var/run/varnishlog.pid $VARNISHLOG_PARAMS
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
Loading…
Reference in New Issue
Block a user