1 Commits

Author SHA256 Message Date
Petr Gajdos
f3392c909b [jsc#PED-14808] 2026-02-13 11:17:38 +01:00
3 changed files with 13 additions and 1 deletions

View File

@@ -1 +1,2 @@
D /run/memcached 0750 memcached memcached
D /var/lib/memcached 0751 memcached memcached

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Feb 13 10:13:28 UTC 2026 - Petr Gajdos <pgajdos@suse.com>
- package /var/lib/memcached trough tmpfiles [jsc#PED-14808]
- modified sources
* memcached-tmpfiles.conf
-------------------------------------------------------------------
Wed Jun 25 13:58:12 UTC 2025 - pgajdos@suse.com

View File

@@ -175,9 +175,13 @@ getent passwd %{name} >/dev/null || \
%endif
%if %{with tmpfiles}
%{_tmpfilesdir}/%{name}.conf
%dir %ghost %{_rundir}/%{name}
%ghost %dir %attr(750,memcached,memcached) %{_rundir}/%{name}
%ghost %dir %attr(751,memcached,memcached) %{_localstatedir}/lib/%{name}
%else
%dir %attr(751,memcached,memcached) %{_localstatedir}/lib/%{name}
%endif
%files devel
%doc AUTHORS ChangeLog NEWS doc/*.txt
%license COPYING