In last commit, I forgot to create rhel9.3 branch for internal dist.
So it uses rhel9.3.z rules to check when running centpkg build.
After creating rhel9.3 branch in rhel dist, we need to build a new
package with a new version. So update extraversion to 10.
Signed-off-by: Xiao Ni <xni@redhat.com>
Now it doesn't have the tests directory, so the gating test fails.
This is used to support the last commit. And it uses the same bugs
from the last commit.
Resolves: rhbz#2116418, rhbz#2150862, rhbz#2159584
Signed-off-by: Xiao Ni <xni@redhat.com>
If mdcheck_start service can finish check action, it doesn't need to start mdcheck_continue
service. So in rhel only patch mdcheck.patch, we stop mdcheck_continue timer.
And there is a history problem. It needed KillMode=none before, so it removed
the upstream patch 52c67fcdd. Now this problem has been fixed, so we can do the
backport more easilly now. We don't need to remove the upstream patch here again.
Resolves: rhbz#2116418, rhbz#2150862, rhbz#2159584
Signed-off-by: Xiao Ni <xni@redhat.com>