[autobackport: sssd-2-13] fix(docs): repair malformed quote tag in Spanish sssd-ifp.5 translation - #9223
Conversation
3e41d70 to
4fc4f7d
Compare
Correct `extraAttributes>/quote>` to `extraAttributes</quote>` in `src/man/po/es.po` The malformed tag caused `xmllint` failures for `es/sssd-ifp.5.xml` during RPM builds. This does not affect runtime SSSD behavior, but it prevents the Spanish `sssd-ifp.5` man page from being generated cleanly. Assisted-by: Cursor Signed-off-by: Madhuri Upadhye <Madhuri Upadhye> Reviewed-by: Alexey Tikhonov <atikhono@redhat.com> (cherry picked from commit b1acbd8) Signed-off-by: Madhuri Upadhye <Madhuri Upadhye>
|
The pull request was accepted by @alexey-tikhonov with the following PR CI status: 🟢 CodeQL (success) There are unsuccessful or unfinished checks. Make sure that the failures are not related to this pull request before merging. |
4fc4f7d to
0d0fd47
Compare
This is an automatic backport of PR#9218 fix(docs): repair malformed quote tag in Spanish sssd-ifp.5 translation to branch sssd-2-13, created by @madhuriupadhye.
Caution
@madhuriupadhye The patches did not apply cleanly. It is necessary to resolve conflicts before merging this pull request. Commits that introduced conflict are marked with
CONFLICT!.You can push changes to this pull request
Original commits
b1acbd8 - fix(docs): repair malformed quote tag in Spanish sssd-ifp.5 translation
Backported commits
Conflicting Files Information (check for deleted and re-added files)
Original Pull Request Body
Skip Testing Farm's default Copr RPM install on the host for
/plans/passkey. SSSD is installed in test containers viadnf copr enable, so the host install is unnecessary and was failing guestsetup (
libipa_hbac ... not a rpm).Assisted-by: Cursor