summaryrefslogtreecommitdiff
path: root/udev.spec
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2004-05-14 23:05:05 -0700
committerGreg KH <gregkh@suse.de>2005-04-26 21:35:17 -0700
commit91cb2628950fc80e719983fa86dbb616af3e94f0 (patch)
tree54f24adcc2012e0133c8b86ccbe685d40e1aff12 /udev.spec
parentbd2598afb628257c23cee57040ed22f8064cfee3 (diff)
downloadsystemd-91cb2628950fc80e719983fa86dbb616af3e94f0.tar.gz
[PATCH] remove dbus and selinux stuff from the udev.spec file.
Diffstat (limited to 'udev.spec')
-rw-r--r--udev.spec26
1 files changed, 0 insertions, 26 deletions
diff --git a/udev.spec b/udev.spec
index f183f5b3d2..0c8969dfac 100644
--- a/udev.spec
+++ b/udev.spec
@@ -17,16 +17,6 @@
# 1 - debugging enabled
%define debug 0
-# if we want to build the DBUS "extra" package or not
-# 0 - no DBUS support
-# 1 - DBUS support
-%define dbus 0
-
-# if we want to build the SELinux "extra" package or not
-# 0 - no SELinux support
-# 1 - SELinux support
-%define selinux 0
-
# if we want to build the scsi_id "extra" package or not
# 0 - do not build the package
# 1 - build it
@@ -71,12 +61,6 @@ make CC="gcc $RPM_OPT_FLAGS" \
%if %{scsi_id}
extras/scsi_id \
%endif
-%if %{dbus}
- extras/dbus \
-%endif
-%if %{selinux}
- extras/selinux \
-%endif
"
%install
@@ -85,12 +69,6 @@ make DESTDIR=$RPM_BUILD_ROOT install \
%if %{scsi_id}
extras/scsi_id \
%endif
-%if %{dbus}
- extras/dbus \
-%endif
-%if %{selinux}
- extras/selinux \
-%endif
"
%post
@@ -124,10 +102,6 @@ rm -rf $RPM_BUILD_ROOT
%attr(755,root,root) /etc/init.d/udev
%attr(0644,root,root) %{_mandir}/man8/udev*.8*
-%if %{dbus}
- %config(noreplace) %attr(0644,root,root) /etc/dbus-1/system.d/udev_sysbus_policy.conf
-%endif
-
%if %{scsi_id}
%attr(755,root,root) /sbin/scsi_id
%config(noreplace) %attr(0644,root,root) /etc/scsi_id.config