Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2e033f249b | ||
|
|
5cead4a4f0 | ||
|
|
67da55e76c | ||
|
|
0cdc3020a6 | ||
|
|
44a1d78284 | ||
|
|
3b3e6110a7 | ||
|
|
60d96611ae |
10 changed files with 1 additions and 360 deletions
|
|
@ -1 +0,0 @@
|
||||||
1
|
|
||||||
23
.gitignore
vendored
23
.gitignore
vendored
|
|
@ -1,23 +0,0 @@
|
||||||
/abrt-java-connector-1.0.0-239a2a6.tar.gz
|
|
||||||
/abrt-java-connector-1.0.1-6f22940.tar.gz
|
|
||||||
/abrt-java-connector-1.0.2-3cc67c2.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.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
|
|
||||||
/abrt-java-connector-1.1.0-230b726.tar.gz
|
|
||||||
/abrt-java-connector-1.1.1-cbd081a.tar.gz
|
|
||||||
/abrt-java-connector-1.1.2-bef7e39.tar.gz
|
|
||||||
/abrt-java-connector-1.1.3-4b329c7.tar.gz
|
|
||||||
/abrt-java-connector-1.1.4-7b2a3a1.tar.gz
|
|
||||||
/abrt-java-connector-1.1.5-bef7e39.tar.gz
|
|
||||||
/1.1.5java-connector-1.1.5.tar.gz
|
|
||||||
/abrt-java-connector-1.1.5.tar.gz
|
|
||||||
/abrt-java-connector-1.2.0.tar.gz
|
|
||||||
/abrt-java-connector-1.3.0.tar.gz
|
|
||||||
/abrt-java-connector-1.3.1.tar.gz
|
|
||||||
/abrt-java-connector-1.3.2.tar.gz
|
|
||||||
17
.packit.yml
17
.packit.yml
|
|
@ -1,17 +0,0 @@
|
||||||
specfile_path: abrt-java-connector.spec
|
|
||||||
synced_files:
|
|
||||||
- .packit.yml
|
|
||||||
- abrt-java-connector.spec
|
|
||||||
upstream_package_name: abrt-java-connector
|
|
||||||
upstream_project_url: https://github.com/abrt/abrt-java-connector
|
|
||||||
downstream_package_name: abrt-java-connector
|
|
||||||
jobs:
|
|
||||||
- job: propose_downstream
|
|
||||||
trigger: release
|
|
||||||
metadata:
|
|
||||||
dist_git_branch: fedora-all
|
|
||||||
- job: copr_build
|
|
||||||
trigger: pull_request
|
|
||||||
metadata:
|
|
||||||
targets:
|
|
||||||
- fedora-all
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
This repository is maintained by packit.
|
|
||||||
https://packit.dev/
|
|
||||||
The file was generated using packit 0.60.1.dev6+g9c9b2a8.
|
|
||||||
|
|
@ -1,279 +0,0 @@
|
||||||
Name: abrt-java-connector
|
|
||||||
Version: 1.3.2
|
|
||||||
Release: 2%{?dist}
|
|
||||||
Summary: JNI Agent library converting Java exceptions to ABRT problems
|
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
|
||||||
License: GPLv2+
|
|
||||||
URL: https://github.com/abrt/abrt-java-connector
|
|
||||||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
|
||||||
|
|
||||||
# https://fedoraproject.org/wiki/Changes/Drop_i686_JDKs
|
|
||||||
%if 0%{?fedora} >= 37
|
|
||||||
ExcludeArch: %{ix86}
|
|
||||||
%endif
|
|
||||||
|
|
||||||
BuildRequires: pkgconfig(abrt) >= 2.14.1
|
|
||||||
BuildRequires: check-devel
|
|
||||||
BuildRequires: cmake
|
|
||||||
BuildRequires: gcc
|
|
||||||
BuildRequires: gcc-c++
|
|
||||||
BuildRequires: gettext
|
|
||||||
# Tests have been redone to work under Java 11, but they are not backwards-compatible.
|
|
||||||
BuildRequires: java-11-devel
|
|
||||||
BuildRequires: make
|
|
||||||
BuildRequires: pkgconfig(libreport) >= 2.14.0
|
|
||||||
BuildRequires: rpm-devel
|
|
||||||
BuildRequires: satyr-devel
|
|
||||||
BuildRequires: systemd-devel
|
|
||||||
|
|
||||||
Requires: abrt
|
|
||||||
|
|
||||||
%description
|
|
||||||
JNI library providing an agent capable to process both caught and uncaught
|
|
||||||
exceptions and transform them to ABRT problems.
|
|
||||||
|
|
||||||
%package container
|
|
||||||
Summary: JNI Agent library converting Java exceptions to ABRT problems (minimal version)
|
|
||||||
Requires: container-exception-logger
|
|
||||||
conflicts: %{name}
|
|
||||||
|
|
||||||
%description container
|
|
||||||
JNI library providing an agent capable to process both caught and uncaught
|
|
||||||
exceptions and transform them to ABRT problems
|
|
||||||
|
|
||||||
This package contains only minimal set of files needed for container exception
|
|
||||||
logging.
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%autosetup -n %{name}-%{version}
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
|
||||||
%cmake -DCMAKE_BUILD_TYPE=Release
|
|
||||||
%cmake_build
|
|
||||||
|
|
||||||
|
|
||||||
%install
|
|
||||||
%cmake_install
|
|
||||||
|
|
||||||
|
|
||||||
%check
|
|
||||||
cd "%{__cmake_builddir}"
|
|
||||||
# Force serial execution of tests to prevent process interleaving which seems to
|
|
||||||
# upset abrt-java-connector.
|
|
||||||
%{__ctest} --output-on-failure -j1
|
|
||||||
cd -
|
|
||||||
|
|
||||||
|
|
||||||
%files
|
|
||||||
%doc README AUTHORS
|
|
||||||
%license LICENSE
|
|
||||||
%config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_format_java.conf
|
|
||||||
%config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_formatdup_java.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/bugzilla_format_java.conf.5*
|
|
||||||
%{_mandir}/man5/bugzilla_formatdup_java.conf.5*
|
|
||||||
%{_datadir}/abrt/conf.d/plugins/java.conf
|
|
||||||
|
|
||||||
# Applications may use a single subdirectory under/usr/lib.
|
|
||||||
# http://www.pathname.com/fhs/pub/fhs-2.3.html#PURPOSE22
|
|
||||||
#
|
|
||||||
# Java does not support multilib.
|
|
||||||
# https://fedorahosted.org/fesco/ticket/961
|
|
||||||
%{_prefix}/lib/abrt-java-connector
|
|
||||||
|
|
||||||
%files container
|
|
||||||
%doc README AUTHORS
|
|
||||||
%license LICENSE
|
|
||||||
# Applications may use a single subdirectory under/usr/lib.
|
|
||||||
# http://www.pathname.com/fhs/pub/fhs-2.3.html#PURPOSE22
|
|
||||||
#
|
|
||||||
# Java does not support multilib.
|
|
||||||
# https://fedorahosted.org/fesco/ticket/961
|
|
||||||
%{_prefix}/lib/abrt-java-connector
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Oct 24 2022 Packit <hello@packit.dev> - 1.3.2-1
|
|
||||||
- New version 1.3.2 (Michal Srb)
|
|
||||||
- Skip i686 build on Fedora 37+ (Michal Srb)
|
|
||||||
- Fix FTBFS in Fedora Rawhide (Michal Srb)
|
|
||||||
|
|
||||||
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jan 19 2022 Matěj Grabovský <mgrabovs@redhat.com> - 1.3.1-2
|
|
||||||
- Rebuild for testing
|
|
||||||
|
|
||||||
* Wed Jan 19 2022 Matěj Grabovský <mgrabovs@redhat.com> - 1.3.1-1
|
|
||||||
- New upstream release
|
|
||||||
|
|
||||||
* Tue Jan 18 2022 Matěj Grabovský <mgrabovs@redhat.com> - 1.3.0-2
|
|
||||||
- Fix failing tests
|
|
||||||
|
|
||||||
* Mon Jan 17 2022 Matěj Grabovský <mgrabovs@redhat.com> 1.3.0-1
|
|
||||||
- Bump libreport dependency to 2.14.0
|
|
||||||
- Add make to build-time dependencies
|
|
||||||
|
|
||||||
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-8
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Mar 20 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 1.2.0-5
|
|
||||||
- Bump for upgrade path from F-33
|
|
||||||
|
|
||||||
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Aug 26 2020 rebase-helper <rebase-helper@localhost.local> - 1.2.0-1
|
|
||||||
- new upstream release: 1.2.0
|
|
||||||
|
|
||||||
* Tue Aug 25 2020 - Ernestas Kulik <ekulik@redhat.com> - 1.1.5-9
|
|
||||||
- Rebuild against new libreport
|
|
||||||
|
|
||||||
* Fri Jul 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-8
|
|
||||||
- Second attempt - Rebuilt for
|
|
||||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-7
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jul 22 2020 - Ernestas Kulik <ekulik@redhat.com> - 1.1.5-6
|
|
||||||
- Fix non-srcdir CMake build
|
|
||||||
|
|
||||||
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 1.1.5-5
|
|
||||||
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
|
|
||||||
|
|
||||||
* Wed Jun 17 2020 Ernestas Kulik <ekulik@redhat.com> - 1.1.5-4
|
|
||||||
- Add more patches for Java 11 compatibility
|
|
||||||
|
|
||||||
* Wed Jun 10 2020 Ernestas Kulik <ekulik@redhat.com> - 1.1.5-3
|
|
||||||
- Add patch for Java 11 compatibility
|
|
||||||
|
|
||||||
* Wed May 13 2020 Michal Fabik <mfabik@redhat.com> - 1.1.5-1
|
|
||||||
- new upstream release: 1.1.5
|
|
||||||
|
|
||||||
* Wed May 13 2020 Ernestas Kulik <ekulik@redhat.com> - 1.1.5-1
|
|
||||||
- new upstream release: 1.1.5
|
|
||||||
|
|
||||||
* Tue May 12 2020 Packit Service <user-cont-team+packit-service@redhat.com> - 1.1.5-1
|
|
||||||
- new upstream release: 1.1.5
|
|
||||||
|
|
||||||
* Fri Feb 07 2020 Ernestas Kulik <ekulik@redhat.com> - 1.1.4-1
|
|
||||||
- Fix build failure with GCC 10
|
|
||||||
|
|
||||||
* Fri Feb 07 2020 Ernestas Kulik <ekulik@redhat.com> - 1.1.3-1
|
|
||||||
- Fix stack traces not being logged in journald
|
|
||||||
|
|
||||||
* Fri Feb 07 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.1.2-4
|
|
||||||
- Rebuild for satyr 0.30
|
|
||||||
|
|
||||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Jun 11 2019 Martin Kutlak <mkutlak@redhat.com> - 1.1.2-1
|
|
||||||
- Fix gcc string truncation warning for strncpy
|
|
||||||
- Replace legacy backticked with $() notation
|
|
||||||
|
|
||||||
* Mon Jun 10 22:13:17 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.1.1-5
|
|
||||||
- Rebuild for RPM 4.15
|
|
||||||
|
|
||||||
* Mon Jun 10 15:41:59 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.1.1-4
|
|
||||||
- Rebuild for RPM 4.15
|
|
||||||
|
|
||||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed May 16 2018 Matej Habrnal <mhabrnal@redhat.com> - 1.1.1-1
|
|
||||||
- Add possibility report reports problems to CEL
|
|
||||||
- Upate test results
|
|
||||||
- Change log() to log_warning()
|
|
||||||
- Correct includes for ABRT
|
|
||||||
- Make the dependency on systemd optional
|
|
||||||
|
|
||||||
* Wed Oct 29 2014 Jakub Filak <jfilak@redhat.com> - 1.1.0-1
|
|
||||||
- Support java-1.8-openjdk
|
|
||||||
- Install the library to /usr/lib/abrt-java-connector on all arches
|
|
||||||
|
|
||||||
* 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
|
|
||||||
|
|
||||||
* 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
|
|
||||||
|
|
||||||
* 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
|
|
||||||
- Provide a proper configuration for libreport
|
|
||||||
|
|
||||||
* Thu Jul 18 2013 Jakub Filak <jfilak@redhat.com> - 1.0.4-1
|
|
||||||
- Stop creating an empty log file
|
|
||||||
|
|
||||||
* Tue Jul 16 2013 Jakub Filak <jfilak@redhat.com> - 1.0.3-1
|
|
||||||
- Fix tests on arm
|
|
||||||
|
|
||||||
* Tue Jul 09 2013 Jakub Filak <jfilak@redhat.com> - 1.0.2-1
|
|
||||||
- Do not crash on empty command line options
|
|
||||||
|
|
||||||
* Mon Jul 08 2013 Jakub Filak <jfilak@redhat.com> - 1.0.1-1
|
|
||||||
- Fix tests on ppc and s390 on both 32 and 64 bit
|
|
||||||
|
|
||||||
* Thu Jun 27 2013 Jakub Filak <jfilak@redhat.com> - 1.0.0-1
|
|
||||||
- Publicly releasable version
|
|
||||||
|
|
||||||
* Mon Jun 03 2013 Jakub Filak <jfilak@redhat.com> - 0.1.2-1
|
|
||||||
- Start versioning library
|
|
||||||
- Drop build dependency on abrt-devel
|
|
||||||
|
|
||||||
* Mon Jun 03 2013 Jakub Filak <jfilak@redhat.com> - 0.1.1-2
|
|
||||||
- Provide ABRT configuration
|
|
||||||
|
|
||||||
* Mon Jun 03 2013 Jakub Filak <jfilak@redhat.com> - 0.1.1-1
|
|
||||||
- New release
|
|
||||||
|
|
||||||
* Fri May 31 2013 Jakub Filak <jfilak@redhat.com> - 0.1.0-3
|
|
||||||
- Build with the library name same as the package name
|
|
||||||
|
|
||||||
* Fri May 31 2013 Jakub Filak <jfilak@redhat.com> - 0.1.0-2
|
|
||||||
- Build with ABRT enabled
|
|
||||||
|
|
||||||
* Fri May 31 2013 Jakub Filak <jfilak@redhat.com> - 0.1.0-1
|
|
||||||
- Initial version
|
|
||||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Retired: https://pagure.io/releng/issue/12387
|
||||||
22
gating.yaml
22
gating.yaml
|
|
@ -1,22 +0,0 @@
|
||||||
--- !Policy
|
|
||||||
product_versions:
|
|
||||||
- fedora-*
|
|
||||||
decision_context: bodhi_update_push_testing
|
|
||||||
subject_type: koji_build
|
|
||||||
rules:
|
|
||||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpmdeplint.functional}
|
|
||||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpminspect.static-analysis}
|
|
||||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.installability.functional}
|
|
||||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
|
|
||||||
|
|
||||||
--- !Policy
|
|
||||||
product_versions:
|
|
||||||
- fedora-*
|
|
||||||
decision_context: bodhi_update_push_stable
|
|
||||||
subject_type: koji_build
|
|
||||||
rules:
|
|
||||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpmdeplint.functional}
|
|
||||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpminspect.static-analysis}
|
|
||||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.installability.functional}
|
|
||||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
|
|
||||||
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
# completely disabled inspections:
|
|
||||||
inspections:
|
|
||||||
# we know about our patches, no need to report anything
|
|
||||||
patches: off
|
|
||||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
||||||
SHA512 (abrt-java-connector-1.3.2.tar.gz) = ab726d7ffd7332cb7ed6b7420ee982c106911f5d7cd3058ed4e5458ea6bb5087b56afa42e3eb84f1049c278a81b929adf1cb52442777eb5bb16582cc4e04a232
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
summary: Basic smoke test for abrt-java-connector
|
|
||||||
prepare:
|
|
||||||
how: install
|
|
||||||
# Do not attempt to install conflicting subpackages.
|
|
||||||
exclude:
|
|
||||||
- abrt-atomic
|
|
||||||
- abrt-java-connector-container
|
|
||||||
- python3-abrt-container-addon
|
|
||||||
execute:
|
|
||||||
script: abrt-action-analyze-java --help
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue