Accepting request 1042070 from home:dimstar:Factory
- 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. OBS-URL: https://build.opensuse.org/request/show/1042070 OBS-URL: https://build.opensuse.org/package/show/multimedia:color_management/argyllcms?expand=0&rev=54
This commit is contained in:
parent
136c359d5f
commit
ff50eb4909
@ -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…
Reference in New Issue
Block a user