-
Notifications
You must be signed in to change notification settings - Fork 563
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
55 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
From de620a8166329c2f7b6eaecb5b4e24af1db95e4d Mon Sep 17 00:00:00 2001 | ||
From: Sam Meluch <[email protected]> | ||
Date: Tue, 19 Dec 2023 12:04:36 -0800 | ||
Subject: [PATCH] Add installonlypkgs to tdnf.conf for mariner kernel packages | ||
|
||
--- | ||
etc/tdnf/tdnf.conf | 1 + | ||
1 file changed, 1 insertion(+) | ||
|
||
diff --git a/etc/tdnf/tdnf.conf b/etc/tdnf/tdnf.conf | ||
index 67c4d51..8ec4003 100644 | ||
--- a/etc/tdnf/tdnf.conf | ||
+++ b/etc/tdnf/tdnf.conf | ||
@@ -1,7 +1,8 @@ | ||
[main] | ||
gpgcheck=1 | ||
installonly_limit=3 | ||
+installonlypkgs=kernel kernel-hci kernel-mos kernel-mshv kernel-uvm kernel-azure | ||
clean_requirements_on_remove=0 | ||
repodir=/etc/yum.repos.d | ||
cachedir=/var/cache/tdnf | ||
plugins=1 | ||
-- | ||
2.34.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
Summary: dnf equivalent using C libs | ||
Name: tdnf | ||
Version: 3.5.8 | ||
Release: 3%{?dist} | ||
Release: 4%{?dist} | ||
License: LGPLv2.1 AND GPLv2 | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
|
@@ -29,6 +29,9 @@ Patch4: tdnf-sqlite-library.patch | |
Patch5: virtual-repo-snapshot.patch | ||
Patch6: fix-tests-for-azl.patch | ||
|
||
# Install only package configuration | ||
Patch7: tdnf-add-installonlypkgs-config.patch | ||
|
||
#Cmake requires binutils | ||
BuildRequires: binutils | ||
BuildRequires: cmake | ||
|
@@ -237,6 +240,9 @@ fi | |
/%{_lib}/systemd/system/tdnf* | ||
|
||
%changelog | ||
* Thu Oct 10 2024 Sam Meluch <[email protected]> - 3.5.8-4 | ||
- Add install only packages to tdnf.conf | ||
|
||
* Fri Sep 20 2024 Sam Meluch <[email protected]> - 3.5.8-3 | ||
- Fix an issue with snapshottime config option | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters