We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ded8c3 commit 97d5876Copy full SHA for 97d5876
1 file changed
SPECS/git/git.spec
@@ -7,7 +7,7 @@
7
Summary: Fast distributed version control system
8
Name: git
9
Version: 2.45.3
10
-Release: 1%{?dist}
+Release: 2%{?dist}
11
License: GPLv2
12
Vendor: Microsoft Corporation
13
Distribution: Azure Linux
@@ -19,7 +19,7 @@ BuildRequires: python3-devel
19
Requires: curl
20
Requires: expat
21
Requires: less
22
-Requires: openssh
+Requires: openssh-clients
23
Requires: openssl
24
Requires: perl-CGI
25
Requires: perl-DBI
@@ -173,6 +173,9 @@ fi
173
%endif
174
175
%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
+
179
* Tue Jan 14 2025 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 2.45.3-1
180
- Auto-upgrade to 2.45.3 - CVE-2024-50349 and CVE-2024-52006
181
0 commit comments