diff --git a/raspberrypi-build.spec b/raspberrypi-build.spec index 8d3ca4778394945741b11829711aa1b9d2273b45..e84afcbb4e45a1c3beb5c2e43a666dcf4c8b65e4 100644 --- a/raspberrypi-build.spec +++ b/raspberrypi-build.spec @@ -1,8 +1,8 @@ %global debug_package %{nil} Name: raspberrypi-build -Version: 2.5 -Release: 10 +Version: 2.6 +Release: 11 Summary: Scripts of building images for RaspberryPi License: Mulan v2 ExclusiveArch: aarch64 @@ -32,6 +32,10 @@ cp -a raspberrypi-build/config %{buildroot}/opt/raspberrypi-build/ %changelog +* Sun Feb 07 2021 Yafen Fang - 2.6-11 +- bug fix: missing files' extended attributes +- bug fix: fail to start bluetooth on boot for RPI 400 + * Fri Jan 08 2021 Yafen Fang - 2.5-10 - extend the root partition automatically on boot - install openssh-clients in image diff --git a/v2.5.tar.gz b/v2.5.tar.gz deleted file mode 100644 index 2ec649b54d29707dfeb8c7dcf85be3ce645cbbf8..0000000000000000000000000000000000000000 Binary files a/v2.5.tar.gz and /dev/null differ diff --git a/v2.6.tar.gz b/v2.6.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..5b2bc5058bd7bdb4c0a6ae57ff94daea76f8ead8 Binary files /dev/null and b/v2.6.tar.gz differ