Skip to content

Commit 2b9983e

Browse files
authored
Add tdnf Virtual Repo Snapshot via patch (#10110)
1 parent 5af51a9 commit 2b9983e

6 files changed

Lines changed: 1167 additions & 25 deletions

File tree

SPECS/tdnf/tdnf.spec

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Summary: dnf equivalent using C libs
66
Name: tdnf
77
Version: 3.5.6
8-
Release: 1%{?dist}
8+
Release: 2%{?dist}
99
License: LGPLv2.1 AND GPLv2
1010
Vendor: Microsoft Corporation
1111
Distribution: Azure Linux
@@ -25,6 +25,10 @@ Patch3: tdnf-printf-fix.patch
2525
# Patch to be removed once we upgrade to a version of tdnf which contains the upstream fix
2626
# https://github.com/vmware/tdnf/commit/5311b5ed0867a40ceb71b89358d70290bc2d0c51
2727
Patch4: tdnf-sqlite-library.patch
28+
29+
# Patch in vitual snapshot
30+
Patch5: virtual-repo-snapshot.patch
31+
2832
#Cmake requires binutils
2933
BuildRequires: binutils
3034
BuildRequires: cmake
@@ -215,6 +219,9 @@ fi
215219
/%{_lib}/systemd/system/tdnf*
216220

217221
%changelog
222+
* Fri Jul 26 2024 Sam Meluch <sammeluch@microsoft.com> - 3.5.6-2
223+
- Add tdnf virtual repo snapshots
224+
218225
* Mon Feb 26 2024 Sam Meluch <sammeluch@microsoft.com> - 3.5.6-1
219226
- Upgrade tdnf to version 3.5.6 for Azure Linux 3.0
220227
- Remove patches which are no longer needed

0 commit comments

Comments
 (0)