The brltty rpms
Find a file
Yaakov Selkowitz b1b54d1b7c Fix exclusions from main package
commit d38d4c4352 ("Use bcond consistently")
included a few substitutions of:

- %if %{!JAVA}
+ %if %{without java}

However, while that was the *intended* meaning of the original syntax, it
should have been `%if ! %{JAVA}` to have that effect.  Instead, it was
evaluated the same as `%if %{JAVA}`, so the modules that were supposed to
be excluded from the main package (as they are in subpackages) were still
being excluded (except on i686 once Java was dropped thereon, but nobody
noticed because that's just multilib nowadays).  Fixing the syntax though
broke the intention, causing the opposite effect.

This fixes the exclusions to work as originally intended.
2025-01-30 20:16:56 -05:00
tests Add brltty tests from the upstreamfirst (OSCI) project. 2018-05-15 14:15:44 -04:00
.gitignore New version 2022-06-14 23:06:40 +02:00
brlapi-config.h Fixed brlapi multilib 2021-05-13 19:52:44 +02:00
brlapi-forbuild.h Fixed brlapi multilib 2021-05-13 19:52:44 +02:00
brltty-6.3-libspeechd.patch New version 2021-02-02 11:16:11 +01:00
brltty-6.3-loadLibrary.patch New version 2021-02-02 11:16:11 +01:00
brltty-6.6-cython3.patch Fix the Cython 3 crash and build with Cython 3 again 2023-08-15 09:35:12 -07:00
brltty.service Improved brltty service to start before display manager and getty 2018-06-11 21:27:00 +02:00
brltty.spec Fix exclusions from main package 2025-01-30 20:16:56 -05:00
brltty.sysusers Use sysusers for brlapi group 2023-12-20 12:52:17 -06:00
sources 6.6 2023-07-24 15:13:37 -05:00