]> git.pld-linux.org Git - packages/collectd.git/commitdiff
- varnish subpackage is created only on varnish bcond auto/th/collectd-5_1_0-1 auto/ti/collectd-5.1.0-1
authorSzymon Siwek <sls@pld-linux.org>
Tue, 5 Jun 2012 12:38:02 +0000 (12:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    collectd.spec -> 1.123

collectd.spec

index c7e4c7228168d9e176878cf79dcd0f4b67f9945a..07cfab4b126e9be9eac84db26e5da0df012f7367 100644 (file)
@@ -1,4 +1,4 @@
-#       $Revision: 1.122 $, $Date: 2012-05-07 17:55:54 $
+#       $Revision: 1.123 $, $Date: 2012-06-05 12:38:02 $
 # TODO:
 # - package contrib scripts as %doc
 # - perl modules with Collectd classes package to separate package
@@ -2036,10 +2036,12 @@ fi
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.d/uuid.conf
 %attr(755,root,root) %{_libdir}/%{name}/uuid.so
 
+%if %{with varnish}
 %files varnish
 %defattr(644,root,root,755)
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.d/varnish.conf
 %attr(755,root,root) %{_libdir}/%{name}/varnish.so
+%endif
 
 %files vmem
 %defattr(644,root,root,755)
This page took 0.03443 seconds and 4 git commands to generate.