summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rwxr-xr-xMakefile2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 212422f..62d452b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+commit a1c54d89aec78c9b797710723797a974ba0cd2b0
+Author: Scott Bahling <sbahling@suse.de>
+Date: Wed Apr 8 15:20:36 2015 +0200
+
+ Setup package
+
commit d4bdc1c110eaa0f0bd5702c01613a43de326757e
Author: Scott Bahling <sbahling@suse.de>
Date: Mon Feb 23 12:34:32 2015 +0100
diff --git a/Makefile b/Makefile
index 40fa280..c4c2310 100755
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ RELEASE = $(shell git describe --tags --dirty --always)
TARFILE = $(DISTDIR)/$(RELEASE).tar.bz2
PREFIX = $(shell echo $(RELEASE) | cut -d '-' -f 1)
GITVERSION = $(shell echo $(RELEASE) | cut -d '-' -f 2-)
-SPECFILE = $(DISTDIR)/$(PREFIX).spec
+SPECFILE = $(DISTDIR)/python-$(PREFIX).spec
#
# Replace '-' with '_' in version to be rpm compatible
# This version is used in the spec file for the rpm