diff --git a/_multibuild b/_multibuild
index 99204dc381b823cf75c1a07a81bb7ebd8522bc3f..fa2a8da55067fd281650a310fa96b0aa92216231 100644
--- a/_multibuild
+++ b/_multibuild
@@ -1,3 +1,3 @@
- zfs-kmod
+ zfs-kmod
diff --git a/zfs-kmod.spec b/zfs-kmod.spec
index 0b4786125a212d5aa27b4d0b17022937956d7a16..30c24412d7299aafc5b1e3a3a617b56f37f48291 100644
--- a/zfs-kmod.spec
+++ b/zfs-kmod.spec
@@ -43,13 +43,13 @@
Name: %{module}-kmod
Version: 2.1.9
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Kernel module(s)
Group: System Environment/Kernel
License: CDDL-1.0
URL: https://github.com/openzfs/zfs
-Source0: https://github.com/openzfs/zfs/releases/download//%{name}-%{version}/%{name}-%{version}.tar.gz
+Source0: https://github.com/openzfs/zfs/releases/download//%{module}-%{version}/%{module}-%{version}.tar.gz
Source10: kmodtool
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id} -u -n)
%if 0%{?rhel}%{?fedora}%{?openEuler}
@@ -171,5 +171,8 @@ chmod u+x ${RPM_BUILD_ROOT}%{kmodinstdir_prefix}/*/extra/*/*/*
rm -rf $RPM_BUILD_ROOT
%changelog
+* Wed Mar 08 2023 Xinliang Liu - 2.1.9-2
+- Fix Source0 url.
+
* Fri Feb 24 2023 Xinliang Liu - 2.1.9-1
- Initial RPM release
diff --git a/zfs.spec b/zfs.spec
index 1cbfdc656d3b2fd99374f3901a059ccfd682f2b6..94ed999ee8b4fa6c8376667e5f73c8ee26acb8c4 100644
--- a/zfs.spec
+++ b/zfs.spec
@@ -117,7 +117,7 @@
Name: zfs
Version: 2.1.9
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Commands to control the kernel modules and libraries
Group: System Environment/Kernel
@@ -584,5 +584,9 @@ systemctl --system daemon-reload >/dev/null || true
%endif
%changelog
+* Wed Mar 08 2023 Xinliang Liu - 2.1.9-2
+- Mainly use package element instead of flavor in _multibuild file. And add a
+ changelog to pass CI error 'Every pr commit requires a changelog'.
+
* Fri Feb 24 2023 Xinliang Liu - 2.1.9-1
- Initial RPM release