Hello community, here is the log from the commit of package sysconfig checked in at Tue Jun 27 18:39:24 CEST 2006. -------- --- sysconfig/sysconfig.changes 2006-06-02 16:04:42.000000000 +0200 +++ sysconfig/sysconfig.changes 2006-06-26 22:18:58.000000000 +0200 @@ -1,0 +2,5 @@ +Mon Jun 26 22:18:48 CEST 2006 - schwab@suse.de + +- Handle aoa-soundbus subsystem. + +------------------------------------------------------------------- New: ---- sysconfig-soundbus.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sysconfig.spec ++++++ --- /var/tmp/diff_new_pack.6YZs5m/_old 2006-06-27 18:36:47.000000000 +0200 +++ /var/tmp/diff_new_pack.6YZs5m/_new 2006-06-27 18:36:47.000000000 +0200 @@ -13,7 +13,7 @@ Name: sysconfig BuildRequires: autofs portmap sysfsutils ypbind Version: 0.50.9 -Release: 15 +Release: 16 Summary: The sysconfig scheme Group: System/Base License: GPL @@ -22,6 +22,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: %fillup_prereq %insserv_prereq textutils fileutils gawk /usr/bin/sed /usr/bin/grep Source: %name-%version.tar.bz2 +Patch1: sysconfig-soundbus.diff %description This package provides the SuSE system configuration scheme. @@ -41,6 +42,7 @@ %prep %setup -n sysconfig-%{version} +%patch1 %build autoreconf --force --install @@ -207,6 +209,8 @@ %{insserv_cleanup} %changelog -n sysconfig +* Mon Jun 26 2006 - schwab@suse.de +- Handle aoa-soundbus subsystem. * Fri Jun 02 2006 - zoz@suse.de - Changed comment for LOAD_UNSUPPORTED_MODULES_AUTOMATICALLY; now also rcacpid respects this setting (Bug 180654) ++++++ sysconfig-soundbus.diff ++++++ --- config/80-sysconfig.rules +++ config/80-sysconfig.rules @@ -8,6 +8,7 @@ SUBSYSTEM=="scsi_host", ACTION=="add", SYSFS{proc_name}=="zfcp", RUN+="/sbin/hwup scsi_host-devpath-%p -o hotplug" SUBSYSTEM=="vio", ACTION=="add", RUN+="/sbin/hwup bus-macio-%k -o hotplug" SUBSYSTEM=="macio", ACTION=="add", RUN+="/sbin/hwup bus-macio-%k -o hotplug" +SUBSYSTEM=="aoa-soundbus", ACTION=="add", RUN+="/sbin/hwup bus-aoa-soundbus-%k -o hotplug" SUBSYSTEM=="ccw", ACTION=="add", RUN+="/sbin/hwup ccw-devpath-%p -o hotplug" SUBSYSTEM=="ccwgroup", ACTION=="add", RUN+="/sbin/hwup ccwgroup-devpath-%p -o hotplug" SUBSYSTEM=="pnp", ACTION=="add", RUN+="/sbin/hwup pnp-devpath-%p -o hotplug" --- scripts/hardware/hwup +++ scripts/hardware/hwup @@ -79,6 +79,7 @@ pnp) return 0 ;; scsi) return 0 ;; scsi_host) return 0 ;; + aoa-soundbus) return 0 ;; usb) return 0 ;; vio) return 0 ;; static) return 0 ;; # for static device configs ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit-unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit-help@opensuse.org