Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
packaging
suse-redis
Commits
bce7cabb
Commit
bce7cabb
authored
Dec 16, 2019
by
Henrik Triem
Browse files
Remove systemctl-related stuff
parent
39262d3b
Pipeline
#7906
failed with stages
in 2 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
redis.spec
View file @
bce7cabb
...
...
@@ -135,7 +135,7 @@ getent passwd %{name} >/dev/null || \
#%service_add_pre %{name}.service
%post
systemd-tmpfiles --create %{_libexecdir}/tmpfiles.d/%{name}.conf || true
#
systemd-tmpfiles --create
%
%{_libexecdir}/tmpfiles.d/%
%
{name}.conf || true
#%service_add_post %{name}.service
echo "See %{_docdir}/%{name}/README.SUSE to continue"
...
...
@@ -148,11 +148,11 @@ echo "See %{_docdir}/%{name}/README.SUSE to continue"
%files
%license COPYING
%doc 00-RELEASENOTES BUGS CONTRIBUTING README.md
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%config(noreplace) %{_sysconfdir}/sysctl.d/00-%{name}.conf
#
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
#
%config(noreplace) %{_sysconfdir}/sysctl.d/00-%{name}.conf
%{_bindir}/%{name}-*
%{_sbindir}/%{name}-*
%{_sbindir}/rc%{name}
#
%{_sbindir}/rc%{name}
%{_libexecdir}/tmpfiles.d/%{name}.conf
#%%{_unitdir}/%%{name}.service
#%%{_unitdir}/%%{name}.target
...
...
Write
Preview
Supports
Markdown
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