summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2007-03-31 11:03:45 +0200
committerTreeve Jelbert2007-03-31 11:03:45 +0200
commita4cf1aa3c9e52e1448fb1aedee1794748043aedd (patch)
tree4b715abdb6d0ca658ec080e13a64b242e0b7332f
parent1da477035109c8fc79bde2be83ba75146e38360c (diff)
udev-108
-rwxr-xr-xdisk/udev/CONFIGURE4
-rwxr-xr-xdisk/udev/DETAILS2
-rw-r--r--disk/udev/HISTORY7
3 files changed, 10 insertions, 3 deletions
diff --git a/disk/udev/CONFIGURE b/disk/udev/CONFIGURE
index 238e4f43ff..b259066e64 100755
--- a/disk/udev/CONFIGURE
+++ b/disk/udev/CONFIGURE
@@ -29,13 +29,13 @@ config_query_option UDEV_DEBUG \
# Store extras build options in a var for reuse
-local _EXTRAS_TARG="extras/run_directory extras/cdrom_id \
+local _EXTRAS_TARG="extras/cdrom_id \
extras/firmware extras/rule_generator" &&
if [[ $UDEV_EXTRAS == y || $UDEV_PERSIST_STORAGE == y ]]
then
_EXTRAS_TARG="$_EXTRAS_TARG extras/ata_id extras/usb_id extras/edd_id \
- extras/floppy extras/scsi_id extras/dasd_id extras/volume_id"
+ extras/floppy extras/scsi_id extras/volume_id"
elif [[ $UDEV_PERSIST_INPUT == y ]]
then
_EXTRAS_TARG="$_EXTRAS_TARG extras/usb_id"
diff --git a/disk/udev/DETAILS b/disk/udev/DETAILS
index 466628cecc..49bcf19ad1 100755
--- a/disk/udev/DETAILS
+++ b/disk/udev/DETAILS
@@ -1,5 +1,5 @@
SPELL=udev
- VERSION=104
+ VERSION=108
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sign
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/disk/udev/HISTORY b/disk/udev/HISTORY
index 1af3806dcc..8ba1ac2856 100644
--- a/disk/udev/HISTORY
+++ b/disk/udev/HISTORY
@@ -1,3 +1,10 @@
+2007-03-31 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 108
+ * CONFIGURE: remove non-existant extras/{run_directory,dasd_id}
+ you may need to redo your netconf(see FINAL for more details)
+
+
+
2007-02-14 Juuso Alasuutari <iuso@sourcemage.org>
* PRE_SUB_DEPENDS, SUB_DEPENDS: Added, new sub-dependency
VOLUME_ID for bug #13500.