Skip to content

Commit

Permalink
redhat: no need to recursively remove srp_daemon.sh
Browse files Browse the repository at this point in the history
[ Upstream commit 750796a ]

Fixes: 40d6726 ("srp: Fix redhat packaging")
Signed-off-by: Honggang Li <honli@redhat.com>
Signed-off-by: Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
  • Loading branch information
Honggang-LI authored and nmorey committed Nov 16, 2020
1 parent f6785e7 commit b7c5c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redhat/rdma-core.spec
Expand Up @@ -344,7 +344,7 @@ install -D -m0644 ibacm_opts.cfg %{buildroot}%{_sysconfdir}/rdma/

# Delete the package's init.d scripts
rm -rf %{buildroot}/%{_initrddir}/
rm -rf %{buildroot}/%{_sbindir}/srp_daemon.sh
rm -f %{buildroot}/%{_sbindir}/srp_daemon.sh

%post -n rdma-core
# we ship udev rules, so trigger an update.
Expand Down

0 comments on commit b7c5c6f

Please sign in to comment.