From 392853c7011b1c301332d3597cd82c9631f987a7 Mon Sep 17 00:00:00 2001 From: Sofia Boldyreva Date: Mon, 20 Jan 2025 21:46:54 +0100 Subject: [PATCH] Initial setup --- config.yaml | 15 +++++++++++++++ files/almalinux_bugtracker.patch | 23 +++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 config.yaml create mode 100644 files/almalinux_bugtracker.patch diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..059c0be --- /dev/null +++ b/config.yaml @@ -0,0 +1,15 @@ +actions: + - modify_release: + - suffix: ".alma.1" + enabled: true + + - changelog_entry: + - name: "Eduard Abdullin" + email: "eabdullin@almalinux.org" + line: + - "Added patch for almalinux bugtracker" + + - add_files: + - type: "patch" + name: "almalinux_bugtracker.patch" + number: 10001 \ No newline at end of file diff --git a/files/almalinux_bugtracker.patch b/files/almalinux_bugtracker.patch new file mode 100644 index 0000000..8ccc2c7 --- /dev/null +++ b/files/almalinux_bugtracker.patch @@ -0,0 +1,23 @@ +diff -aruN libdnf-0.63.0/docs/hawkey/conf.py libdnf-0.63.0_alma/docs/hawkey/conf.py +--- libdnf-0.63.0/docs/hawkey/conf.py 2021-05-18 17:07:23.000000000 +0300 ++++ libdnf-0.63.0_alma/docs/hawkey/conf.py 2021-12-30 11:03:39.179244600 +0300 +@@ -260,6 +260,6 @@ + rst_prolog = """ + .. default-domain:: py + .. _libsolv: https://github.com/openSUSE/libsolv +-.. _bugzilla: https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&component=hawkey ++.. _bugzilla: https://bugs.almalinux.org/ + + """ +diff -aruN libdnf-0.63.0/libdnf/conf/Const.hpp libdnf-0.63.0_alma/libdnf/conf/Const.hpp +--- libdnf-0.63.0/libdnf/conf/Const.hpp 2021-05-18 17:07:23.000000000 +0300 ++++ libdnf-0.63.0_alma/libdnf/conf/Const.hpp 2021-12-30 11:03:47.004789800 +0300 +@@ -41,7 +41,7 @@ + "installonlypkg(vm)", + "multiversion(kernel)"}; + +-constexpr const char * BUGTRACKER="https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&component=dnf"; ++constexpr const char * BUGTRACKER="https://bugs.almalinux.org/"; + + } +