diff --git a/raspberrypi-build.spec b/raspberrypi-build.spec index 11eeff4c8f549f940e904e3a82ebb8a42db1a0dc..8d3ca4778394945741b11829711aa1b9d2273b45 100644 --- a/raspberrypi-build.spec +++ b/raspberrypi-build.spec @@ -1,8 +1,8 @@ %global debug_package %{nil} Name: raspberrypi-build -Version: 2.3 -Release: 9 +Version: 2.5 +Release: 10 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 +* Fri Jan 08 2021 Yafen Fang - 2.5-10 +- extend the root partition automatically on boot +- install openssh-clients in image + * Mon Dec 21 2020 Yafen Fang - 2.3-9 - bug fix: mount and umount dir - add License in scripts diff --git a/v2.3.tar.gz b/v2.3.tar.gz deleted file mode 100644 index 6c07a3fce9d7abb62b42b0c349877abfcf6eb620..0000000000000000000000000000000000000000 Binary files a/v2.3.tar.gz and /dev/null differ diff --git a/v2.5.tar.gz b/v2.5.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..2ec649b54d29707dfeb8c7dcf85be3ce645cbbf8 Binary files /dev/null and b/v2.5.tar.gz differ