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

remove certificate

parent acdaecd9
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,13 @@ spec_change {
n: 1
}
search_and_replace {
any: true
find: "install -m 644 %{_builddir}/%{buildsubdir}/src/content_plugins/redhat-entitlement-authority.pem %{buildroot}%{_sysconfdir}/docker/certs.d/cdn.redhat.com/redhat-entitlement-authority.crt"
replace: "rm %{buildroot}%{_sysconfdir}/docker/certs.d/cdn.redhat.com/redhat-entitlement-authority.crt"
n: 1
}
search_and_replace {
any: true
find: "%files -f rhsm.lang"
......
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