This is used to fix 8.10.z branch. But 8.10 is the terminal stream.
So I still need to push the change to 8.10 centos stream. Then
build the 8.10.z stream in rhel internal dist.
Resolves: RHEL-20833
Signed-off-by: Xiao Ni <xni@redhat.com>
In last commit, the comment is wrong. I forgot to create rhel8.9 branch for
internal dist. And it misses the jira information. So update the extraversion
again.
Resolves: RHEL-15388
Signed-off-by: Xiao Ni <xni@redhat.com>
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>