[eclipse-mylyn-tasks/f16: 4/5] Fix Red Hat bugzilla custom transaction.

Alexander Kurtakov akurtakov at fedoraproject.org
Thu Oct 6 19:46:11 UTC 2011


commit 19684f2732703de1020d474b5769a046832ef42b
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Thu Oct 6 22:34:45 2011 +0300

    Fix Red Hat bugzilla custom transaction.

 eclipse-mylyn-tasks.spec               |   13 ++++---------
 redhat-bugzilla-custom-transitions.txt |    4 ++--
 2 files changed, 6 insertions(+), 11 deletions(-)
---
diff --git a/eclipse-mylyn-tasks.spec b/eclipse-mylyn-tasks.spec
index 32ee4d8..0c41153 100644
--- a/eclipse-mylyn-tasks.spec
+++ b/eclipse-mylyn-tasks.spec
@@ -7,7 +7,7 @@
 Name: eclipse-mylyn-tasks
 Summary: Mylyn Bugzilla/Trac Tasks Connectors
 Version: 3.6.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: EPL
 URL: http://www.eclipse.org/mylyn/tasks
 
@@ -145,33 +145,28 @@ popd
 
 
 # eclips-mylyn-tasks-bugzilla
-
 %files bugzilla
-%defattr(-,root,root,-)
 %{install_loc}/mylyn-bugzilla
 %doc eclipse-mylyn-tasks-R_3_6_0-fetched-src/org.eclipse.mylyn.bugzilla-feature/epl-v10.html
 %doc eclipse-mylyn-tasks-R_3_6_0-fetched-src/org.eclipse.mylyn.bugzilla-feature/license.html
 
-
 # eclips-mylyn-tasks-trac
-
 %files trac
-%defattr(-,root,root,-)
 %{install_loc}/mylyn-trac
 %doc eclipse-mylyn-tasks-R_3_6_0-fetched-src/org.eclipse.mylyn.trac-feature/epl-v10.html
 %doc eclipse-mylyn-tasks-R_3_6_0-fetched-src/org.eclipse.mylyn.trac-feature/license.html
 
-
 # eclips-mylyn-tasks-web
-
 %files web
-%defattr(-,root,root,-)
 %{install_loc}/mylyn-webtasks
 %doc eclipse-mylyn-tasks-R_3_6_0-fetched-src/org.eclipse.mylyn.web.tasks-feature/epl-v10.html
 %doc eclipse-mylyn-tasks-R_3_6_0-fetched-src/org.eclipse.mylyn.web.tasks-feature/license.html
 
 
 %changelog
+* Thu Oct 6 2011 Alexander Kurtakov <akurtako at redhat.com> 3.6.0-3
+- Fix Red Hat bugzilla custom transaction.
+
 * Tue Jul 26 2011 Minoo Ziaei <mziaei at redhat.com> 3.6.0-2
 - Added the symlinks into the webtask directory.
 
diff --git a/redhat-bugzilla-custom-transitions.txt b/redhat-bugzilla-custom-transitions.txt
index 34fd9cd..06fd1b5 100644
--- a/redhat-bugzilla-custom-transitions.txt
+++ b/redhat-bugzilla-custom-transitions.txt
@@ -3,8 +3,8 @@ DuplicateStatus=CLOSED
 ClosedCustomStatus=CLOSED
 ClosedCustomStatus=POST
 <transitions>
-name :UNCONFIRMED:, can_change_to :NEW,ASSIGNED,RESOLVED,MODIFIED,ON_DEV,ON_QA,VERIFIED,RELEASE_PENDING,POST,CLOSED:
-name :NEW:, can_change_to :ASSIGNED,RESOLVED,MODIFIED,ON_DEV,ON_QA,VERIFIED,RELEASE_PENDING,POST,CLOSED:
+name :UNCONFIRMED:, can_change_to :NEW,ASSIGNED,MODIFIED,ON_DEV,ON_QA,VERIFIED,RELEASE_PENDING,POST,CLOSED:
+name :NEW:, can_change_to :ASSIGNED,MODIFIED,ON_DEV,ON_QA,VERIFIED,RELEASE_PENDING,POST,CLOSED:
 name :ASSIGNED:, can_change_to :MODIFIED,ON_DEV,ON_QA,VERIFIED,RELEASE_PENDING,POST,CLOSED:
 name :MODIFIED:, can_change_to :NEW,ASSIGNED,ON_DEV,ON_QA,VERIFIED,RELEASE_PENDING,POST,CLOSED:
 name :ON_DEV:, can_change_to :NEW,ASSIGNED,MODIFIED,ON_QA,VERIFIED,RELEASE_PENDING,POST,CLOSED:


More information about the scm-commits mailing list