diff --git a/0007-boo-1123170-Remove-ubifs-support-fr.patch b/0007-boo-1123170-Remove-ubifs-support-fr.patch new file mode 100644 index 0000000..6c1c9e4 --- /dev/null +++ b/0007-boo-1123170-Remove-ubifs-support-fr.patch @@ -0,0 +1,49 @@ +From a8a80cd195076225874b8ad92091d66ee347a3f6 Mon Sep 17 00:00:00 2001 +From: Guillaume GARDET +Date: Tue, 29 Jan 2019 11:38:12 +0100 +Subject: [PATCH] boo#1123170: Remove ubifs support from omap3_beagle to keep a + small u-boot.img + +--- + configs/omap3_beagle_defconfig | 3 ++- + include/configs/omap3_beagle.h | 1 - + 2 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/configs/omap3_beagle_defconfig b/configs/omap3_beagle_defconfig +index 9581dd9537..f1a34212ac 100644 +--- a/configs/omap3_beagle_defconfig ++++ b/configs/omap3_beagle_defconfig +@@ -31,7 +31,6 @@ CONFIG_CMD_FS_UUID=y + CONFIG_CMD_MTDPARTS=y + CONFIG_MTDIDS_DEFAULT="nand0=omap2-nand.0" + CONFIG_MTDPARTS_DEFAULT="mtdparts=omap2-nand.0:512k(spl),1920k(u-boot),128k(u-boot-env),128k(dtb),6m(kernel),-(rootfs)" +-CONFIG_CMD_UBI=y + # CONFIG_ISO_PARTITION is not set + CONFIG_OF_CONTROL=y + CONFIG_DEFAULT_DEVICE_TREE="omap3-beagle" +@@ -58,6 +57,7 @@ CONFIG_SYS_NAND_BUSWIDTH_16BIT=y + CONFIG_SYS_NAND_U_BOOT_LOCATIONS=y + CONFIG_SYS_NAND_U_BOOT_OFFS=0x80000 + CONFIG_SPL_NAND_SIMPLE=y ++CONFIG_MTD_UBI=y + CONFIG_SPI=y + CONFIG_OMAP3_SPI=y + CONFIG_USB=y +@@ -78,4 +78,5 @@ CONFIG_USB_ETHER_SMSC95XX=y + CONFIG_VIDEO_OMAP3=y + CONFIG_FAT_WRITE=y + CONFIG_BCH=y ++CONFIG_LZO=y + CONFIG_SPL_OF_LIBFDT=y +diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h +index 7698a90c4e..c614a6d962 100644 +--- a/include/configs/omap3_beagle.h ++++ b/include/configs/omap3_beagle.h +@@ -91,7 +91,6 @@ + #define BOOT_TARGET_DEVICES(func) \ + func(MMC, mmc, 0) \ + func(LEGACY_MMC, legacy_mmc, 0) \ +- func(UBIFS, ubifs, 0) \ + func(NAND, nand, 0) + + #else /* !CONFIG_NAND */ diff --git a/u-boot-a10-olinuxino-lime.changes b/u-boot-a10-olinuxino-lime.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-a10-olinuxino-lime.changes +++ b/u-boot-a10-olinuxino-lime.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-a10-olinuxino-lime.spec b/u-boot-a10-olinuxino-lime.spec index 1d05113..1f445a4 100644 --- a/u-boot-a10-olinuxino-lime.spec +++ b/u-boot-a10-olinuxino-lime.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-a13-olinuxino.changes b/u-boot-a13-olinuxino.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-a13-olinuxino.changes +++ b/u-boot-a13-olinuxino.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-a13-olinuxino.spec b/u-boot-a13-olinuxino.spec index c7803da..8faf22d 100644 --- a/u-boot-a13-olinuxino.spec +++ b/u-boot-a13-olinuxino.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-a13-olinuxinom.changes b/u-boot-a13-olinuxinom.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-a13-olinuxinom.changes +++ b/u-boot-a13-olinuxinom.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-a13-olinuxinom.spec b/u-boot-a13-olinuxinom.spec index e44d0bc..00e6632 100644 --- a/u-boot-a13-olinuxinom.spec +++ b/u-boot-a13-olinuxinom.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-a20-olinuxino-lime.changes b/u-boot-a20-olinuxino-lime.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-a20-olinuxino-lime.changes +++ b/u-boot-a20-olinuxino-lime.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-a20-olinuxino-lime.spec b/u-boot-a20-olinuxino-lime.spec index 04fe7cd..0f1154a 100644 --- a/u-boot-a20-olinuxino-lime.spec +++ b/u-boot-a20-olinuxino-lime.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-a20-olinuxino-lime2.changes b/u-boot-a20-olinuxino-lime2.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-a20-olinuxino-lime2.changes +++ b/u-boot-a20-olinuxino-lime2.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-a20-olinuxino-lime2.spec b/u-boot-a20-olinuxino-lime2.spec index 16a91ad..6a1a34d 100644 --- a/u-boot-a20-olinuxino-lime2.spec +++ b/u-boot-a20-olinuxino-lime2.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-a20-olinuxinomicro.changes b/u-boot-a20-olinuxinomicro.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-a20-olinuxinomicro.changes +++ b/u-boot-a20-olinuxinomicro.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-a20-olinuxinomicro.spec b/u-boot-a20-olinuxinomicro.spec index 6670520..e68ae6f 100644 --- a/u-boot-a20-olinuxinomicro.spec +++ b/u-boot-a20-olinuxinomicro.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-am335xboneblack.changes b/u-boot-am335xboneblack.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-am335xboneblack.changes +++ b/u-boot-am335xboneblack.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-am335xboneblack.spec b/u-boot-am335xboneblack.spec index ec8c4bd..4ee2708 100644 --- a/u-boot-am335xboneblack.spec +++ b/u-boot-am335xboneblack.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-am335xevm.changes b/u-boot-am335xevm.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-am335xevm.changes +++ b/u-boot-am335xevm.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-am335xevm.spec b/u-boot-am335xevm.spec index 579917c..f380e05 100644 --- a/u-boot-am335xevm.spec +++ b/u-boot-am335xevm.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-am57xxevm.changes b/u-boot-am57xxevm.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-am57xxevm.changes +++ b/u-boot-am57xxevm.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-am57xxevm.spec b/u-boot-am57xxevm.spec index fcf13e0..34382f0 100644 --- a/u-boot-am57xxevm.spec +++ b/u-boot-am57xxevm.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-arndale.changes b/u-boot-arndale.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-arndale.changes +++ b/u-boot-arndale.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-arndale.spec b/u-boot-arndale.spec index 6471205..00c76cb 100644 --- a/u-boot-arndale.spec +++ b/u-boot-arndale.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-bananapi.changes b/u-boot-bananapi.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-bananapi.changes +++ b/u-boot-bananapi.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-bananapi.spec b/u-boot-bananapi.spec index 0f492a7..96b8797 100644 --- a/u-boot-bananapi.spec +++ b/u-boot-bananapi.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-bananapim64.changes b/u-boot-bananapim64.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-bananapim64.changes +++ b/u-boot-bananapim64.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-bananapim64.spec b/u-boot-bananapim64.spec index 9040e09..8b90704 100644 --- a/u-boot-bananapim64.spec +++ b/u-boot-bananapim64.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-clearfog.changes b/u-boot-clearfog.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-clearfog.changes +++ b/u-boot-clearfog.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-clearfog.spec b/u-boot-clearfog.spec index 6f80838..bf63327 100644 --- a/u-boot-clearfog.spec +++ b/u-boot-clearfog.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-colibrit20.changes b/u-boot-colibrit20.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-colibrit20.changes +++ b/u-boot-colibrit20.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-colibrit20.spec b/u-boot-colibrit20.spec index fb30a43..044f52e 100644 --- a/u-boot-colibrit20.spec +++ b/u-boot-colibrit20.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-cubieboard.changes b/u-boot-cubieboard.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-cubieboard.changes +++ b/u-boot-cubieboard.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-cubieboard.spec b/u-boot-cubieboard.spec index bcad695..54f0f30 100644 --- a/u-boot-cubieboard.spec +++ b/u-boot-cubieboard.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-cubieboard2.changes b/u-boot-cubieboard2.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-cubieboard2.changes +++ b/u-boot-cubieboard2.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-cubieboard2.spec b/u-boot-cubieboard2.spec index fd5aa72..5c9ce5e 100644 --- a/u-boot-cubieboard2.spec +++ b/u-boot-cubieboard2.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-cubietruck.changes b/u-boot-cubietruck.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-cubietruck.changes +++ b/u-boot-cubietruck.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-cubietruck.spec b/u-boot-cubietruck.spec index a2dd6f9..f2d158d 100644 --- a/u-boot-cubietruck.spec +++ b/u-boot-cubietruck.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-dragonboard410c.changes b/u-boot-dragonboard410c.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-dragonboard410c.changes +++ b/u-boot-dragonboard410c.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-dragonboard410c.spec b/u-boot-dragonboard410c.spec index 31a4991..4449313 100644 --- a/u-boot-dragonboard410c.spec +++ b/u-boot-dragonboard410c.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-dragonboard820c.changes b/u-boot-dragonboard820c.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-dragonboard820c.changes +++ b/u-boot-dragonboard820c.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-dragonboard820c.spec b/u-boot-dragonboard820c.spec index 805d471..040bbc0 100644 --- a/u-boot-dragonboard820c.spec +++ b/u-boot-dragonboard820c.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-evb-rk3399.changes b/u-boot-evb-rk3399.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-evb-rk3399.changes +++ b/u-boot-evb-rk3399.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-evb-rk3399.spec b/u-boot-evb-rk3399.spec index 71f9f0e..7260319 100644 --- a/u-boot-evb-rk3399.spec +++ b/u-boot-evb-rk3399.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-firefly-rk3288.changes b/u-boot-firefly-rk3288.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-firefly-rk3288.changes +++ b/u-boot-firefly-rk3288.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-firefly-rk3288.spec b/u-boot-firefly-rk3288.spec index 30ab780..54b77a5 100644 --- a/u-boot-firefly-rk3288.spec +++ b/u-boot-firefly-rk3288.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-firefly-rk3399.changes b/u-boot-firefly-rk3399.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-firefly-rk3399.changes +++ b/u-boot-firefly-rk3399.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-firefly-rk3399.spec b/u-boot-firefly-rk3399.spec index bf70173..06d6a22 100644 --- a/u-boot-firefly-rk3399.spec +++ b/u-boot-firefly-rk3399.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-geekbox.changes b/u-boot-geekbox.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-geekbox.changes +++ b/u-boot-geekbox.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-geekbox.spec b/u-boot-geekbox.spec index ed40cd1..98e3833 100644 --- a/u-boot-geekbox.spec +++ b/u-boot-geekbox.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-highbank.changes b/u-boot-highbank.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-highbank.changes +++ b/u-boot-highbank.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-highbank.spec b/u-boot-highbank.spec index 6254742..3771638 100644 --- a/u-boot-highbank.spec +++ b/u-boot-highbank.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-hikey.changes b/u-boot-hikey.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-hikey.changes +++ b/u-boot-hikey.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-hikey.spec b/u-boot-hikey.spec index 24137c5..085b7dd 100644 --- a/u-boot-hikey.spec +++ b/u-boot-hikey.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-hyundaia7hd.changes b/u-boot-hyundaia7hd.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-hyundaia7hd.changes +++ b/u-boot-hyundaia7hd.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-hyundaia7hd.spec b/u-boot-hyundaia7hd.spec index 3d7fb79..260dbe4 100644 --- a/u-boot-hyundaia7hd.spec +++ b/u-boot-hyundaia7hd.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-jetson-tk1.changes b/u-boot-jetson-tk1.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-jetson-tk1.changes +++ b/u-boot-jetson-tk1.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-jetson-tk1.spec b/u-boot-jetson-tk1.spec index 0f240d5..b4d414f 100644 --- a/u-boot-jetson-tk1.spec +++ b/u-boot-jetson-tk1.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-khadas-vim.changes b/u-boot-khadas-vim.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-khadas-vim.changes +++ b/u-boot-khadas-vim.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-khadas-vim.spec b/u-boot-khadas-vim.spec index ddd9ca8..ac3fd0c 100644 --- a/u-boot-khadas-vim.spec +++ b/u-boot-khadas-vim.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-khadas-vim2.changes b/u-boot-khadas-vim2.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-khadas-vim2.changes +++ b/u-boot-khadas-vim2.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-khadas-vim2.spec b/u-boot-khadas-vim2.spec index 0a06073..49e87ae 100644 --- a/u-boot-khadas-vim2.spec +++ b/u-boot-khadas-vim2.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-lamobor1.changes b/u-boot-lamobor1.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-lamobor1.changes +++ b/u-boot-lamobor1.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-lamobor1.spec b/u-boot-lamobor1.spec index 00c7817..9d0b709 100644 --- a/u-boot-lamobor1.spec +++ b/u-boot-lamobor1.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-ls1012afrdmqspi.changes b/u-boot-ls1012afrdmqspi.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-ls1012afrdmqspi.changes +++ b/u-boot-ls1012afrdmqspi.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-ls1012afrdmqspi.spec b/u-boot-ls1012afrdmqspi.spec index c81019c..a9ec55d 100644 --- a/u-boot-ls1012afrdmqspi.spec +++ b/u-boot-ls1012afrdmqspi.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-melea1000.changes b/u-boot-melea1000.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-melea1000.changes +++ b/u-boot-melea1000.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-melea1000.spec b/u-boot-melea1000.spec index 0bab6ef..a9cce81 100644 --- a/u-boot-melea1000.spec +++ b/u-boot-melea1000.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-merriia80optimus.changes b/u-boot-merriia80optimus.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-merriia80optimus.changes +++ b/u-boot-merriia80optimus.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-merriia80optimus.spec b/u-boot-merriia80optimus.spec index b935e30..82fc1c5 100644 --- a/u-boot-merriia80optimus.spec +++ b/u-boot-merriia80optimus.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-mvebudb-88f3720.changes b/u-boot-mvebudb-88f3720.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-mvebudb-88f3720.changes +++ b/u-boot-mvebudb-88f3720.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-mvebudb-88f3720.spec b/u-boot-mvebudb-88f3720.spec index a84ffc1..67f3395 100644 --- a/u-boot-mvebudb-88f3720.spec +++ b/u-boot-mvebudb-88f3720.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-mvebudbarmada8k.changes b/u-boot-mvebudbarmada8k.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-mvebudbarmada8k.changes +++ b/u-boot-mvebudbarmada8k.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-mvebudbarmada8k.spec b/u-boot-mvebudbarmada8k.spec index e2c025e..206c1c9 100644 --- a/u-boot-mvebudbarmada8k.spec +++ b/u-boot-mvebudbarmada8k.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-mvebuespressobin-88f3720.changes b/u-boot-mvebuespressobin-88f3720.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-mvebuespressobin-88f3720.changes +++ b/u-boot-mvebuespressobin-88f3720.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-mvebuespressobin-88f3720.spec b/u-boot-mvebuespressobin-88f3720.spec index 5522a4b..af455d3 100644 --- a/u-boot-mvebuespressobin-88f3720.spec +++ b/u-boot-mvebuespressobin-88f3720.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-mvebumcbin-88f8040.changes b/u-boot-mvebumcbin-88f8040.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-mvebumcbin-88f8040.changes +++ b/u-boot-mvebumcbin-88f8040.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-mvebumcbin-88f8040.spec b/u-boot-mvebumcbin-88f8040.spec index d2ef787..850d95b 100644 --- a/u-boot-mvebumcbin-88f8040.spec +++ b/u-boot-mvebumcbin-88f8040.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-mx53loco.changes b/u-boot-mx53loco.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-mx53loco.changes +++ b/u-boot-mx53loco.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-mx53loco.spec b/u-boot-mx53loco.spec index 32406dd..dab7b7c 100644 --- a/u-boot-mx53loco.spec +++ b/u-boot-mx53loco.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-mx6cuboxi.changes b/u-boot-mx6cuboxi.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-mx6cuboxi.changes +++ b/u-boot-mx6cuboxi.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-mx6cuboxi.spec b/u-boot-mx6cuboxi.spec index 84a89f2..dcf2daa 100644 --- a/u-boot-mx6cuboxi.spec +++ b/u-boot-mx6cuboxi.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-mx6qsabrelite.changes b/u-boot-mx6qsabrelite.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-mx6qsabrelite.changes +++ b/u-boot-mx6qsabrelite.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-mx6qsabrelite.spec b/u-boot-mx6qsabrelite.spec index 288045f..b853119 100644 --- a/u-boot-mx6qsabrelite.spec +++ b/u-boot-mx6qsabrelite.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-nanopia64.changes b/u-boot-nanopia64.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-nanopia64.changes +++ b/u-boot-nanopia64.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-nanopia64.spec b/u-boot-nanopia64.spec index a708066..d74f75c 100644 --- a/u-boot-nanopia64.spec +++ b/u-boot-nanopia64.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-nanopineo.changes b/u-boot-nanopineo.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-nanopineo.changes +++ b/u-boot-nanopineo.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-nanopineo.spec b/u-boot-nanopineo.spec index 320c3c7..3030411 100644 --- a/u-boot-nanopineo.spec +++ b/u-boot-nanopineo.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-nanopineoair.changes b/u-boot-nanopineoair.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-nanopineoair.changes +++ b/u-boot-nanopineoair.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-nanopineoair.spec b/u-boot-nanopineoair.spec index 08b684a..63857a9 100644 --- a/u-boot-nanopineoair.spec +++ b/u-boot-nanopineoair.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-odroid-c2.changes b/u-boot-odroid-c2.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-odroid-c2.changes +++ b/u-boot-odroid-c2.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-odroid-c2.spec b/u-boot-odroid-c2.spec index 531e547..61d8caa 100644 --- a/u-boot-odroid-c2.spec +++ b/u-boot-odroid-c2.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-odroid-xu3.changes b/u-boot-odroid-xu3.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-odroid-xu3.changes +++ b/u-boot-odroid-xu3.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-odroid-xu3.spec b/u-boot-odroid-xu3.spec index 1ac76f0..04d57eb 100644 --- a/u-boot-odroid-xu3.spec +++ b/u-boot-odroid-xu3.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-odroid.changes b/u-boot-odroid.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-odroid.changes +++ b/u-boot-odroid.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-odroid.spec b/u-boot-odroid.spec index 136015d..546fff6 100644 --- a/u-boot-odroid.spec +++ b/u-boot-odroid.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-omap3beagle.changes b/u-boot-omap3beagle.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-omap3beagle.changes +++ b/u-boot-omap3beagle.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-omap3beagle.spec b/u-boot-omap3beagle.spec index 4ee99c8..71cab67 100644 --- a/u-boot-omap3beagle.spec +++ b/u-boot-omap3beagle.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-omap4panda.changes b/u-boot-omap4panda.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-omap4panda.changes +++ b/u-boot-omap4panda.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-omap4panda.spec b/u-boot-omap4panda.spec index 0bf7dc8..b0ff4ca 100644 --- a/u-boot-omap4panda.spec +++ b/u-boot-omap4panda.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-orangepipc.changes b/u-boot-orangepipc.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-orangepipc.changes +++ b/u-boot-orangepipc.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-orangepipc.spec b/u-boot-orangepipc.spec index d9fd632..0e4bdec 100644 --- a/u-boot-orangepipc.spec +++ b/u-boot-orangepipc.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-orangepipc2.changes b/u-boot-orangepipc2.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-orangepipc2.changes +++ b/u-boot-orangepipc2.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-orangepipc2.spec b/u-boot-orangepipc2.spec index e9e830c..0c124ee 100644 --- a/u-boot-orangepipc2.spec +++ b/u-boot-orangepipc2.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-p2371-2180.changes b/u-boot-p2371-2180.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-p2371-2180.changes +++ b/u-boot-p2371-2180.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-p2371-2180.spec b/u-boot-p2371-2180.spec index 1f41638..f453332 100644 --- a/u-boot-p2371-2180.spec +++ b/u-boot-p2371-2180.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-p2771-0000-500.changes b/u-boot-p2771-0000-500.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-p2771-0000-500.changes +++ b/u-boot-p2771-0000-500.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-p2771-0000-500.spec b/u-boot-p2771-0000-500.spec index a97e195..7572e11 100644 --- a/u-boot-p2771-0000-500.spec +++ b/u-boot-p2771-0000-500.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-paz00.changes b/u-boot-paz00.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-paz00.changes +++ b/u-boot-paz00.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-paz00.spec b/u-boot-paz00.spec index cc6eef5..a31fbfd 100644 --- a/u-boot-paz00.spec +++ b/u-boot-paz00.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-pcm051rev3.changes b/u-boot-pcm051rev3.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-pcm051rev3.changes +++ b/u-boot-pcm051rev3.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-pcm051rev3.spec b/u-boot-pcm051rev3.spec index b45414f..6a49b04 100644 --- a/u-boot-pcm051rev3.spec +++ b/u-boot-pcm051rev3.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-pine64plus.changes b/u-boot-pine64plus.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-pine64plus.changes +++ b/u-boot-pine64plus.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-pine64plus.spec b/u-boot-pine64plus.spec index c546b70..c3f5452 100644 --- a/u-boot-pine64plus.spec +++ b/u-boot-pine64plus.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-pinebook.changes b/u-boot-pinebook.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-pinebook.changes +++ b/u-boot-pinebook.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-pinebook.spec b/u-boot-pinebook.spec index 442e981..e2a7d64 100644 --- a/u-boot-pinebook.spec +++ b/u-boot-pinebook.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-pineh64.changes b/u-boot-pineh64.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-pineh64.changes +++ b/u-boot-pineh64.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-pineh64.spec b/u-boot-pineh64.spec index f8273de..4cdd760 100644 --- a/u-boot-pineh64.spec +++ b/u-boot-pineh64.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-poplar.changes b/u-boot-poplar.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-poplar.changes +++ b/u-boot-poplar.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-poplar.spec b/u-boot-poplar.spec index ce44e71..5c35b4b 100644 --- a/u-boot-poplar.spec +++ b/u-boot-poplar.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-qemu-ppce500.changes b/u-boot-qemu-ppce500.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-qemu-ppce500.changes +++ b/u-boot-qemu-ppce500.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-qemu-ppce500.spec b/u-boot-qemu-ppce500.spec index 0232e51..8e0a890 100644 --- a/u-boot-qemu-ppce500.spec +++ b/u-boot-qemu-ppce500.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-rock960-rk3399.changes b/u-boot-rock960-rk3399.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-rock960-rk3399.changes +++ b/u-boot-rock960-rk3399.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-rock960-rk3399.spec b/u-boot-rock960-rk3399.spec index c6a2110..53f23dd 100644 --- a/u-boot-rock960-rk3399.spec +++ b/u-boot-rock960-rk3399.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-rpi.changes b/u-boot-rpi.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-rpi.changes +++ b/u-boot-rpi.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-rpi.spec b/u-boot-rpi.spec index f570876..3ca9795 100644 --- a/u-boot-rpi.spec +++ b/u-boot-rpi.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-rpi2.changes b/u-boot-rpi2.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-rpi2.changes +++ b/u-boot-rpi2.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-rpi2.spec b/u-boot-rpi2.spec index a0c221f..939526b 100644 --- a/u-boot-rpi2.spec +++ b/u-boot-rpi2.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-rpi3.changes b/u-boot-rpi3.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-rpi3.changes +++ b/u-boot-rpi3.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-rpi3.spec b/u-boot-rpi3.spec index b8b52db..72373a1 100644 --- a/u-boot-rpi3.spec +++ b/u-boot-rpi3.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-sinovoipbpim2plus.changes b/u-boot-sinovoipbpim2plus.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-sinovoipbpim2plus.changes +++ b/u-boot-sinovoipbpim2plus.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-sinovoipbpim2plus.spec b/u-boot-sinovoipbpim2plus.spec index 5a04222..d51e985 100644 --- a/u-boot-sinovoipbpim2plus.spec +++ b/u-boot-sinovoipbpim2plus.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-snow.changes b/u-boot-snow.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-snow.changes +++ b/u-boot-snow.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-snow.spec b/u-boot-snow.spec index e9ed63a..3e0aebe 100644 --- a/u-boot-snow.spec +++ b/u-boot-snow.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-socfpgade0nanosoc.changes b/u-boot-socfpgade0nanosoc.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-socfpgade0nanosoc.changes +++ b/u-boot-socfpgade0nanosoc.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-socfpgade0nanosoc.spec b/u-boot-socfpgade0nanosoc.spec index 97b9c7c..66b3aa5 100644 --- a/u-boot-socfpgade0nanosoc.spec +++ b/u-boot-socfpgade0nanosoc.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-spring.changes b/u-boot-spring.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-spring.changes +++ b/u-boot-spring.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-spring.spec b/u-boot-spring.spec index 8d233fa..bde01ed 100644 --- a/u-boot-spring.spec +++ b/u-boot-spring.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-tinker-rk3288.changes b/u-boot-tinker-rk3288.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-tinker-rk3288.changes +++ b/u-boot-tinker-rk3288.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-tinker-rk3288.spec b/u-boot-tinker-rk3288.spec index 25d82fd..f6ee3e2 100644 --- a/u-boot-tinker-rk3288.spec +++ b/u-boot-tinker-rk3288.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-turrisomnia.changes b/u-boot-turrisomnia.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-turrisomnia.changes +++ b/u-boot-turrisomnia.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-turrisomnia.spec b/u-boot-turrisomnia.spec index 58847c4..b64478a 100644 --- a/u-boot-turrisomnia.spec +++ b/u-boot-turrisomnia.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-udoo.changes b/u-boot-udoo.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-udoo.changes +++ b/u-boot-udoo.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-udoo.spec b/u-boot-udoo.spec index 068c813..41edd32 100644 --- a/u-boot-udoo.spec +++ b/u-boot-udoo.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-udooneo.changes b/u-boot-udooneo.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-udooneo.changes +++ b/u-boot-udooneo.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-udooneo.spec b/u-boot-udooneo.spec index 12ff594..495106c 100644 --- a/u-boot-udooneo.spec +++ b/u-boot-udooneo.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-xilinxzynqmpgeneric.changes b/u-boot-xilinxzynqmpgeneric.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-xilinxzynqmpgeneric.changes +++ b/u-boot-xilinxzynqmpgeneric.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-xilinxzynqmpgeneric.spec b/u-boot-xilinxzynqmpgeneric.spec index 2c1aa3e..7ef5b4d 100644 --- a/u-boot-xilinxzynqmpgeneric.spec +++ b/u-boot-xilinxzynqmpgeneric.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-xilinxzynqmpzcu102rev10.changes b/u-boot-xilinxzynqmpzcu102rev10.changes index 23df8e3..8a9f62c 100644 --- a/u-boot-xilinxzynqmpzcu102rev10.changes +++ b/u-boot-xilinxzynqmpzcu102rev10.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot-xilinxzynqmpzcu102rev10.spec b/u-boot-xilinxzynqmpzcu102rev10.spec index 9eecaf4..811b449 100644 --- a/u-boot-xilinxzynqmpzcu102rev10.spec +++ b/u-boot-xilinxzynqmpzcu102rev10.spec @@ -67,6 +67,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -136,6 +137,7 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot.changes b/u-boot.changes index 23df8e3..8a9f62c 100644 --- a/u-boot.changes +++ b/u-boot.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 29 10:50:32 UTC 2019 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patch added to fix boo#1123170: + 0007-boo-1123170-Remove-ubifs-support-fr.patch + ------------------------------------------------------------------- Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET diff --git a/u-boot.spec b/u-boot.spec index 91cc8c4..3025dcb 100644 --- a/u-boot.spec +++ b/u-boot.spec @@ -36,6 +36,7 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch BuildRequires: bison BuildRequires: flex BuildRequires: libopenssl-devel @@ -64,6 +65,7 @@ mkimage- a tool that creates kernel bootable images for U-Boot. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 +%patch0007 -p1 %build # needed for include/config/auto.conf