From: Balazs Szekeres Date: Wed, 11 Sep 2019 14:05:07 +0000 (+0200) Subject: Turns out those are not spaces X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=69d5b074ebb0f05d14b2adf1c46fe3638e090707;p=ta%2Fcaas-install.git Turns out those are not spaces Removed uprintable garbage Change-Id: Idb029cc961c40fc027fe6457c3d9e10cf6984f47 Signed-off-by: Balazs Szekeres --- diff --git a/SPECS/instantiate.spec b/SPECS/instantiate.spec index 2d14dd7..129338e 100644 --- a/SPECS/instantiate.spec +++ b/SPECS/instantiate.spec @@ -15,7 +15,7 @@ %define COMPONENT instantiate %define RPM_NAME caas-%{COMPONENT} %define RPM_MAJOR_VERSION 1.0.0 -%define RPM_MINOR_VERSION 14 +%define RPM_MINOR_VERSION 15 Name: %{RPM_NAME} Version: %{RPM_MAJOR_VERSION} @@ -103,7 +103,7 @@ ln -sf %{_playbooks_path}/openrc_hack.yaml %{_postconfig_path}/ ln -sf %{_playbooks_path}/pre_config_all.yaml %{_postconfig_path}/ mkdir -p %{_finalize_path}/ -ln -sf %{_playbooks_path}/caas_cleanup.yaml     %{_finalize_path}/ +ln -sf %{_playbooks_path}/caas_cleanup.yaml %{_finalize_path}/ %postun if [ $1 -eq 0 ]; then