File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ diff -urpN dnf-4.19.0/etc/dnf/dnf.conf b/etc/dnf/dnf.conf
2
+ --- dnf-4.19.0/etc/dnf/dnf.conf 2024-02-08 09:54:49.000000000 -0500
3
+ +++ b/etc/dnf/dnf.conf 2025-02-21 12:50:10.373026978 -0500
4
+ @@ -2,6 +2,7 @@
5
+
6
+ [main]
7
+ gpgcheck=True
8
+ + installonlypkgs=kernel kernel-mshv kernel-uvm kernel-uki kernel-64k kernel-lpg-innovate
9
+ installonly_limit=3
10
+ clean_requirements_on_remove=True
11
+ best=False
Original file line number Diff line number Diff line change 3
3
Summary: Python 3 version of the DNF package manager.
4
4
Name: dnf
5
5
Version: 4.19.0
6
- Release: 1 %{?dist }
6
+ Release: 2 %{?dist }
7
7
License: GPLv2+ OR GPL
8
8
Vendor: Microsoft Corporation
9
9
Distribution: Azure Linux
10
10
URL: https://github.com/rpm-software-management/dnf
11
11
#Source0: %{url}/archive/%{version}.tar.gz
12
12
Source0: %{name }-%{version }.tar.gz
13
+ Patch0: dnf-add-installonlypkgs-config.patch
13
14
BuildRequires: bash-completion
14
15
BuildRequires: cmake
15
16
BuildRequires: gettext
151
152
%{python3_sitelib }/%{name }/automatic
152
153
153
154
%changelog
155
+ *
Fri Feb 21 2025 Dan Streetman <[email protected] > -
4.19.0-2
156
+ - Add kernel-lpg-innovate to dnf.conf
157
+
154
158
*
Mon Feb 26 2024 Sam Meluch <[email protected] > -
4.19.0-1
155
159
- Upgrade to version 4.19.0 for Azure Linux 3.0
156
160
You can’t perform that action at this time.
0 commit comments