Hello community, here is the log from the commit of package ostree for openSUSE:Factory checked in at 2016-05-14 12:23:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ostree (Old) and /work/SRC/openSUSE:Factory/.ostree.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ostree" Changes: -------- --- /work/SRC/openSUSE:Factory/ostree/ostree.changes 2016-05-05 12:10:52.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ostree.new/ostree.changes 2016-05-14 12:23:46.000000000 +0200 @@ -1,0 +2,7 @@ +Wed May 11 15:01:58 UTC 2016 - [email protected] + +- Add ostree-grub2-location.patch: Fix path to find + grub-mkconfig_lib. openSUSE installs those files to + /usr/share/grub2, upstream would do /usr/share/grub (boo#974714). + +------------------------------------------------------------------- New: ---- ostree-grub2-location.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ostree.spec ++++++ --- /var/tmp/diff_new_pack.V4hKnN/_old 2016-05-14 12:23:47.000000000 +0200 +++ /var/tmp/diff_new_pack.V4hKnN/_new 2016-05-14 12:23:47.000000000 +0200 @@ -24,6 +24,8 @@ Group: System/Libraries Url: http://www.google.com Source: %{name}-%{version}.tar.xz +# PATCH-FIX-OPENSUSE ostree-grub2-location.patch boo#974714 [email protected] -- Fix path to grub-mkconfig_lib +Patch0: ostree-grub2-location.patch BuildRequires: bison BuildRequires: gjs BuildRequires: gnome-common @@ -90,6 +92,7 @@ %prep %setup -q +%patch0 -p1 %build NOCONFIGURE=1 ./autogen.sh ++++++ ostree-grub2-location.patch ++++++ Index: ostree-2016.5/src/boot/grub2/grub2-15_ostree =================================================================== --- ostree-2016.5.orig/src/boot/grub2/grub2-15_ostree +++ ostree-2016.5/src/boot/grub2/grub2-15_ostree @@ -35,7 +35,7 @@ set -e # it's a lot better than reimplementing the config-generating bits of # OSTree in shell script. -. /usr/share/grub/grub-mkconfig_lib +. /usr/share/grub2/grub-mkconfig_lib DEVICE=${GRUB_DEVICE_BOOT:-${GRUB_DEVICE}}
