Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
f3392c909b |
@@ -1 +1,2 @@
|
||||
D /run/memcached 0750 memcached memcached
|
||||
D /var/lib/memcached 0751 memcached memcached
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user