Turns out those are not spaces 65/1565/1
authorBalazs Szekeres <balazs.szekeres@nokia.com>
Wed, 11 Sep 2019 14:05:07 +0000 (16:05 +0200)
committerBalazs Szekeres <balazs.szekeres@nokia.com>
Wed, 11 Sep 2019 14:05:48 +0000 (16:05 +0200)
Removed uprintable garbage

Change-Id: Idb029cc961c40fc027fe6457c3d9e10cf6984f47
Signed-off-by: Balazs Szekeres <balazs.szekeres@nokia.com>
SPECS/instantiate.spec

index 2d14dd7..129338e 100644 (file)
@@ -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