public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/httpd] rawhide: Fix man page XML syntax
@ 2026-07-30 11:31 David King
  0 siblings, 0 replies; only message in thread
From: David King @ 2026-07-30 11:31 UTC (permalink / raw)
  To: git-commits

            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
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-30 11:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-30 11:31 [rpms/httpd] rawhide: Fix man page XML syntax David King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox