Add Fedora 43 beta news item
authorDevrim Gunduz <devrim@gunduz.org>
Mon, 22 Sep 2025 14:47:39 +0000 (09:47 -0500)
committerDevrim Gunduz <devrim@gunduz.org>
Mon, 22 Sep 2025 14:47:39 +0000 (09:47 -0500)
templates/pages/news/fedora-43-beta-packages-released.html [new file with mode: 0644]

diff --git a/templates/pages/news/fedora-43-beta-packages-released.html b/templates/pages/news/fedora-43-beta-packages-released.html
new file mode 100644 (file)
index 0000000..e04274b
--- /dev/null
@@ -0,0 +1,27 @@
+{%extends "base.html" %}
+{%block title%}Fedora 43 Beta RPMs for PostgreSQL 17, 16, 15, 14 and 13 are now available.{%endblock%}
+{%block maincontent%}
+
+<h1> Fedora 43 <b>Beta</b> RPMs for PostgreSQL 17, 16, 15, 14 and 13 are now available.</h1>
+<p> Last updated: 22 September 15:45:00 UTC</p>
+<p>
+       PostgreSQL 17, 16, 15, 14 and 13 for Fedora 43 <b>Beta</b> are now
+       <a href="/rpmchart/">available</a> in the PostgreSQL RPM Repository.
+</p>
+<p>
+       Please install repository RPM from <a href="https://download.postgresql.org/pub/repos/yum/reporpms/F-43-x86_64/pgdg-fedora-repo-latest.noarch.rpm">here</a> first.
+</p>
+<h2>Known issues</h2>
+       Below are the known issues:
+<p>
+       <ul>
+               <li><b>systemd-sysusers integration:</b> Upstream started mandating usage of systemd-sysusers as of Fedora 43. Packages like PostgreSQL, Barman, pgBouncer, etc. which create users have this problem. PostgreSQL packages are already fixed.</li>
+       </ul>
+</p>
+
+
+<p>
+       Please report any packaging related errors to <a href="/contact/">us</a>.
+</p>
+
+{%endblock%}