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)