Skip to content

Commit

Permalink
tdnf: update to 3.4.8
Browse files Browse the repository at this point in the history
Change-Id: I0020d5feece7a1c4c38c33aadc07966f0e108c75
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/19257
Tested-by: gerrit-photon <[email protected]>
Reviewed-by: Tapas Kundu <[email protected]>
(cherry picked from commit 6e83ede)
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/19267
Reviewed-by: Oliver Kurth <[email protected]>
Tested-by: Oliver Kurth <[email protected]>
  • Loading branch information
oliverkurth committed Jan 24, 2023
1 parent 311a06e commit 3db2ff4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 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.7
Version: 3.4.8
Release: 1%{?dist}
Vendor: VMware, Inc.
Distribution: Photon
Expand All @@ -9,7 +9,7 @@ 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}=3a37839ebe2a2e8c3c94d7944629f2c98ff89c309280b54564c974e46a188ad0c1ae42be9ecd001225821df440a9f46ccb3664d946eaa4fca87d5e1b1162e54d
%define sha512 %{name}=448dbbe28c378d877c11bb61e448e84248e2b971f34849956baac2ae1ee68589231b01a5aa97c1820a8942cbf0e82bf9b60b75744e8886ca827245838b53113f

Patch0: pool_flag_noinstalledobsoletes.patch

Expand Down Expand Up @@ -261,6 +261,10 @@ systemctl try-restart %{name}-cache-updateinfo.timer >/dev/null 2>&1 || :
%{_unitdir}/%{name}-automatic-notifyonly.service

%changelog
* Mon Jan 23 2023 Oliver Kurth <[email protected]> 3.4.8-1
- update to 3.4.8:
- fix reinstall issue (PR #388)
- fix empty rpm db issue (PR #390)
* Thu Jan 19 2023 Oliver Kurth <[email protected]> 3.4.7-1
- update to 3.4.7 (configurable db dir)
* Thu Jan 12 2023 Oliver Kurth <[email protected]> 3.4.6-1
Expand Down

0 comments on commit 3db2ff4

Please sign in to comment.