diff --git a/dLeyna.changes b/dLeyna.changes index d53ef5a..0b1621f 100644 --- a/dLeyna.changes +++ b/dLeyna.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Oct 4 16:59:55 UTC 2023 - Bjørn Lie + +- Remove executable bit from download_sync_controller.py. Fix + rpmlint warning. + ------------------------------------------------------------------- Fri Sep 29 21:12:49 UTC 2023 - Bjørn Lie diff --git a/dLeyna.spec b/dLeyna.spec index dd1b8c0..5d6a27d 100644 --- a/dLeyna.spec +++ b/dLeyna.spec @@ -85,6 +85,8 @@ management and an IPC abstraction API. %install %meson_install +# Remove executable bit +chmod -x %{buildroot}%{python_sitelib}/dLeyna/download_sync_controller.py %ldconfig_scriptlets