Skip to content

Commit

Permalink
update tdnf to 3.4.2
Browse files Browse the repository at this point in the history
Change-Id: Id27015eb953a6df47207258147913d1ff75cc48a
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/18217
Tested-by: gerrit-photon <[email protected]>
Reviewed-by: Tapas Kundu <[email protected]>
  • Loading branch information
oliverkurth authored and tapakund committed Nov 1, 2022
1 parent d4bab51 commit cc105c2
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 278 deletions.
232 changes: 0 additions & 232 deletions SPECS/tdnf/0001-add-history-utility.patch

This file was deleted.

25 changes: 25 additions & 0 deletions SPECS/tdnf/0001-bump-version-to-3.4.2.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
From 2704c1902adc1a5d0348f8bcd27eef08ffe622d0 Mon Sep 17 00:00:00 2001
From: Oliver Kurth <[email protected]>
Date: Sat, 29 Oct 2022 18:17:32 -0700
Subject: [PATCH] bump version to 3.4.2

---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index e45dd05..7a29cae 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,7 +8,7 @@

CMAKE_MINIMUM_REQUIRED(VERSION 3.0 FATAL_ERROR)

-project(tdnf VERSION 3.4.0 LANGUAGES C)
+project(tdnf VERSION 3.4.2 LANGUAGES C)
set(VERSION ${PROJECT_VERSION})
set(PROJECT_YEAR 2022)

--
2.25.1

41 changes: 0 additions & 41 deletions SPECS/tdnf/0001-fix-skip-obsoletes-conflicts-options.patch

This file was deleted.

11 changes: 6 additions & 5 deletions SPECS/tdnf/tdnf.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: dnf/yum equivalent using C libs
Name: tdnf
Version: 3.4.1
Version: 3.4.2
Release: 1%{?dist}
Vendor: VMware, Inc.
Distribution: Photon
Expand All @@ -9,11 +9,10 @@ URL: https://github.com/vmware/%{name}
Group: Applications/RPM

Source0: https://github.com/vmware/tdnf/archive/refs/tags/%{name}-%{version}.tar.gz
%define sha512 %{name}=9e887a74d639021d20aae18208939e95afcfa5b9c468b81a66af62351de0f374da5a7f21d4b73153064c80dba53b0e796a9c18c4f886d38f916968c146491c9c
%define sha512 %{name}=18b48de2db50b465889cf75b9059b3d56906a1890b081f39420f104ebcb5b28f982c427f4b4a553509f397a64d87f7e4469f5b564439b587aeefd74708fdd656

Patch0: pool_flag_noinstalledobsoletes.patch
Patch1: 0001-add-history-utility.patch
Patch2: 0001-fix-skip-obsoletes-conflicts-options.patch
Patch1: 0001-bump-version-to-3.4.2.patch

Requires: rpm-libs
Requires: curl-libs
Expand Down Expand Up @@ -154,7 +153,7 @@ find %{buildroot} -name '*.pyc' -delete
/sbin/ldconfig

%posttrans
# Convert the auto instaled info from the old file /var/lib/tdnf/autoinstalled
# Convert the auto installed info from the old file /var/lib/tdnf/autoinstalled
# to the new db.
# must be postrans because we read the rpm db
# cannot use tdnf because that is still running even in postrans
Expand Down Expand Up @@ -265,6 +264,8 @@ systemctl try-restart %{name}-cache-updateinfo.timer >/dev/null 2>&1 || :
%{_unitdir}/%{name}-automatic-notifyonly.service

%changelog
* Thu Oct 27 2022 Oliver Kurth <[email protected]> 3.4.2-1
- update to 3.4.2
* Tue Oct 18 2022 Oliver Kurth <[email protected]> 3.4.1-1
- update to 3.4.1
* Wed Sep 28 2022 Shreenidhi Shedi <[email protected]> 3.3.2-2
Expand Down

0 comments on commit cc105c2

Please sign in to comment.