change name of RPM
diff --git a/Makefile b/Makefile
index f6573ca..2b55526 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-NAME = opencloud
+NAME = xos
SPECFILE = $(NAME).spec
VERSION = $(shell rpm -q --specfile $(SPECFILE) --qf '%{VERSION}\n' | head -n 1)
RELEASE = $(shell rpm -q --specfile $(SPECFILE) --qf '%{RELEASE}\n' | head -n 1)
diff --git a/opencloud.spec b/xos.spec
similarity index 95%
rename from opencloud.spec
rename to xos.spec
index 611750d..5896250 100644
--- a/opencloud.spec
+++ b/xos.spec
@@ -1,7 +1,7 @@
Summary: OpenCloud core services
-Name: opencloud
-Version: 1.0.29
-Release: 3
+Name: xos
+Version: 1.1.0
+Release: 1
License: GPL+
Group: Development/Tools
Source0: %{_tmppath}/%{name}-%{version}.tar.gz
@@ -96,7 +96,7 @@
# remove config files from the file list (see %config below)
cat > %{_tmppath}/config-files << "EOF"
-/opt/planetstack/plstackapi_config
+/opt/planetstack/xos_config
/opt/planetstack/deployment_auth.py
EOF
@@ -112,7 +112,7 @@
%files -f %{_tmppath}/tmp-filelist
%defattr(-,root,root,-)
-%config /opt/planetstack/plstackapi_config
+%config /opt/planetstack/xos_config
%config /opt/planetstack/deployment_auth.py
%config /opt/planetstack/model-deps
@@ -148,7 +148,7 @@
%preun
if [ "$1" = 0 ] ; then
- echo "UNINSTALL - destroying planetstack"
+ echo "UNINSTALL - destroying xos"
rm -rf /opt/planetstack
fi