diff --git a/argyllcms.changes b/argyllcms.changes index ba44096..d03615b 100644 --- a/argyllcms.changes +++ b/argyllcms.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Dec 7 11:31:17 UTC 2022 - Dominique Leuenberger + +- Do not set everything inside doc/ mode 644; otherwise the + directories are set 644 as well, which means no files inside are + accessible. This resulted in the past in doc/ actually not being + added to the devel package. + ------------------------------------------------------------------- Wed Aug 17 21:24:47 UTC 2022 - Dirk Müller diff --git a/argyllcms.spec b/argyllcms.spec index 1fd8d33..6543050 100644 --- a/argyllcms.spec +++ b/argyllcms.spec @@ -124,7 +124,7 @@ install -d -m 0755 %{buildroot}%{_udevrulesdir} install -p -m 0644 usb/55-Argyll.rules \ %{buildroot}%{_udevrulesdir} chmod a-x *.txt -chmod a-x doc/* +find doc -type f -exec chmod a-x {} \; %files %doc *.txt