[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#694826: unblock: s390-tools/1.16.0-2



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package s390-tools

The udev rules of s390-tools referred to the now non-existing udev tool
vol_id. The update to 1.16.0-2 correct this and use blkid instead. This
eliminates a spurious warning on-boot.

diff -Nru s390-tools-1.16.0/debian/changelog s390-tools-1.16.0/debian/changelog
--- s390-tools-1.16.0/debian/changelog  2011-12-14 10:06:36.000000000 +0000
+++ s390-tools-1.16.0/debian/changelog  2012-11-30 22:11:16.000000000 +0000
@@ -1,3 +1,10 @@
+s390-tools (1.16.0-2) unstable; urgency=low
+
+  * Drop the now non-existent vol_id from the shipped udev ruleset
+    and use blkid instead.
+
+ -- Philipp Kern <pkern@debian.org>  Fri, 30 Nov 2012 22:10:43 +0000
+
 s390-tools (1.16.0-1) unstable; urgency=low

   * New upstream release.
diff -Nru s390-tools-1.16.0/debian/s390-tools.udev s390-tools-1.16.0/debian/s390-tools.udev
--- s390-tools-1.16.0/debian/s390-tools.udev    2011-10-06 18:57:51.000000000 +0000
+++ s390-tools-1.16.0/debian/s390-tools.udev    2012-11-30 22:10:41.000000000 +0000
@@ -17,7 +17,7 @@
 KERNEL=="dasd*[0-9]", ENV{ID_UID}=="?*", SYMLINK+="disk/by-id/$env{ID_BUS}-$env{ID_UID}-part%n"

 # by-label/by-uuid (filesystem properties)
-IMPORT{program}="/sbin/vol_id --export $tempnode"
+IMPORT{program}="/sbin/blkid -p -o udev $tempnode"
 ENV{ID_FS_USAGE}=="filesystem|other|crypto", ENV{ID_FS_UUID}=="?*", SYMLINK+="disk/by-uuid/$env{ID_FS_UUID}"
 ENV{ID_FS_USAGE}=="filesystem|other", ENV{ID_FS_LABEL_SAFE}=="?*", SYMLINK+="disk/by-label/$env{ID_FS_LABEL_SAFE}"

unblock s390-tools/1.16.0-2

Kind regards and thanks
Philipp Kern


Reply to: