Skip to content
Snippets Groups Projects
Verified Commit 9fa5ef10 authored by Louis Abel's avatar Louis Abel :tv:
Browse files

run an rm instead

parent db7bcbc5
No related branches found
No related tags found
No related merge requests found
......@@ -63,8 +63,8 @@ spec_change {
search_and_replace {
any: true
find: "install -m 644 %{_builddir}/%{buildsubdir}/etc-conf/redhat-entitlement-authority.pem %{buildroot}/%{_sysconfdir}/rhsm/ca/redhat-entitlement-authority.pem"
#replace: "rm %{buildroot}/%{_sysconfdir}/rhsm/ca/redhat-entitlement-authority.pem"
replace: "# remove redhat entitlement"
replace: "rm %{buildroot}/%{_sysconfdir}/rhsm/ca/redhat-entitlement-authority.pem"
#replace: "# remove redhat entitlement"
n: 1
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment