[darkserver/el6] Commit for the 0.4.1 release for EL6.

Kushal Das kushal at fedoraproject.org
Tue Mar 13 11:46:24 UTC 2012


commit a2925c5a4023380adb943959e029ce788fa368aa
Author: Kushal Das <kushal at fedoraproject.org>
Date:   Tue Mar 13 17:13:36 2012 +0530

    Commit for the 0.4.1 release for EL6.

 .gitignore      |    1 +
 darkserver.spec |    6 +++++-
 sources         |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8233d7c..e339dc2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /darkserver-0.3.tar.gz
 /darkserver-0.4.tar.gz
+/darkserver-0.4.1.tar.gz
diff --git a/darkserver.spec b/darkserver.spec
index cb05a3e..c3b67f6 100644
--- a/darkserver.spec
+++ b/darkserver.spec
@@ -1,5 +1,5 @@
 Name:           darkserver
-Version:        0.4
+Version:        0.4.1
 Release:        1%{?dist}
 Summary:        GNU build-id service
 Group:          Applications/Publishing
@@ -36,6 +36,7 @@ and provide them in JSON format through web.
 
 %{_sbindir}/darkserver.wsgi
 %config(noreplace)     %{_sysconfdir}/%{name}/settings*
+%config(noreplace)     %{_sysconfdir}/%{name}/darkserverweb.conf
 %config(noreplace)     %{_sysconfdir}/httpd/conf.d/darkserver-httpd.conf
 %dir %{_sysconfdir}/%{name}
 %dir %{python_sitelib}/darkserverweb/
@@ -49,6 +50,9 @@ and provide them in JSON format through web.
 
 
 %changelog
+* Tue Mar 13 2012 Kushal Das <kushal at fedoraproject.org> - 0.4.1-1
+- Updated the source to 0.4.1, fixed syncdb issue
+
 * Tue Mar 13 2012 Kushal Das <kushal at fedoraproject.org> - 0.4-1
 - Updated the source to 0.4, removed the subpackage
 
diff --git a/sources b/sources
index 2cf7f11..c8efd88 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-00351123fff497c731b7b962cc4e5498  darkserver-0.4.tar.gz
+f3f18f24d259e5a434aea6dec2ff4722  darkserver-0.4.1.tar.gz


More information about the scm-commits mailing list