Accepting request 418651 from home:olh:branches:Base:System

- Install binaries with read permissions (bnc#990837)

OBS-URL: https://build.opensuse.org/request/show/418651
OBS-URL: https://build.opensuse.org/package/show/Base:System/blog?expand=0&rev=17
This commit is contained in:
Marcus Meissner 2016-08-30 13:52:53 +00:00 committed by Git OBS Bridge
parent 5d52c1c19b
commit 3adfcee93f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 11 10:21:35 UTC 2016 - olaf@aepfle.de
- Install binaries with read permissions (bnc#990837)
-------------------------------------------------------------------
Mon Feb 22 12:17:51 UTC 2016 - werner@suse.de

View File

@ -76,7 +76,7 @@ make %{?_smp_mflags} CC="%__cc" \
%install
make %{?_smp_mflags} install \
MANPATH=%{_mandir} \
INSTBINFLAGS="-m 0700" \
INSTBINFLAGS="-m 0744" \
LIBDIR=%{_libdir} \
INCDIR=%{_includedir} \
SYSDUNITS=%{_unitdir} \