#5 Disable reflections by default in RHEL builds
Merged a year ago by zmiklank. Opened a year ago by yselkowitz.
rpms/ yselkowitz/jna rawhide  into  rawhide

file modified
+4
@@ -1,5 +1,9 @@ 

  # Allow conditionally building without the reflections library

+ %if %{defined rhel}

+ %bcond_with reflections

+ %else

  %bcond_without reflections

+ %endif

  

  Name:           jna

  Version:        5.13.0

reflections is optional here and unwanted in RHEL, e.g. in c9s:

https://gitlab.com/redhat/centos-stream/rpms/jna/-/commit/1db55ad7234450afb09c1cf29a5d64ab369ffead

This will drop the unwanted reflections from ELN without affecting rawhide.

Seems reasonable, thanks.

Pull-Request has been merged by zmiklank

a year ago
Metadata