Skip to content

Commit 97d5876

Browse files
authored
git: use openssh-clients instead of full openssh package (#13448)
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
1 parent 2ded8c3 commit 97d5876

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

SPECS/git/git.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Summary: Fast distributed version control system
88
Name: git
99
Version: 2.45.3
10-
Release: 1%{?dist}
10+
Release: 2%{?dist}
1111
License: GPLv2
1212
Vendor: Microsoft Corporation
1313
Distribution: Azure Linux
@@ -19,7 +19,7 @@ BuildRequires: python3-devel
1919
Requires: curl
2020
Requires: expat
2121
Requires: less
22-
Requires: openssh
22+
Requires: openssh-clients
2323
Requires: openssl
2424
Requires: perl-CGI
2525
Requires: perl-DBI
@@ -173,6 +173,9 @@ fi
173173
%endif
174174

175175
%changelog
176+
* Thu Apr 17 2025 Muhammad Falak <mwani@microsoft.com> - 2.45.3-2
177+
- Add dependency only for openssh-clients instead of openssh
178+
176179
* Tue Jan 14 2025 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 2.45.3-1
177180
- Auto-upgrade to 2.45.3 - CVE-2024-50349 and CVE-2024-52006
178181

0 commit comments

Comments
 (0)