[lighttpd] Don't change sysv to systemd for F15.

Matthias Saou thias at fedoraproject.org
Mon Jul 11 18:50:33 UTC 2011


commit 9359cb629bd43a8bc43ad2530bad82ae37e312dc
Author: Matthias Saou <thias at marmotte.net>
Date:   Mon Jul 11 20:49:58 2011 +0200

    Don't change sysv to systemd for F15.

 lighttpd.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lighttpd.spec b/lighttpd.spec
index 3496b24..9e0db38 100644
--- a/lighttpd.spec
+++ b/lighttpd.spec
@@ -46,7 +46,7 @@
 %endif
 
 # Replace sysvinit script with systemd service file for F16+
-%if 0%{?fedora} >= 15
+%if 0%{?fedora} >= 16
 %bcond_without systemd
 %else
 %bcond_with    systemd


More information about the scm-commits mailing list