diff --git a/zfs-2.1.10.tar.gz b/zfs-2.1.12.tar.gz similarity index 75% rename from zfs-2.1.10.tar.gz rename to zfs-2.1.12.tar.gz index f3c1c35fee1da80267b4d7263f4c326183821878..9a45bea9ba9cdd8e3349d3794e24b5b542f1450a 100644 Binary files a/zfs-2.1.10.tar.gz and b/zfs-2.1.12.tar.gz differ diff --git a/zfs-kmod.spec b/zfs-kmod.spec index c43eb143043597a81d2fae5262985f625993919a..e1b851ffcd4d0b36b94a4791a49bde96e95498f4 100644 --- a/zfs-kmod.spec +++ b/zfs-kmod.spec @@ -2,7 +2,7 @@ %bcond_with debuginfo Name: zfs-kmod -Version: 2.1.10 +Version: 2.1.12 Release: 1 Summary: Kernel module(s) @@ -96,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jul 24 2023 Xinliang Liu - 2.1.12-1 +- Update to 2.1.12 + * Wed Apr 19 2023 Xinliang Liu - 2.1.10-1 - Update to 2.1.10 - Fix release number contains double %{dist}, e.g. "*.oe1.oe1.aarch64.rpm" diff --git a/zfs.spec b/zfs.spec index 6113843ba147ec852ae4f57402b63d970df5b5af..1b71f550815d1dd5338c6be9d13d218e42f7a52b 100644 --- a/zfs.spec +++ b/zfs.spec @@ -80,7 +80,7 @@ %define __python_sitelib %(%{__python} -Esc "from distutils.sysconfig import get_python_lib; print(get_python_lib())") Name: zfs -Version: 2.1.10 +Version: 2.1.12 Release: 1 Summary: Commands to control the kernel modules and libraries @@ -557,6 +557,9 @@ systemctl --system daemon-reload >/dev/null || true %endif %changelog +* Mon Jul 24 2023 Xinliang Liu - 2.1.12-1 +- Update to 2.1.12 + * Wed Apr 19 2023 Xinliang Liu - 2.1.10-1 - Update to 2.1.10 - Fix release number contains double %{dist}, e.g. "*.oe1.oe1.aarch64.rpm"