AlmaLinux changes
This commit is contained in:
parent
76bf697c75
commit
a85aea0cff
23
SOURCES/almalinux_bugtracker.patch
Normal file
23
SOURCES/almalinux_bugtracker.patch
Normal 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/";
|
||||||
|
|
||||||
|
}
|
||||||
|
|
@ -56,7 +56,7 @@
|
|||||||
|
|
||||||
Name: libdnf
|
Name: libdnf
|
||||||
Version: %{libdnf_major_version}.%{libdnf_minor_version}.%{libdnf_micro_version}
|
Version: %{libdnf_major_version}.%{libdnf_minor_version}.%{libdnf_micro_version}
|
||||||
Release: 7%{?dist}
|
Release: 7%{?dist}.alma
|
||||||
Summary: Library providing simplified C and Python API to libsolv
|
Summary: Library providing simplified C and Python API to libsolv
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://github.com/rpm-software-management/libdnf
|
URL: https://github.com/rpm-software-management/libdnf
|
||||||
@ -86,6 +86,8 @@ Patch22: 0022-hawkey-surrogateescape-error-handler-to-decode-UTF-8-string
|
|||||||
Patch23: 0023-Turn-off-strict-validation-of-modulemd-documents-RhBug200485320071662007167.patch
|
Patch23: 0023-Turn-off-strict-validation-of-modulemd-documents-RhBug200485320071662007167.patch
|
||||||
Patch24: 0024-Add-unittest-for-setting-up-repo-with-empty-keyfile-RhBug1994614.patch
|
Patch24: 0024-Add-unittest-for-setting-up-repo-with-empty-keyfile-RhBug1994614.patch
|
||||||
Patch25: 0025-Add-getLatestModules.patch
|
Patch25: 0025-Add-getLatestModules.patch
|
||||||
|
# Almalinux patches
|
||||||
|
Patch10001: almalinux_bugtracker.patch
|
||||||
|
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
@ -330,6 +332,9 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 01 2022 Eduard Abdullin <eabdullin@almalinux.org> - 0.63.0-7.alma
|
||||||
|
- AlmaLinux changes
|
||||||
|
|
||||||
* Fri Jan 14 2022 Pavla Kratochvilova <pkratoch@redhat.com> - 0.63.0-7
|
* Fri Jan 14 2022 Pavla Kratochvilova <pkratoch@redhat.com> - 0.63.0-7
|
||||||
- Rebuild with new release number
|
- Rebuild with new release number
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user