Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b8ad1b1d9c | ||
|
|
7af63e3550 | ||
|
|
a0edd4275f | ||
|
|
395b2d0edb | ||
|
|
641234d9b1 | ||
|
|
402bbfa775 | ||
|
|
7bd52079fc |
3 changed files with 60 additions and 39 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -4,3 +4,8 @@
|
||||||
/abrt-java-connector-1.0.3-872c1de.tar.gz
|
/abrt-java-connector-1.0.3-872c1de.tar.gz
|
||||||
/abrt-java-connector-1.0.4-e97c189.tar.gz
|
/abrt-java-connector-1.0.4-e97c189.tar.gz
|
||||||
/abrt-java-connector-1.0.5-9214372.tar.gz
|
/abrt-java-connector-1.0.5-9214372.tar.gz
|
||||||
|
/abrt-java-connector-1.0.6-befb850.tar.gz
|
||||||
|
/abrt-java-connector-1.0.7-873f82e.tar.gz
|
||||||
|
/abrt-java-connector-1.0.8-39322b0.tar.gz
|
||||||
|
/abrt-java-connector-1.0.9-c933894.tar.gz
|
||||||
|
/abrt-java-connector-1.0.10-fdf80c5.tar.gz
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
%global commit 9214372f6635aa377954f26a7c4dc90477a14564
|
%global commit fdf80c5de2400437cc2fbe56f14aacbf346274df
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
|
|
||||||
Name: abrt-java-connector
|
Name: abrt-java-connector
|
||||||
Version: 1.0.5
|
Version: 1.0.10
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: JNI Agent library converting Java exceptions to ABRT problems
|
Summary: JNI Agent library converting Java exceptions to ABRT problems
|
||||||
|
|
||||||
|
|
@ -12,8 +12,15 @@ URL: https://github.com/jfilak/abrt-java-connector
|
||||||
Source0: https://github.com/jfilak/%{name}/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz
|
Source0: https://github.com/jfilak/%{name}/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz
|
||||||
|
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
|
BuildRequires: satyr-devel
|
||||||
BuildRequires: libreport-devel
|
BuildRequires: libreport-devel
|
||||||
|
BuildRequires: abrt-devel
|
||||||
BuildRequires: java-1.7.0-openjdk-devel
|
BuildRequires: java-1.7.0-openjdk-devel
|
||||||
|
BuildRequires: systemd-devel
|
||||||
|
BuildRequires: gettext
|
||||||
|
BuildRequires: check-devel
|
||||||
|
BuildRequires: rpm-devel
|
||||||
|
BuildRequires: git
|
||||||
|
|
||||||
Requires: abrt
|
Requires: abrt
|
||||||
|
|
||||||
|
|
@ -23,7 +30,7 @@ exceptions and transform them to ABRT problems
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -qn %{name}-%{commit}
|
%autosetup -n %{name}-%{commit} -S git
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
@ -34,49 +41,18 @@ make %{?_smp_mflags}
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=%{buildroot}
|
make install DESTDIR=%{buildroot}
|
||||||
|
|
||||||
# Remove unwanted Fedora specific workflow configuration files
|
|
||||||
%if 0%{!?fedora:1}
|
|
||||||
rm -f $RPM_BUILD_ROOT/%{_datadir}/libreport/workflows/workflow_FedoraJava.xml
|
|
||||||
rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/libreport/workflows.d/report_fedora_java.conf
|
|
||||||
rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/libreport/events.d/java_event_fedora.conf
|
|
||||||
rm -f $RPM_BUILD_ROOT%{_mandir}/man5/report_fedora_java.conf.5
|
|
||||||
rm -f $RPM_BUILD_ROOT%{_mandir}/man5/java_event_fedora.conf.5
|
|
||||||
%endif
|
|
||||||
|
|
||||||
# Remove unwanted RHEL specific workflow configuration files
|
|
||||||
%if 0%{!?rhel:1}
|
|
||||||
rm -f $RPM_BUILD_ROOT/%{_datadir}/libreport/workflows/workflow_RHELJava.xml
|
|
||||||
rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/libreport/workflows.d/report_rhel_java.conf
|
|
||||||
rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/libreport/events.d/java_event_rhel.conf
|
|
||||||
rm -f $RPM_BUILD_ROOT%{_mandir}/man5/report_rhel_java.conf.5
|
|
||||||
rm -f $RPM_BUILD_ROOT%{_mandir}/man5/java_event_rhel.conf.5
|
|
||||||
%endif
|
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc LICENSE README AUTHORS
|
%doc LICENSE README AUTHORS
|
||||||
%config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_format_java.conf
|
%config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_format_java.conf
|
||||||
%config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_formatdup_java.conf
|
%config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_formatdup_java.conf
|
||||||
%config(noreplace) %{_sysconfdir}/libreport/events.d/java_event.conf
|
%config(noreplace) %{_sysconfdir}/libreport/events.d/java_event.conf
|
||||||
|
%config(noreplace) %{_sysconfdir}/abrt/plugins/java.conf
|
||||||
|
%{_bindir}/abrt-action-analyze-java
|
||||||
|
%{_mandir}/man1/abrt-action-analyze-java.1*
|
||||||
%{_mandir}/man5/java_event.conf.5*
|
%{_mandir}/man5/java_event.conf.5*
|
||||||
%{_mandir}/man5/bugzilla_format_java.conf.5*
|
%{_mandir}/man5/bugzilla_format_java.conf.5*
|
||||||
%{_mandir}/man5/bugzilla_formatdup_java.conf.5*
|
%{_mandir}/man5/bugzilla_formatdup_java.conf.5*
|
||||||
|
%{_datadir}/abrt/conf.d/plugins/java.conf
|
||||||
%if 0%{?fedora}
|
|
||||||
%{_datadir}/libreport/workflows/workflow_FedoraJava.xml
|
|
||||||
%config(noreplace) %{_sysconfdir}/libreport/events.d/java_event_fedora.conf
|
|
||||||
%config(noreplace) %{_sysconfdir}/libreport/workflows.d/report_fedora_java.conf
|
|
||||||
%{_mandir}/man5/java_event_fedora.conf.5*
|
|
||||||
%{_mandir}/man5/report_fedora_java.conf.5*
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%if 0%{?rhel}
|
|
||||||
%{_datadir}/libreport/workflows/workflow_RHELJava.xml
|
|
||||||
%config(noreplace) %{_sysconfdir}/libreport/events.d/java_event_rhel.conf
|
|
||||||
%config(noreplace) %{_sysconfdir}/libreport/workflows.d/report_rhel_java.conf
|
|
||||||
%{_mandir}/man5/java_event_rhel.conf.5*
|
|
||||||
%{_mandir}/man5/report_rhel_java.conf.5*
|
|
||||||
%endif
|
|
||||||
|
|
||||||
# install only unversioned shared object because the package is a Java plugin
|
# install only unversioned shared object because the package is a Java plugin
|
||||||
# and not a system library but unfortunately the library must be placed in ld
|
# and not a system library but unfortunately the library must be placed in ld
|
||||||
|
|
@ -96,6 +72,46 @@ make test
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 4 2014 Jakub Filak <jfilak@redhat.com> - 1.0.10-1
|
||||||
|
- Temporarily ignore failures of reporter-ureport until ABRT start using FAF2
|
||||||
|
- Prevent users from reporting low quality stack traces
|
||||||
|
|
||||||
|
* Tue Mar 18 2014 Jakub Filak <jfilak@redhat.com> - 1.0.9-1
|
||||||
|
- Make the agent configurable via a configuration file
|
||||||
|
- Include custom debug info in bug reports
|
||||||
|
- Make the detection of 'executable' working with JAR files
|
||||||
|
|
||||||
|
* Tue Feb 04 2014 Jakub Filak <jfilak@redhat.com> - 1.0.8-3
|
||||||
|
- Return the correct value from Agent_OnLoad
|
||||||
|
- Add test for multiple calls of Agent_On*
|
||||||
|
|
||||||
|
* Tue Feb 04 2014 Jakub Filak <jfilak@redhat.com> - 1.0.8-2
|
||||||
|
- Make sure that agent_onload and agent_onunload are processed only once
|
||||||
|
- Fix a pair of defects uncovered by coverity
|
||||||
|
- Resolves: #1049011
|
||||||
|
|
||||||
|
* Wed Jan 22 2014 Jakub Filak <jfilak@redhat.com> - 1.0.8-1
|
||||||
|
- Do not report exceptions caught in a native method
|
||||||
|
- Mark stack traces with 3rd party classes as not-reportable
|
||||||
|
- Calculate 'duphash' & 'uuid' in satyr
|
||||||
|
- Use the main class URL for 'executable'
|
||||||
|
- Do not ship own reporting workflow definitions
|
||||||
|
- Code optimizations
|
||||||
|
|
||||||
|
* Fri Jan 10 2014 Jakub Filak <jfilak@redhat.com> - 1.0.7-1
|
||||||
|
- Use the last frame class path for executable
|
||||||
|
- Gracefully handle JVMTI errors
|
||||||
|
- Add an abstract to README
|
||||||
|
- Add support for journald and syslog
|
||||||
|
- Make log output disabled by default
|
||||||
|
- Add support for changing log directory
|
||||||
|
- Fix a race condition causing a crash of JVM
|
||||||
|
- Resolves: #1023081, #1026208
|
||||||
|
|
||||||
|
* Tue Oct 01 2013 Jakub Filak <jfilak@redhat.com> - 1.0.6-1
|
||||||
|
- Fix a deadlock in GC start callback
|
||||||
|
- Disable experimental features in production releases
|
||||||
|
|
||||||
* Tue Jul 30 2013 Jakub Filak <jfilak@redhat.com> - 1.0.5-1
|
* Tue Jul 30 2013 Jakub Filak <jfilak@redhat.com> - 1.0.5-1
|
||||||
- Provide a proper configuration for libreport
|
- Provide a proper configuration for libreport
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
22d8cd75ed08c29207b4d50b7b275568 abrt-java-connector-1.0.5-9214372.tar.gz
|
6f703b5ccecc8373c214d6298e223a13 abrt-java-connector-1.0.10-fdf80c5.tar.gz
|
||||||
|
|
|
||||||
Reference in a new issue