Accepting request 595209 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/595209 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/memcached?expand=0&rev=37
This commit is contained in:
commit
d22a2a17b1
@ -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
|
Fri Mar 9 08:55:34 UTC 2018 - dmueller@suse.com
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ make %{?_smp_mflags}
|
|||||||
%install
|
%install
|
||||||
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
||||||
install -D -m 0755 scripts/memcached-tool %{buildroot}%{_sbindir}/memcached-tool
|
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}
|
install -D -m 0644 %{SOURCE2} %{buildroot}%{_fillupdir}/sysconfig.%{name}
|
||||||
%if 0%{?suse_version} > 1210
|
%if 0%{?suse_version} > 1210
|
||||||
ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
|
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}
|
%{_sysconfdir}/init.d/%{name}
|
||||||
%endif
|
%endif
|
||||||
%{_fillupdir}/sysconfig.%{name}
|
%{_fillupdir}/sysconfig.%{name}
|
||||||
%dir %attr(755,root,root) %{_localstatedir}/lib/%{name}
|
%dir %attr(751,root,root) %{_localstatedir}/lib/%{name}
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user