Compare commits

...

8 Commits
c8 ... a8

Author SHA1 Message Date
eabdullin 49982321ba Merge branch 'c8' into a8 2023-05-16 07:37:17 +00:00
eabdullin 78cab04534 Merge branch 'c8' into a8 2022-11-08 06:56:59 +00:00
eabdullin 54866700d1 Merge branch 'c8' into a8 2022-09-13 09:54:04 +00:00
eabdullin 3e59f477ce Merge branch 'c8' into a8 2022-08-02 23:34:16 +00:00
eabdullin dd9fb484c0 Fix changelog 2022-05-10 18:56:54 +03:00
eabdullin a16d9185bf AlmaLinux changes 2022-05-10 18:54:58 +03:00
eabdullin 62d20182f6 Added patch for almalinux bugtracker 2021-12-30 13:08:55 +03:00
Andrew Lukoshko a58fa7d52a AlmaLinux changes 2021-09-15 10:04:09 +00:00
2 changed files with 31 additions and 1 deletions

View File

@ -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/";
}

View File

@ -56,7 +56,7 @@
Name: libdnf
Version: %{libdnf_major_version}.%{libdnf_minor_version}.%{libdnf_micro_version}
Release: 14%{?dist}
Release: 14%{?dist}.alma
Summary: Library providing simplified C and Python API to libsolv
License: LGPLv2+
URL: https://github.com/rpm-software-management/libdnf
@ -106,6 +106,10 @@ Patch42: 0042-Allow-change-of-arch-during-security-updates-with-no.patch
Patch43: 0043-Update-translations.patch
# Almalinux patches
Patch10001: almalinux_bugtracker.patch
BuildRequires: cmake
BuildRequires: gcc
BuildRequires: gcc-c++
@ -349,6 +353,9 @@ popd
%endif
%changelog
* Tue May 16 2023 Eduard Abdullin <eabdullin@almalinux.org> - 0.63.0-14.alma
- Added patch for almalinux bugtracker
* Wed Mar 08 2023 Marek Blaha <mblaha@redhat.com> - 0.63.0-14
- Update translations