Hello community, here is the log from the commit of package augeas for openSUSE:Factory checked in at 2014-05-18 06:50:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/augeas (Old) and /work/SRC/openSUSE:Factory/.augeas.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "augeas" Changes: -------- --- /work/SRC/openSUSE:Factory/augeas/augeas.changes 2014-05-10 08:31:52.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.augeas.new/augeas.changes 2014-05-18 06:50:19.000000000 +0200 @@ -89,0 +90,6 @@ +Fri May 5 15:55:05 UTC 2014 - [email protected] + +- device_map lense: Find device.map in any dir beneath /boot (bnc#875086) + augeas-device_map-grub2.patch + +------------------------------------------------------------------- New: ---- augeas-device_map-grub2.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ augeas.spec ++++++ --- /var/tmp/diff_new_pack.6ZpBE9/_old 2014-05-18 06:50:20.000000000 +0200 +++ /var/tmp/diff_new_pack.6ZpBE9/_new 2014-05-18 06:50:20.000000000 +0200 @@ -29,6 +29,7 @@ Source2: %{name}.keyring Source3: baselibs.conf Patch0: augeas-modprobe-lense.patch +Patch1: augeas-device_map-grub2.patch BuildRequires: glib2-devel BuildRequires: libxml2-devel BuildRequires: readline-devel @@ -100,6 +101,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build export CFLAGS="-Wno-error %{optflags}" ++++++ augeas-device_map-grub2.patch ++++++ Look for device.map in any directory beneath /boot. (This is required to find device.map in /boot/grub2 in addition to /boot/grub.) Index: augeas-1.1.0/lenses/device_map.aug =================================================================== --- augeas-1.1.0.orig/lenses/device_map.aug +++ augeas-1.1.0/lenses/device_map.aug @@ -21,7 +21,7 @@ module Device_map = let lns = ( empty | comment | map ) * - let xfm = transform lns (incl "/boot/grub/device.map") + let xfm = transform lns (incl "/boot/*/device.map") (* Local Variables: *) (* mode: caml *) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
