rpms/report/EL-5 report.spec,1.5,1.6

Gavin Romig-Koch gavin at fedoraproject.org
Wed May 12 22:00:14 UTC 2010


Author: gavin

Update of /cvs/pkgs/rpms/report/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv18900

Modified Files:
	report.spec 
Log Message:
Resolves: bz#561830
* Wed May 12 2010 Gavin Romig-Koch <gavin at redhat.com> 0.12-1
- correct summary and description for strata client (RHEL 589707)
- remove component from bz query (Fedora 561830)
- add product, version, and component to strata create case (RHEL 590180)
- correct bug in report file parsing
- added pl lang
- update PO files
- fix memory leak: free attach_reponse in send_report_to_new_case
- a number of minor cleanups 
  - make it easy to build the RHEL configuration on Fedora for testing
  - add --gtk option to bin/report to improve ability to test
  - clean up _add_binding_from_string/isbinary problem
  - remove unused/unneeded patches from source repo
  - add example script showing htmlErrors
  - correct strata_client.h double underscores to single underscores
  - rename response_data to createcase_response in send_report_to_new_case
  - clean up warnings in strata_client code
  - correct/update strata testing scripts




Index: report.spec
===================================================================
RCS file: /cvs/pkgs/rpms/report/EL-5/report.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- report.spec	6 May 2010 17:14:25 -0000	1.5
+++ report.spec	12 May 2010 22:00:13 -0000	1.6
@@ -1,5 +1,10 @@
+
+%if 0%{?rhel}
+%define rhel_plugin 1
+%endif
+
 Name:           report
-Version:        0.11
+Version:        0.12
 Release:        1%{?dist}
 Summary:        Incident reporting library
 
@@ -33,6 +38,7 @@ Requires: report-config-default
 %endif
 
 
+
 %description
 A generic problem/bug/incident/error reporting library, that can be 
 configured to deliver a report to a variety of different ticketing 
@@ -58,7 +64,7 @@ Requires: report = %{version}-%{release}
 %description newt
 Provides Newt IO dialogs for the reporting library
 
-%if 0%{?rhel}
+%if 0%{?rhel_plugin}
 %package plugin-RHEL
 Summary:        Plugin template reporter to RHEL
 Group:          System Environment/Libraries
@@ -131,7 +137,7 @@ Requires: report-plugin-localsave = %{ve
 %description config-localsave
 Config for reporter to local directory
 
-%if 0%{?rhel}
+%if 0%{?rhel_plugin}
 %package config-RHEL
 Summary:        Config for reporter to RHEL
 Group:          System Environment/Libraries
@@ -164,7 +170,7 @@ rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 %find_lang %{name}
 
-%if 0%{?rhel}
+%if 0%{?rhel_plugin}
 rm $RPM_BUILD_ROOT%{_sysconfdir}/report.d/bugzilla.redhat.com.conf
 rm -rf $RPM_BUILD_ROOT%{python_sitearch}/report/plugins/bugzilla
 %else
@@ -235,7 +241,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %{python_sitearch}/report/plugins/localsave
 
-%if 0%{?rhel}
+%if 0%{?rhel_plugin}
 %files plugin-RHEL
 %defattr(-,root,root,-)
 %{python_sitearch}/report/plugins/RHEL
@@ -258,7 +264,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %config(noreplace) %{_sysconfdir}/report.d/localsave.conf
 
-%if 0%{?rhel}
+%if 0%{?rhel_plugin}
 %files config-RHEL
 %defattr(-,root,root,-)
 %config(noreplace) %{_sysconfdir}/report.d/RHEL.conf
@@ -271,6 +277,25 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed May 12 2010 Gavin Romig-Koch <gavin at redhat.com> 0.12-1
+- correct summary and description for strata client (RHEL 589707)
+- remove component from bz query (Fedora 561830)
+- add product, version, and component to strata create case (RHEL 590180)
+- correct bug in report file parsing
+- added pl lang
+- update PO files
+- fix memory leak: free attach_reponse in send_report_to_new_case
+- a number of minor cleanups 
+  - make it easy to build the RHEL configuration on Fedora for testing
+  - add --gtk option to bin/report to improve ability to test
+  - clean up _add_binding_from_string/isbinary problem
+  - remove unused/unneeded patches from source repo
+  - add example script showing htmlErrors
+  - correct strata_client.h double underscores to single underscores
+  - rename response_data to createcase_response in send_report_to_new_case
+  - clean up warnings in strata_client code
+  - correct/update strata testing scripts
+
 * Thu May 06 2010 Gavin Romig-Koch <gavin at redhat.com> 0.11-1
 - many minor changes to keep up with strata server
     including set the 'Accepted-Language:' header in the strata client 



More information about the scm-commits mailing list