Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
packaging
redhat-redis
Commits
69b89dcd
Commit
69b89dcd
authored
Nov 20, 2019
by
Markus Frosch
📣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update file owners to match the daemon
parent
4612be51
Pipeline
#7310
passed with stages
in 3 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
redis.spec
redis.spec
+7
-7
No files found.
redis.spec
View file @
69b89dcd
...
@@ -264,12 +264,12 @@ exit 0
...
@@ -264,12 +264,12 @@ exit 0
%{!?_licensedir:%global license %%doc}
%{!?_licensedir:%global license %%doc}
%license COPYING
%license COPYING
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%attr(0640,
redis
, root) %config(noreplace) %{_sysconfdir}/%{name}/%{src_name}.conf
%attr(0640,
%{name}
, root) %config(noreplace) %{_sysconfdir}/%{name}/%{src_name}.conf
# %%attr(0640,
redis
, root) %%config(noreplace) %%{_sysconfdir}/%%{name}/%%{src_name}-sentinel.conf
# %%attr(0640,
%%{name}
, root) %%config(noreplace) %%{_sysconfdir}/%%{name}/%%{src_name}-sentinel.conf
%dir %attr(0750,
redis, redis
) %{_libdir}/%{name}
%dir %attr(0750,
%{name}, %{name}
) %{_libdir}/%{name}
%dir %attr(0750,
redis, redis
) %{redis_modules_dir}
%dir %attr(0750,
%{name}, %{name}
) %{redis_modules_dir}
%dir %attr(0750,
redis, redis
) %{_sharedstatedir}/%{name}
%dir %attr(0750,
%{name}, %{name}
) %{_sharedstatedir}/%{name}
%dir %attr(0750,
redis, redis
) %{_localstatedir}/log/%{name}
%dir %attr(0750,
%{name}, %{name}
) %{_localstatedir}/log/%{name}
# %%exclude %%{macrosdir}
# %%exclude %%{macrosdir}
# %%exclude %%{_includedir}
# %%exclude %%{_includedir}
# %%exclude %%{_docdir}/%%{name}/*
# %%exclude %%{_docdir}/%%{name}/*
...
@@ -284,7 +284,7 @@ exit 0
...
@@ -284,7 +284,7 @@ exit 0
%config(noreplace) %{_sysconfdir}/systemd/system/%{name}.service.d/limit.conf
%config(noreplace) %{_sysconfdir}/systemd/system/%{name}.service.d/limit.conf
# %dir %%{_sysconfdir}/systemd/system/%%{name}-sentinel.service.d
# %dir %%{_sysconfdir}/systemd/system/%%{name}-sentinel.service.d
# %%config(noreplace) %%{_sysconfdir}/systemd/system/%%{name}-sentinel.service.d/limit.conf
# %%config(noreplace) %%{_sysconfdir}/systemd/system/%%{name}-sentinel.service.d/limit.conf
%dir %attr(0755,
redis, redis
) %ghost %{_localstatedir}/run/%{name}
%dir %attr(0755,
%{name}, %{name}
) %ghost %{_localstatedir}/run/%{name}
# %%files devel
# %%files devel
# %%license COPYING
# %%license COPYING
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment