Martin Liška
Martin Liška
Thanks for the file. So can you please experiment with something like: ```patch diff --git a/rpmlint/checks/SpecCheck.py b/rpmlint/checks/SpecCheck.py index 997d974c..739840be 100644 --- a/rpmlint/checks/SpecCheck.py +++ b/rpmlint/checks/SpecCheck.py @@ -436,7 +436,7 @@ class SpecCheck(AbstractCheck):...
Let's use the workaround for now. The issue is correct, but has very low priority for me, sorry.
The one mentioned in https://github.com/rpm-software-management/rpmlint/issues/856#issuecomment-1252382833 ?
> I think I'd sooner add an ignore in the `rpmlintrc` than to start breaking the real-world data just to appease the broken validator. Yes, that would be the easiest...
I see this feature as very handy! The @stefantalpalaru's patch works fine, but I would prefer to display the location only on hover, it makes the report less readable.
@coolo Thanks for move.
May I pleas remind this issue..
@adrianschroeter Can you please Adrian take a look. It's blocking us from enabling of PGO in `MozillaFirefox` package as it uses `/dev/shm` for inter-process communication.
> the build script is mounting /dev/shm also in chroot .... Yes, but the partition is not writable in chroot: ` abuild@marxinbox:~> ls -l /dev/ | grep shm drwxr-xr-x 2...
Yes, it's problem in OneTBB: ```c enum class exception_id { bad_alloc = 1, bad_last_alloc, user_abort, nonpositive_step, out_of_range, reservation_length_error, missing_wait, invalid_load_factor, invalid_key, bad_tagged_msg_cast, unsafe_wait, #if __TBB_PREVIEW_TASK_GROUP_EXTENSIONS bad_task_handle, bad_task_handle_wrong_task_group, #endif // __TBB_PREVIEW_TASK_GROUP_EXTENSIONS...