diff --git a/SPECS/redhat-cloud-client-configuration.spec b/SPECS/redhat-cloud-client-configuration.spec index e57ab11..77933a2 100644 --- a/SPECS/redhat-cloud-client-configuration.spec +++ b/SPECS/redhat-cloud-client-configuration.spec @@ -1,6 +1,6 @@ Name: redhat-cloud-client-configuration Version: 1 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Red Hat cloud client configuration License: GPLv2+ URL: https://github.com/RedHatInsights/redhat-cloud-client-configuration @@ -76,13 +76,11 @@ install -m644 %{SOURCE10} -t %{buildroot}%{_presetdir}/ # insights-client %systemd_post insights-register.path %systemd_post insights-unregister.path -%systemd_post 80-insights-register.preset %systemd_post insights-unregistered.path #rhcd %if 0%{?rhel} >= 8 %systemd_post rhcd.path %systemd_post rhcd-stop.path -%systemd_post 80-rhcd-register.preset %endif # Make sure that rhsmcertd.service is enabled and running @@ -194,6 +192,9 @@ fi %changelog +* Fri Sep 16 2022 Gael Chamoulaud - 1-10 +- Remove preset files from %post directive + * Wed Jul 06 2022 Gaƫl Chamoulaud - 1-9 - Add LICENSE file