From d246be624e23b43900dd7bca2dfede334468a670 Mon Sep 17 00:00:00 2001 From: AlmaLinux RelEng Bot Date: Thu, 16 Apr 2026 04:57:05 -0400 Subject: [PATCH] import CS python3.14-meson-python-0.18.0-3.el9 --- .fmf/version | 1 - .gitignore | 9 +------ .python3.14-meson-python.metadata | 1 + README.md | 3 --- .../meson-python-0.18.0-remove-patchelf.patch | 0 .../python3.14-meson-python.spec | 21 ++++++++++++++- gating.yaml | 6 ----- plan.fmf | 26 ------------------- sources | 1 - 9 files changed, 22 insertions(+), 46 deletions(-) delete mode 100644 .fmf/version create mode 100644 .python3.14-meson-python.metadata delete mode 100644 README.md rename meson-python-0.18.0-remove-patchelf.patch => SOURCES/meson-python-0.18.0-remove-patchelf.patch (100%) rename python3.14-meson-python.spec => SPECS/python3.14-meson-python.spec (85%) delete mode 100644 gating.yaml delete mode 100644 plan.fmf delete mode 100644 sources diff --git a/.fmf/version b/.fmf/version deleted file mode 100644 index d00491f..0000000 --- a/.fmf/version +++ /dev/null @@ -1 +0,0 @@ -1 diff --git a/.gitignore b/.gitignore index 10181ed..77c245d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1 @@ -/meson_python-0.13.1.tar.gz -/meson_python-0.13.2.tar.gz -/meson_python-0.14.0.tar.gz -/meson_python-0.15.0.tar.gz -/meson_python-0.16.0.tar.gz -/meson_python-0.17.0.tar.gz -/meson_python-0.17.1.tar.gz -/meson_python-0.18.0.tar.gz +SOURCES/meson_python-0.18.0.tar.gz diff --git a/.python3.14-meson-python.metadata b/.python3.14-meson-python.metadata new file mode 100644 index 0000000..c6a8723 --- /dev/null +++ b/.python3.14-meson-python.metadata @@ -0,0 +1 @@ +97cfb96facace999e9f8ebe83ddb8d2113ec2c17 SOURCES/meson_python-0.18.0.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index e61d876..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# python-meson-python - -The python-meson-python package diff --git a/meson-python-0.18.0-remove-patchelf.patch b/SOURCES/meson-python-0.18.0-remove-patchelf.patch similarity index 100% rename from meson-python-0.18.0-remove-patchelf.patch rename to SOURCES/meson-python-0.18.0-remove-patchelf.patch diff --git a/python3.14-meson-python.spec b/SPECS/python3.14-meson-python.spec similarity index 85% rename from python3.14-meson-python.spec rename to SPECS/python3.14-meson-python.spec index 3728369..92294a2 100644 --- a/python3.14-meson-python.spec +++ b/SPECS/python3.14-meson-python.spec @@ -1,3 +1,13 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.6.5) +## RPMAUTOSPEC: autorelease, autochangelog +%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: + release_number = 3; + base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); + print(release_number + base_release_number - 1); +}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} +## END: Set by rpmautospec + %global python3_pkgversion 3.14 %bcond tests 1 @@ -136,4 +146,13 @@ k="${k-}${k+ and }not test_uneeded_rpath" %changelog -%autochangelog +## START: Generated by rpmautospec +* Fri Nov 28 2025 Lukáš Zachar - 0.18.0-3 +- Add gating + +* Fri Nov 28 2025 Tomáš Hrnčiar - 0.18.0-2 +- Convert from Fedora for the Python 3.14 stack in RHEL + +* Fri Nov 28 2025 Tomáš Hrnčiar +- RHEL: Rename SPEC to python3.14-meson-python.spec +## END: Generated by rpmautospec diff --git a/gating.yaml b/gating.yaml deleted file mode 100644 index 2c7ed80..0000000 --- a/gating.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- !Policy -product_versions: - - rhel-* -decision_context: osci_compose_gate -rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/plan.fmf b/plan.fmf deleted file mode 100644 index af198ab..0000000 --- a/plan.fmf +++ /dev/null @@ -1,26 +0,0 @@ -# based on https://gitlab.com/redhat/centos-stream/rpms/python-meson-python/-/blob/c10s/ci.fmf - -execute: - how: tmt - -discover: - - how: shell - tests: - - name: smoke - test: | - set -eux - TMP_DIR="$(mktemp -d)" - pushd "$TMP_DIR" - meson init --name foo - cat >pyproject.toml <