chiark / gitweb /
[PATCH] automatically install correct initscript
[elogind.git] / udev.spec
index 92a2911711ca79d000a5c3aa27c35031fb9675a0..b9cf5b140e4e805b0f25b64ebd23f99116fbb892 100644 (file)
--- a/udev.spec
+++ b/udev.spec
 # 1 - debugging enabled
 %define debug 0
 
-# if we want to use the LSB version of the init script or the Redhat one
-# 0 - use Redhat: etc/init.d/udev
-# 1 - use LSB: etc/init.d/udev.init.LSB
-%define lsb 0
-
 # if we want to build the scsi_id "extra" package or not
 # 0 - do not build the package
 # 1 - build it
@@ -39,7 +34,7 @@
 
 Summary: A userspace implementation of devfs
 Name: udev
-Version: 019
+Version: 019_bk
 Release: 1
 License: GPL
 Group: Utilities/System
@@ -99,11 +94,6 @@ make DESTDIR=$RPM_BUILD_ROOT install \
        USE_SELINUX=true        \
 %else
        USE_SELINUX=false       \
-%endif
-%if %{lsb}
-       USE_LSB=true            \
-%else
-       USE_LSB=false           \
 %endif
        EXTRAS="        \
 %if %{scsi_id}