-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from xcp-ng-rpms/fix-koji-build
Fix koji build
- Loading branch information
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
%define sshd_gid 74 | ||
|
||
# Do we want to disable building of gnome-askpass? (1=yes 0=no) | ||
%define no_gnome_askpass 0 | ||
%define no_gnome_askpass 1 | ||
|
||
# Do we want to link against a static libcrypto? (1=yes 0=no) | ||
%define static_libcrypto 0 | ||
|
@@ -200,6 +200,7 @@ BuildRequires: fipscheck-devel >= 1.3.0 | |
BuildRequires: openssl-devel >= 0.9.8j | ||
BuildRequires: perl-podlators | ||
BuildRequires: systemd-devel | ||
BuildRequires: gcc | ||
|
||
%if %{kerberos5} | ||
BuildRequires: krb5-devel | ||
|
@@ -655,11 +656,12 @@ getent passwd sshd >/dev/null || \ | |
|
||
%changelog | ||
* Tue Apr 30 2024 Thierry Escande <[email protected]> - 7.4p1-23.2.1 + 0.10.3-2.23.2.1 | ||
- Cleanup spec file | ||
- Harden default ciphers and algorithms | ||
- Disable GSSAPIAuthentication in sshd_config | ||
- Remove build dependency on xauth (used for X11 forwarding not supported on XCP-ng hosts) | ||
- Make use of xcpng_subrel macro for versioning | ||
- Disable gnome_askpass | ||
- Add BuildRequires for gcc | ||
|
||
* Wed Jan 24 2024 Alex Brett <[email protected]> - 7.4p1-23.2 + 0.10.3-2 | ||
- Fix for CVE-2023-48795: Add strict key exchange extension | ||
|