Accepting request 595017 from home:simotek:branches:network:utilities

- Home directory shouldn't be world readable bsc#1077718
- Mention that this stream isn't affected by bsc#1085209, 
  CVE-2018-1000127 to make the checker bots happy.

OBS-URL: https://build.opensuse.org/request/show/595017
OBS-URL: https://build.opensuse.org/package/show/network:utilities/memcached?expand=0&rev=47
This commit is contained in:
Alexander Naumov 2018-04-10 12:21:35 +00:00 committed by Git OBS Bridge
parent fb1b9856b2
commit a2409e1f57
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Apr 5 00:15:11 UTC 2018 - sflees@suse.de
- Home directory shouldn't be world readable bsc#1077718
- Mention that this stream isn't affected by bsc#1085209,
CVE-2018-1000127 to make the checker bots happy.
-------------------------------------------------------------------
Fri Mar 9 08:55:34 UTC 2018 - dmueller@suse.com

View File

@ -101,7 +101,7 @@ make %{?_smp_mflags}
%install
make DESTDIR=%{buildroot} install %{?_smp_mflags}
install -D -m 0755 scripts/memcached-tool %{buildroot}%{_sbindir}/memcached-tool
install -Dd -m 0755 %{buildroot}%{_localstatedir}/lib/%{name}
install -Dd -m 0751 %{buildroot}%{_localstatedir}/lib/%{name}
install -D -m 0644 %{SOURCE2} %{buildroot}%{_fillupdir}/sysconfig.%{name}
%if 0%{?suse_version} > 1210
ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
@ -154,7 +154,7 @@ ln -s ../..%{_sysconfdir}/init.d/%{name} %{buildroot}%{_sbindir}/rc%{name}
%{_sysconfdir}/init.d/%{name}
%endif
%{_fillupdir}/sysconfig.%{name}
%dir %attr(755,root,root) %{_localstatedir}/lib/%{name}
%dir %attr(751,root,root) %{_localstatedir}/lib/%{name}
%files devel
%defattr(-,root,root)