public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: David King <dking@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/httpd] rawhide: Fix man page XML syntax
Date: Thu, 30 Jul 2026 11:31:35 GMT [thread overview]
Message-ID: <178541109531.1.3797367219223748063.rpms-httpd-103c8cb904f3@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/httpd
Branch : rawhide
Commit : 103c8cb904f3a16cb5ebb7d598f89750a9592b33
Author : David King <dking@redhat.com>
Date : 2026-07-28T17:47:10+01:00
Stats : +5/-4 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/httpd/c/103c8cb904f3a16cb5ebb7d598f89750a9592b33?branch=rawhide
Log:
Fix man page XML syntax
The bad syntax fails with newer versions of xmllint found in libxml2
2.15.
https://fedoraproject.org/wiki/Changes/Libxml215
---
diff --git a/apachectl.xml b/apachectl.xml
index 217fbda..9f78c8b 100644
--- a/apachectl.xml
+++ b/apachectl.xml
@@ -1,8 +1,6 @@
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
- "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">[
-
-]>
+ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
<!--
Copyright 2020 Red Hat, Inc.
Copyright 2018 Frank Dana
diff --git a/httpd.spec b/httpd.spec
index 259a2cb..7547931 100644
--- a/httpd.spec
+++ b/httpd.spec
@@ -29,7 +29,7 @@
Summary: Apache HTTP Server
Name: httpd
Version: 2.4.68
-Release: 4%{?dist}
+Release: 5%{?dist}
URL: https://httpd.apache.org/
Source0: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
Source1: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2.asc
@@ -864,6 +864,9 @@ exit $rv
%{_rpmconfigdir}/macros.d/macros.httpd
%changelog
+* Tue Jul 28 2026 David King <dking@redhat.com> - 2.4.68-5
+- Fix man page XML syntax
+
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.68-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
reply other threads:[~2026-07-30 11:31 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178541109531.1.3797367219223748063.rpms-httpd-103c8cb904f3@fedoraproject.org \
--to=dking@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox