#93 Don't build with SRP on ELN
Merged 10 months ago by zfridric. Opened 10 months ago by sgallagh.
rpms/ sgallagh/gnutls fix_eln  into  rawhide

file modified
+1 -1
@@ -31,7 +31,7 @@ 

  %bcond_with certificate_compression

  %bcond_without tests

  

- %if 0%{?fedora} < 38

+ %if 0%{?fedora} && 0%{?fedora} < 38

  %bcond_without srp

  %else

  %bcond_with srp

Signed-off-by: Stephen Gallagher sgallagh@redhat.com

My assumption here is that this conditional was always meant to mean "Fedora 37 or older" and not to implicitly include RHEL, which it does now (since on RHEL/CentOS/ELN, 0%{fedora} resolves to 0, which is less than 38).

Currently, ELN builds are failing a test for SRP on all arches. See https://koji.fedoraproject.org/koji/taskinfo?taskID=105441938 for an example.

I see. Thank you for the MR.

Pull-Request has been merged by zfridric

10 months ago
Metadata