Import OL
This commit is contained in:
parent
a40903006e
commit
798bb2cb02
28
0100-add-oracle-support.patch
Normal file
28
0100-add-oracle-support.patch
Normal file
@ -0,0 +1,28 @@
|
||||
From 246586f31209b70667b494db30c847c5b87fe7a3 Mon Sep 17 00:00:00 2001
|
||||
From: Darren Archibald <darren.archibald@oracle.com>
|
||||
Date: Wed, 21 Sep 2022 05:40:34 -0700
|
||||
Subject: [PATCH] Add Oracle support
|
||||
|
||||
Add oracle support to fix waagent.service build issue
|
||||
|
||||
Signed-off-by: Darren Archibald <darren.archibald@oracle.com>
|
||||
---
|
||||
setup.py | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/setup.py b/setup.py
|
||||
index e4d7cf7..82ec9fe 100755
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -96,7 +96,7 @@
|
||||
systemd_dir_path = osutil.get_systemd_unit_file_install_path()
|
||||
agent_bin_path = osutil.get_agent_bin_path()
|
||||
|
||||
- if name in ('redhat', 'rhel', 'centos', 'almalinux', 'cloudlinux', 'rocky'):
|
||||
+ if name in ('redhat', 'rhel', 'centos', 'almalinux', 'cloudlinux', 'rocky', 'oracle'):
|
||||
if version.startswith("8") or version.startswith("9"):
|
||||
# redhat8+ default to py3
|
||||
set_bin_files(data_files, dest=agent_bin_path,
|
||||
--
|
||||
2.27.0
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
|
||||
Name: WALinuxAgent
|
||||
Version: 2.9.1.1
|
||||
Release: 10%{?dist}
|
||||
Release: 9.0.1%{?dist}.1
|
||||
Summary: The Microsoft Azure Linux Agent
|
||||
|
||||
License: Apache-2.0
|
||||
@ -20,6 +20,7 @@ Patch3: wla-redhat-Use-NetworkManager-to-set-DHCP-hostnames-on-r.patch
|
||||
Patch4: wla-skip-cgorup-monitor-2939.patch
|
||||
# For RHEL-68796 - Please add `mana` to 99-azure-unmanaged-devices.conf of Azure image
|
||||
Patch5: wla-redhat-Add-a-udev-rule-to-avoid-managing-slave-NICs-.patch
|
||||
Patch1000: 0100-add-oracle-support.patch
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
@ -131,7 +132,10 @@ rm -rf %{_unitdir}/waagent.service.d/
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Mar 25 2025 Miroslav Rezanina <mrezanin@redhat.com> - 2.9.1.1-10
|
||||
* Tue Aug 5 2025 Kevin Lyons <kevin.x.lyons@oracle.com> - 2.9.1.1-9.0.1.1
|
||||
- Add oracle support to fix waagent.service build issue
|
||||
|
||||
* Tue Mar 25 2025 Miroslav Rezanina <mrezanin@redhat.com> - 2.9.1.1-9.1
|
||||
- wla-redhat-Explicitly-list-udev-rule-requirements-in-the.patch [RHEL-84073]
|
||||
- wla-redhat-Include-10-azure-unmanaged-sriov.rules-into-i.patch [RHEL-84073]
|
||||
- Resolves: RHEL-84073
|
||||
|
||||
@ -1,6 +0,0 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-10
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: 3rd-azure-ci.brew-build.tier1.functional}
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (v2.9.1.1.tar.gz) = 3f44aecc16ac545db4b550586f168dbbdef34289aad6775973517bf645e5a1d486864c01e974f03a71b3e946c14e1ca140673a75c1cd602aac28725eaa68e83d
|
||||
3f44aecc16ac545db4b550586f168dbbdef34289aad6775973517bf645e5a1d486864c01e974f03a71b3e946c14e1ca140673a75c1cd602aac28725eaa68e83d v2.9.1.1.tar.gz
|
||||
|
||||
Loading…
Reference in New Issue
Block a user