Release SLES 16.0 packages
authorDevrim Gunduz <devrim@gunduz.org>
Sun, 9 Nov 2025 08:16:24 +0000 (11:16 +0300)
committerDevrim Gunduz <devrim@gunduz.org>
Sun, 9 Nov 2025 08:16:24 +0000 (11:16 +0300)
templates/base.html
templates/pages/howtozypp.html
templates/pages/index.html
templates/pages/news/sles-16.0-packages-available.html [new file with mode: 0644]
templates/pages/packages.html
templates/pages/repopackages.html
templates/pages/rpmchart.html
templates/pages/srpm-packages.html
templates/pages/thanks.html

index bbc0a2602a48540cec6ee8484a3d496eacc2d67f..cd24234264e2f08aa26957a0f560f7fd928dbac4 100644 (file)
@@ -99,6 +99,7 @@
                 <div class="col-md-3">
                 <h2>News</h2>
                   <ul>
+                   <li><a href="/news/sles-16.0-packages-available/">SLES 16.0 packages are available</a></li>
                    <li><a href="/news/sles-15-sp7-packages-available/">SLES 15 SP7 packages are available</a></li>
                    <li><a href="/news/sles-15-sp6-packages-available/">SLES 15 SP6 packages are available</a></li>
                    <li><a href="/news/pgdg-zypp-repo-gpg-key-update/">New repository RPM and updated GPG key for SLES 15</a></li>
index 30ef434bd829765f3050ca917dd1b8e9718f255c..0c9c80d61566797729e17f9a5ee9e655362ff8d1 100644 (file)
@@ -6,7 +6,7 @@
 
 <p>
     You can use the zypper package manager to install Postgres and/or other
-    components on an SLES 15 / SLES 12 host. zypper will attempt to satisfy
+    components on an SLES 16 / SLES 15 / SLES 12 host. zypper will attempt to satisfy
     package dependencies as it installs a package, but some components (mainly
     PostGIS) require access to specific repositories that are not hosted at
     postgresql.org or SLES official repositories:
         and register the host with SUSE, allowing access to SUSE repositories. Use
         these commands:
        <br>
+       SLES 16 SP 0:
+       <br>
+       <code>
+        zypper install suseconnect-ng<br/>
+        suseconnect -p PackageHub/16.0/x86_64</br>
+       </code>
+       <br>
        SLES 15 SP 7:
        <br>
        <code>
@@ -60,6 +67,7 @@
 </p>
 
 <ul>
+    <li>SLES 16: <code>rpm --import https://zypp.postgresql.org/keys/PGDG-RPM-GPG-KEY-SLES16; zypper install https://download.postgresql.org/pub/repos/zypp/reporpms/SLES-15-x86_64/pgdg-suse-repo-latest.noarch.rpm</code></li>
     <li>SLES 15: <code>rpm --import https://zypp.postgresql.org/keys/PGDG-RPM-GPG-KEY-SLES15; zypper install https://download.postgresql.org/pub/repos/zypp/reporpms/SLES-15-x86_64/pgdg-suse-repo-latest.noarch.rpm</code></li>
 </ul>
 
     the SLES host:
 </p>
 <p>
-       <a name="pg17install">PostgreSQL 17:</a>
+       <a name="pg18install">PostgreSQL 18:</a>
 </p>
 <p>
-        <a name="pg17slesinstall"></a>
-       <code>zypper install postgresql17-server</code>
+        <a name="pg18slesinstall"></a>
+       <code>zypper install postgresql18-server</code>
 </p>
+
+
 <p>
-       <a name="pg16install">PostgreSQL 16:</a>
+       <a name="pg17install">PostgreSQL 17:</a>
 </p>
 <p>
-        <a name="pg16slesinstall"></a>
-       <code>zypper install postgresql16-server</code>
+        <a name="pg17slesinstall"></a>
+       <code>zypper install postgresql17-server</code>
 </p>
 
 <p>
index faa2a6decb68f321f9be406e0c2627e97205bb5a..c6f97f4e50b5820748ad70a1d86305f98f66ad5b 100644 (file)
@@ -12,6 +12,9 @@ We provide users Postgres and related RPMs for SuSE Enterprise Linux. Please
     see "<a href="/howtozypp/">ZYPP Howto</a>" for help.
 </p>
 
+<h2>SLES 16.0 packages are available</h2>
+<p>The Postgres ZYPP repository supports SLES 16.0 as of 9 Nov 2025.</p>
+
 <h2>SLES 15 SP7 packages are available</h2>
 <p>The Postgres ZYPP repository supports SLES 15 SP 7 as of Jun2 2025. 
     Please note that SP6 won't receive updates, but packages are still available for download.</p>
@@ -38,6 +41,7 @@ We provide users Postgres and related RPMs for SuSE Enterprise Linux. Please
 
 <h2>Platform Support</h2>
 <ul>
+    <li>SUSE Enterprise Linux 16.0</li>
     <li>SUSE Enterprise Linux 15 SP 7</li>
     <li>SUSE Enterprise Linux 15 SP 6<span class="pgyum-warning"> Please update to SP7 to receive updates</span></li>
 
diff --git a/templates/pages/news/sles-16.0-packages-available.html b/templates/pages/news/sles-16.0-packages-available.html
new file mode 100644 (file)
index 0000000..a7659bc
--- /dev/null
@@ -0,0 +1,13 @@
+{%extends "base.html" %}
+{%block title%}PostgreSQL ZYPP repository now supports SLES 16.0{%endblock%}
+{%block maincontent%}
+
+<h1> Postgres ZYPP repository now supports SLES 16.0 </h1>
+<p>
+        Please install the repository RPM by following the instructions here: <a href="https://zypp.postgresql.org/howtozypp/">https://zypp.postgresql.org/howtozypp/</a>
+</p>
+<p>
+       Please report any packaging related errors to <a href="/contact/">us</a>.
+</p>
+
+{%endblock%}
index 0dab4146ed8776a80540a84229b0278032474da0..86658c802a93092f6d51b707926d3586412d23be 100644 (file)
@@ -11,6 +11,7 @@
 <h2>Postgres Common Repository</h2>
 
 <ul>
+    <li><a href="https://download.postgresql.org/pub/repos/zypp/common/suse/sles-16.0-x86_64/">SLES 16.0 - x86_64</a></li>
     <li><a href="https://download.postgresql.org/pub/repos/zypp/common/suse/sles-15.7-x86_64/">SLES 15 SP7 - x86_64</a></li>
     <li><a href="https://download.postgresql.org/pub/repos/zypp/common/suse/sles-15.6-x86_64/">SLES 15 SP6 - x86_64</a><span class="pgyum-warning"> Please update to SP7 to receive updates</span></li>
 </ul>
 <a name="pg18"/>
 <h2>Postgres 18</h2>
 <ul>
+    <li><a href="https://zypp.postgresql.org/18/suse/sles-16.0-x86_64/">SLES 16.0 - x86_64</a></li>
     <li><a href="https://zypp.postgresql.org/18/suse/sles-15.7-x86_64/">SLES 15 SP7 - x86_64</a></li>
 </ul>
 
 <a name="pg17"/>
 <h2>Postgres 17</h2>
 <ul>
+    <li><a href="https://zypp.postgresql.org/17/suse/sles-16.0-x86_64/">SLES 16.0 - x86_64</a></li>
     <li><a href="https://zypp.postgresql.org/17/suse/sles-15.7-x86_64/">SLES 15 SP7 - x86_64</a></li>
     <li><a href="https://zypp.postgresql.org/17/suse/sles-15.6-x86_64/">SLES 15 SP6 - x86_64</a><span class="pgyum-warning"> Please update to SP7 to receive updates</span></li>
 </ul>
@@ -31,6 +34,7 @@
 <a name="pg16"/>
 <h2>Postgres 16</h2>
 <ul>
+    <li><a href="https://zypp.postgresql.org/16/suse/sles-16.0-x86_64/">SLES 16.0 - x86_64</a></li>
     <li><a href="https://zypp.postgresql.org/16/suse/sles-15.7-x86_64/">SLES 15 SP7 - x86_64</a></li>
     <li><a href="https://zypp.postgresql.org/16/suse/sles-15.6-x86_64/">SLES 15 SP6 - x86_64</a><span class="pgyum-warning"> Please update to SP7 to receive updates</span></li>
 </ul>
@@ -38,6 +42,7 @@
 <a name="pg15"/>
 <h2>Postgres 15</h2>
 <ul>
+    <li><a href="https://zypp.postgresql.org/15/suse/sles-16.0-x86_64/">SLES 16.0 - x86_64</a></li>
     <li><a href="https://zypp.postgresql.org/15/suse/sles-15.7-x86_64/">SLES 15 SP7 - x86_64</a></li>
     <li><a href="https://zypp.postgresql.org/15/suse/sles-15.6-x86_64/">SLES 15 SP6 - x86_64</a><span class="pgyum-warning"> Please update to SP7 to receive updates</span></li>
     <li><a href="https://zypp.postgresql.org/15/suse/sles-12.5-x86_64/">SLES 12 SP5 - x86_64</a></li>
@@ -47,6 +52,7 @@
 <a name="pg14"/>
 <h2>Postgres 14</h2>
 <ul>
+    <li><a href="https://zypp.postgresql.org/14/suse/sles-16.0-x86_64/">SLES 16.0 - x86_64</a></li>
     <li><a href="https://zypp.postgresql.org/14/suse/sles-15.7-x86_64/">SLES 15 SP7 - x86_64</a></li>
     <li><a href="https://zypp.postgresql.org/14/suse/sles-15.6-x86_64/">SLES 15 SP6 - x86_64</a><span class="pgyum-warning"> Please update to SP7 to receive updates</span></li>
    <li><a href="https://zypp.postgresql.org/14/suse/sles-12.5-x86_64/">SLES 12 SP5 - x86_64</a></li>
@@ -55,6 +61,7 @@
 <a name="pg13"/>
 <h2>Postgres 13</h2>
 <ul>
+    <li><a href="https://zypp.postgresql.org/13/suse/sles-16.0-x86_64/">SLES 16.0 - x86_64</a></li>
     <li><a href="https://zypp.postgresql.org/13/suse/sles-15.7-x86_64/">SLES 15 SP7 - x86_64</a></li>
     <li><a href="https://zypp.postgresql.org/13/suse/sles-15.6-x86_64/">SLES 15 SP6 - x86_64</a><span class="pgyum-warning"> Please update to SP7 to receive updates</span></li>
     <li><a href="https://zypp.postgresql.org/13/suse/sles-12.5-x86_64/">SLES 12 SP5 - x86_64</a></li>
index a1b31dbb257d7834e20c27770490f70d9252d00a..82e5074ce938bf5993c3058906e54e1e67fc614e 100644 (file)
@@ -18,6 +18,7 @@
 
 <a name="pgsuse"/>
 <ul>
+    <li><a href="https://download.postgresql.org/pub/repos/zypp/reporpms/SLES-16-x86_64/pgdg-suse-repo-latest.noarch.rpm">SuSE Enterprise Linux 16 - x86_64</a></li>
     <li><a href="https://download.postgresql.org/pub/repos/zypp/reporpms/SLES-15-x86_64/pgdg-suse-repo-latest.noarch.rpm">SuSE Enterprise Linux 15 - x86_64</a></li>
 </ul>
 <p>
index b0d6fc24878232d6da0ac120118ee350b138f2eb..ba3bbaa56775ea5f1eb800a067e9b0423e797c4d 100644 (file)
@@ -25,6 +25,7 @@
 
     <tbody>
         <tr>
+            <td><a href="https://download.postgresql.org/pub/repos/zypp/common/suse/sles-16.0-x86_64/">SLES 16.0 - x86_64</a></td>
             <td><a href="https://download.postgresql.org/pub/repos/zypp/common/suse/sles-15.7-x86_64/">SLES 15 SP 7 - x86_64</a></td>
             <td class="pgyum-available">Available</td>
         </tr>
@@ -48,6 +49,7 @@
 
     <tbody>
         <tr>
+            <td><a href="https://zypp.postgresql.org/17/suse/sles-16.0-x86_64/">SLES 16.0 - x86_64</a></td>
             <td><a href="https://zypp.postgresql.org/17/suse/sles-15.7-x86_64/">SLES 15 SP7 - x86_64</a></td>
            <td class="pgzypp-available">Available</td>
         </tr>
     </thead>
 
     <tbody>
+        <tr>
+            <td><a href="https://zypp.postgresql.org/17/suse/sles-16.0-x86_64/">SLES 16.0 - x86_64</a></td>
+           <td class="pgzypp-available">Available</td>
+        </tr>
         <tr>
             <td><a href="https://zypp.postgresql.org/17/suse/sles-15.7-x86_64/">SLES 15 SP7 - x86_64</a></td>
            <td class="pgzypp-available">Available</td>
     </thead>
 
     <tbody>
+        <tr>
+            <td><a href="https://zypp.postgresql.org/16/suse/sles-16.0-x86_64/">SLES 16.0 - x86_64</a></td>
+            <td class="pgzypp-available">Available</td>
+       </tr>
         <tr>
             <td><a href="https://zypp.postgresql.org/16/suse/sles-15.7-x86_64/">SLES 17 SP5 - x86_64</a></td>
             <td class="pgzypp-available">Available</td>
     </thead>
 
     <tbody>
+        <tr>
+            <td><a href="https://zypp.postgresql.org/15/suse/sles-16.0-x86_64/">SLES 16.0 -  x86_64</a></td>
+            <td class="pgzypp-available">Available</td>
+        </tr>
+
         <tr>
             <td><a href="https://zypp.postgresql.org/15/suse/sles-15.7-x86_64/">SLES 15 SP7 -  x86_64</a></td>
             <td class="pgzypp-available">Available</td>
     </thead>
 
     <tbody>
+        <tr>
+            <td><a href="https://zypp.postgresql.org/14/suse/sles-16.0-x86_64/">SLES 16.0 -  x86_64</a></td>
+            <td class="pgzypp-available">Available</td>
+        </tr>
+
         <tr>
             <td><a href="https://zypp.postgresql.org/14/suse/sles-15.7-x86_64/">SLES 15 SP7 -  x86_64</a></td>
             <td class="pgzypp-available">Available</td>
index 2ca2be9afd87d07e06f98679b76aa7f7ba9bac23..0f05f2ca831f8070cecebf62a304378b2b896bed 100644 (file)
 <a name="pg18"/>
 <h2>Postgres 18</h2>
 <ul>
+    <li><a href="https://zypp.postgresql.org/srpms/18/suse/sles-16.0-x86_64/">SLES 16.0</a></li>
     <li><a href="https://zypp.postgresql.org/srpms/18/suse/sles-15.7-x86_64/">SLES 15 SP7</a></li>
 </ul>
 <a name="pg17"/>
 <h2>Postgres 17</h2>
 <ul>
+    <li><a href="https://zypp.postgresql.org/srpms/17/suse/sles-16.0-x86_64/">SLES 16.0</a></li>
     <li><a href="https://zypp.postgresql.org/srpms/17/suse/sles-15.7-x86_64/">SLES 15 SP7</a></li>
     <li><a href="https://zypp.postgresql.org/srpms/17/suse/sles-15.6-x86_64/">SLES 15 SP6</a><span class="pgyum-warning"> Please update to SP7 to receive updates</span></li>
 </ul>
@@ -30,6 +32,7 @@
 <a name="pg16"/>
 <h2>Postgres 16</h2>
 <ul>
+    <li><a href="https://zypp.postgresql.org/srpms/16/suse/sles-16.0-x86_64/">SLES 16.0</a></li>
     <li><a href="https://zypp.postgresql.org/srpms/16/suse/sles-15.7-x86_64/">SLES 15 SP7</a></li>
     <li><a href="https://zypp.postgresql.org/srpms/16/suse/sles-15.6-x86_64/">SLES 15 SP6</a><span class="pgyum-warning"> Please update to SP7 to receive updates</span></li>
 </ul>
@@ -37,6 +40,7 @@
 <a name="pg15"/>
 <h2>Postgres 15</h2>
 <ul>
+    <li><a href="https://zypp.postgresql.org/srpms/15/suse/sles-16.0-x86_64/">SLES 16.0</a></li>
     <li><a href="https://zypp.postgresql.org/srpms/15/suse/sles-15.7-x86_64/">SLES 15 SP7</a></li>
     <li><a href="https://zypp.postgresql.org/srpms/15/suse/sles-15.6-x86_64/">SLES 15 SP6</a><span class="pgyum-warning"> Please update to SP7 to receive updates</span></li>
     <li><a href="https://zypp.postgresql.org/srpms/15/suse/sles-12.5-x86_64/">SLES 12 SP5</a></li>
@@ -45,6 +49,7 @@
 <a name="pg14"/>
 <h2>Postgres 14</h2>
 <ul>
+    <li><a href="https://zypp.postgresql.org/srpms/14/suse/sles-16.0-x86_64/">SLES 16.0</a></li>
     <li><a href="https://zypp.postgresql.org/srpms/14/suse/sles-15.7-x86_64/">SLES 15 SP7</a></li>
     <li><a href="https://zypp.postgresql.org/srpms/14/suse/sles-15.6-x86_64/">SLES 15 SP6</a><span class="pgyum-warning"> Please update to SP7 to receive updates</span></li>
     <li><a href="https://zypp.postgresql.org/srpms/14/suse/sles-12.5-x86_64/">SLES 12 SP5</a></li>
@@ -53,6 +58,7 @@
 <a name="pg13"/>
 <h2>Postgres 13</h2>
 <ul>
+    <li><a href="https://zypp.postgresql.org/srpms/13/suse/sles-16.0-x86_64/">SLES 16.0</a></li>
     <li><a href="https://zypp.postgresql.org/srpms/13/suse/sles-15.7-x86_64/">SLES 15 SP7</a></li>
     <li><a href="https://zypp.postgresql.org/srpms/13/suse/sles-15.6-x86_64/">SLES 15 SP6</a><span class="pgyum-warning"> Please update to SP7 to receive updates</span></li>
     <li><a href="https://zypp.postgresql.org/srpms/13/suse/sles-12.5-x86_64/">SLES 12 SP5</a></li>
index 55212822ad4755c0186245bd0ee2920d05d346bc..22d3c286a3e309434a6cc7f1b896cfee9b945acb 100644 (file)
@@ -15,7 +15,6 @@
 <ul>
     <li>Dave Page: Countless number of support</li>
     <li>Magnus Hagander: Great ideas, tech infrastructure</li>
-    <li>Syed Fahar Abbas: QA testing</li>
 </ul>
 
 {%endblock%}