File 0001-fix-cobbler-version.patch of Package cobbler
Subject: [PATCH] Fix incorrect Cobbler version
---
Index: docs/conf.py
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/docs/conf.py b/docs/conf.py
--- a/docs/conf.py (revision ace629391c7d3a731739092b27067c270d97f470)
+++ b/docs/conf.py (date 1731958152563)
@@ -26,7 +26,7 @@
# The short X.Y version
version = '3.2'
# The full version, including alpha/beta/rc tags
-release = '3.2.2'
+release = '3.2.3'
# -- General configuration ---------------------------------------------------
Index: setup.py
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/setup.py b/setup.py
--- a/setup.py (revision ace629391c7d3a731739092b27067c270d97f470)
+++ b/setup.py (date 1731958152547)
@@ -24,7 +24,7 @@
import subprocess
-VERSION = "3.2.2"
+VERSION = "3.2.3"
OUTPUT_DIR = "config"
log = logging.getLogger("setup.py")
Index: SECURITY.md
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/SECURITY.md b/SECURITY.md
--- a/SECURITY.md (revision ace629391c7d3a731739092b27067c270d97f470)
+++ b/SECURITY.md (date 1731958152573)
@@ -2,18 +2,18 @@
## Supported Versions
-| Version | Supported |
-| --------- | --------------------------- |
-| 4.0.X | Next API breaking Release |
-| 3.3.x | Current Release |
-| 3.2.x | Current Version: 3.2.2 |
-| 3.1.x | EOL |
-| 3.0.x | EOL |
-| 2.8.x | EOL |
-| 2.6.x | EOL |
-| 2.4.x | EOL |
-| 2.2.x | EOL |
-| < 2.x.x | EOL |
+| Version | Supported |
+| --------- |---------------------------|
+| 4.0.X | Next API breaking Release |
+| 3.3.x | Current Release |
+| 3.2.x | Current Version: 3.2.3 |
+| 3.1.x | EOL |
+| 3.0.x | EOL |
+| 2.8.x | EOL |
+| 2.6.x | EOL |
+| 2.4.x | EOL |
+| 2.2.x | EOL |
+| < 2.x.x | EOL |
Due to the amount of maintainers we have, we can only support the most current version. Old versions won't be actively
maintained.
Index: cobbler.spec
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/cobbler.spec b/cobbler.spec
--- a/cobbler.spec (revision ace629391c7d3a731739092b27067c270d97f470)
+++ b/cobbler.spec (date 1731958950549)
@@ -137,7 +137,7 @@
%endif
Name: cobbler
-Version: 3.2.2
+Version: 3.2.3
Release: 1%{?dist}
Summary: Boot server configurator
URL: https://cobbler.github.io/
@@ -172,6 +172,7 @@
BuildRequires: python%{python3_pkgversion}-setuptools
BuildRequires: python%{python3_pkgversion}-netaddr
BuildRequires: python%{python3_pkgversion}-schema
+BuildRequires: python%{python3_pkgversion}-simplejson
BuildRequires: %{py3_module_cheetah}
BuildRequires: %{py3_module_sphinx}
%if 0%{?suse_version}
@@ -290,7 +291,7 @@
%prep
-%setup
+%autosetup -p1
%if 0%{?suse_version}
# Set tftpboot location correctly for SUSE distributions
@@ -298,6 +299,9 @@
%endif
%build
+if [ -d "%{_sourcedir}/%{name}-%{version}/.git" ]; then
+ cp -r %{_sourcedir}/%{name}-%{version}/.git %{_builddir}/%{name}-%{version}
+fi
. distro_build_configs.sh
# Check distro specific variables for consistency