Dominique Leuenberger 6 months ago committed by Git OBS Bridge
commit e91ebc85e0

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Dec 7 11:31:17 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
- 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 <dmueller@suse.com>

@ -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

Loading…
Cancel
Save