https://bugzilla.redhat.com/show_bug.cgi?id=861391
Bug ID: 861391
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: java-sig-commits(a)lists.fedoraproject.org,
jcapik(a)redhat.com
Assignee: jcapik(a)redhat.com
Summary: jgoodies-animation-1_4_2 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: jgoodies-animation
Product: Fedora
Latest upstream release: 1_4_2
Current version in Fedora Rawhide: 1.3.0
URL: http://www.jgoodies.com/downloads/libraries/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: Missing service provider configuration files in the woodstox jar files
https://bugzilla.redhat.com/show_bug.cgi?id=796739
Summary: Missing service provider configuration files in the
woodstox jar files
Product: Fedora
Version: rawhide
Platform: Unspecified
OS/Version: Linux
Status: NEW
Severity: medium
Priority: unspecified
Component: woodstox-core
AssignedTo: jcapik(a)redhat.com
ReportedBy: juan.hernandez(a)redhat.com
QAContact: extras-qa(a)fedoraproject.org
CC: java-sig-commits(a)lists.fedoraproject.org,
jcapik(a)redhat.com
Classification: Fedora
Story Points: ---
Type: ---
Regression: ---
Mount Type: ---
Documentation: ---
Description of problem:
The jar files provided in the woodstox-jar package don't contain the service
provider configuration files needed to use the
Version-Release number of selected component (if applicable):
woodstox-core-4.1.2-2.fc17.x86_64
How reproducible:
Always.
Steps to Reproduce:
1. Write and compile the following java program:
import javax.xml.stream.XMLInputFactory;
public class Test {
public static void main(String[] args) throws Exception {
System.out.println(XMLInputFactory.newInstance());
}
}
2. Run it with the version of the "woodstox-core-asj.jar" provided by the RPM:
$ java -cp $(build-classpath woodstox-core stax2-api):. Test
Actual results:
com.sun.xml.internal.stream.XMLInputFactoryImpl@605df3c5
It is using the internal implementation provided by the JDK.
Expected results:
com.ctc.wstx.stax.WstxInputFactory@a5ae1e7
It should use the implementation provided by the woodstox-core package.
Additional info:
I believe that the problem is that the service provider configuration files
that are available in the source of the package in the "src/resources"
directory are not copied to the "META-INF/services" directory of the generated
jar files.
This can be fixed with the following patch for the spec:
--- a/woodstox-core.spec
+++ b/woodstox-core.spec
@@ -64,7 +64,6 @@ sed -i "s/@REQ_STAX2_VERSION@/%{stax2_ver}/g" pom.xml
pom-lgpl.xml
# removing bundled stuff
rm -rf lib
rm -rf src/maven
-rm -rf src/resources
rm -rf src/samples
rm -rf src/java/org
rm -rf src/test/org
@@ -76,6 +75,11 @@ mv -f src/java src/main/
mkdir src/test/java
mv -f src/test/wstxtest src/test/java/
+# Make sure that the service provider configuration files end up
+# in the META-INF/services directory of the resulting jar files:
+mkdir -p src/main/resources/META-INF/services
+cp src/resources/* src/main/resources/META-INF/services/.
+
%build
# stax2 missing -> cannot compile tests -> tests skipped
mvn-rpmbuild -Dmaven.test.skip=true \
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: Put /etc/ant.d on the LOCALCLASSPATH
https://bugzilla.redhat.com/show_bug.cgi?id=804968
Summary: Put /etc/ant.d on the LOCALCLASSPATH
Product: Fedora
Version: 17
Platform: All
OS/Version: All
Status: NEW
Severity: unspecified
Priority: unspecified
Component: ant
AssignedTo: jcapik(a)redhat.com
ReportedBy: cdewolf(a)redhat.com
QAContact: extras-qa(a)fedoraproject.org
CC: akurtako(a)redhat.com, mmatejov(a)redhat.com,
java-sig-commits(a)lists.fedoraproject.org,
jcapik(a)redhat.com
Classification: Fedora
Story Points: ---
Type: ---
Regression: ---
Mount Type: ---
Documentation: ---
Description of problem:
To allow usage of antlib.xml scripts installed by other rpms /etc/ant.d must be
on the LOCALCLASSPATH for ant to find these scripts.
Version-Release number of selected component (if applicable):
ant-1.8.3-1.fc17.noarch
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=973304
Bug ID: 973304
Summary: javapackages-tools: fail build if there is a
subpackage with pom file but no depmap
Product: Fedora
Version: rawhide
Component: javapackages-tools
Severity: unspecified
Priority: unspecified
Assignee: sochotni(a)redhat.com
Reporter: sochotni(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: java-sig-commits(a)lists.fedoraproject.org,
mizdebsk(a)redhat.com, msrb(a)redhat.com,
sochotni(a)redhat.com, tradej(a)redhat.com
javapackages-tools should fail build if there is a subpackage with pom file but
no depmap. This would catch problems with wrong depmap file placement early on
for most common cases.
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=mRDzx6ZQbm&a=cc_unsubscribe
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=922147
Bug ID: 922147
Summary: CVE-2013-0248 jakarta-commons-fileupload,
apache-commons-fileupload: /tmp directory used by
default for uploaded files (possibility to overwrite
arbitrary files) [fedora-all]
Product: Fedora
Version: 18
Component: apache-commons-fileupload
Keywords: Security, SecurityTracking
Severity: low
Priority: low
Assignee: mizdebsk(a)redhat.com
Reporter: jlieskov(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: java-sig-commits(a)lists.fedoraproject.org,
jerboaa(a)gmail.com, mizdebsk(a)redhat.com,
msrb(a)redhat.com, sochotni(a)redhat.com,
SpikeFedora(a)gmail.com, tradej(a)redhat.com
Blocks: 922146 (CVE-2013-0248)
This is an automatically created tracking bug! It was created to ensure
that one or more security vulnerabilities are fixed in affected versions
of Fedora.
For comments that are specific to the vulnerability please use bugs filed
against the "Security Response" product referenced in the "Blocks" field.
For more information see:
http://fedoraproject.org/wiki/Security/TrackingBugs
When creating a Bodhi update request, please use the bodhi submission link
noted in the next comment(s). This will include the bug IDs of this
tracking bug as well as the relevant top-level CVE bugs.
Please also mention the CVE IDs being fixed in the RPM changelog and the
Bodhi notes field when available.
Please note: this issue affects multiple supported versions of Fedora.
Only one tracking bug has been filed; please ensure that it is only closed
when all affected versions are fixed.
[bug automatically created by: add-tracking-bugs]
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=i2Ts9FpsI9&a=cc_unsubscribe
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: Tycho bundles parts of eclipse
https://bugzilla.redhat.com/show_bug.cgi?id=789272
Summary: Tycho bundles parts of eclipse
Product: Fedora
Version: rawhide
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: unspecified
Priority: unspecified
Component: tycho
AssignedTo: sochotni(a)redhat.com
ReportedBy: akurtako(a)redhat.com
QAContact: extras-qa(a)fedoraproject.org
CC: sochotni(a)redhat.com,
java-sig-commits(a)lists.fedoraproject.org
Classification: Fedora
Story Points: ---
Type: ---
Regression: ---
Mount Type: ---
Documentation: ---
Tycho ships /usr/share/java/tycho/tycho-p2-runtime.zip . This zip contains
equinox, sat4j, ecf and other parts of regular eclipse . Ideally it shouldn't
be needed but if this is too hard to achieve the zip should be replaced by
regular directory with symlinks in it or even zip with symlinks or tar.gz if
zip doesn't support symlinks.
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Product: Red Hat Enterprise Linux 7
https://bugzilla.redhat.com/show_bug.cgi?id=880274
Bug ID: 880274
Summary: license files needed
Product: Red Hat Enterprise Linux 7
Version: 7.0
Component: maven-pmd-plugin
Severity: unspecified
Priority: unspecified
Reporter: alee(a)redhat.com
Depends On: 880273
Group: redhat
+++ This bug was initially created as a clone of Bug #880273 +++
Description of problem:
ASL 2.0 LICENSE and NOTICE files are not installed
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info:
--
You are receiving this mail because:
You are on the CC list for the bug.
Product: Red Hat Enterprise Linux 7
https://bugzilla.redhat.com/show_bug.cgi?id=880269
Bug ID: 880269
Summary: license files needed
Product: Red Hat Enterprise Linux 7
Version: 7.1
Component: maven-ear-plugin
Severity: unspecified
Priority: unspecified
Reporter: alee(a)redhat.com
Depends On: 880268
Group: redhat
+++ This bug was initially created as a clone of Bug #880268 +++
Description of problem:
LICENSE and NOTICE file need to be installed to comply with ASL 2.0 license
(both in main and javadoc subpackage)
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info:
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=875780
Bug ID: 875780
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: java-sig-commits(a)lists.fedoraproject.org,
jcapik(a)redhat.com, mizdebsk(a)redhat.com,
tradej(a)redhat.com, yyang(a)redhat.com
Assignee: jcapik(a)redhat.com
Summary: maven-plugin-tools-3.2 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: maven-plugin-tools
Product: Fedora
Latest upstream release: 3.2
Current version in Fedora Rawhide: 3.1
URL:
http://repo2.maven.org/maven2/org/apache/maven/plugin-tools/maven-plugin-to…
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
You are receiving this mail because:
You are on the CC list for the bug.
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=889131
Bug ID: 889131
Summary: [abrt] jpackage-utils-1.7.5-18.1.fc17:
zipfile.py:781:_RealGetContents:IOError: [Errno 22]
Invalid argument
Product: Fedora
Version: 18
Component: javapackages-tools
Severity: unspecified
Priority: unspecified
Reporter: mizdebsk(a)redhat.com
+++ This bug was initially created as a clone of Bug #853759 +++
Version-Release number of selected component:
jpackage-utils-1.7.5-18.1.fc17
Additional info:
libreport version: 2.0.13
abrt_version: 2.0.12
cmdline: /usr/bin/python /usr/lib/rpm/osgi.prov
kernel: 3.5.2-3.fc17.x86_64
--- Additional comment from Ilyes Gouta on 2012-09-02 19:45:38 CEST ---
Created attachment 609141
File: backtrace
--- Additional comment from Ilyes Gouta on 2012-09-02 19:45:40 CEST ---
Created attachment 609142
File: core_backtrace
--- Additional comment from Przemek Klosowski on 2012-09-05 17:42:24 CEST ---
rebooted after update, logged into standard Gnome session, got black background
error announcement
Package: jpackage-utils-1.7.5-18.1.fc17
OS Release: Fedora release 17 (Beefy Miracle)
--- Additional comment from Mikolaj Izdebski on 2012-12-19 19:01:20 CET ---
For me this looks like a bug in python - _RealGetContents from zipfile.py is
calling seek() with invalid argument.
Reassigning to python package.
--- Additional comment from Bohuslav "Slavek" Kabrda on 2012-12-20 09:30:37 CET
---
Notes:
- Although the error is raised in _RealGetContents, the actual problem seems to
be in zipfile.is_zipfile, which wrongly returns True for /usr/bin/fastjar
(normal binary).
- Reproduce:
-- yum install libgcj, that provides /usr/bin/fastjar
-- # the following line should print False, but prints True
-- python -c "import zipfile; print zipfile.is_zipfile('/usr/bin/fastjar')"
- The core of the problem seems to be in fact, that stringEndArchive
("PK\005\006") is found in the file.
Reported upstream as http://bugs.python.org/issue16735
--- Additional comment from Stanislav Ochotnicky on 2012-12-20 09:38:41 CET ---
Part of the problem is that osgi.prov should have never been called on that
binary because it doesn't end with ".jar". Quick look doesn't tell me why it
was called because we have this in osgi.attr (rpm auto-requires/provides
generator):
%__osgi_provides %{_rpmconfigdir}/osgi.prov
#%__osgi_requires %{_rpmconfigdir}/osgi.req
%__osgi_path ^(.*\.jar|((%{_libdir}|%{_datadir}).*/MANIFEST.MF))
Note that third line has correctly escaped dot before jar
--- Additional comment from Mikolaj Izdebski on 2012-12-20 10:39:24 CET ---
(In reply to comment #7)
> Note that third line has correctly escaped dot before jar
I think there needs to be double escaping - one for rpm and one for glibc.
--- Additional comment from Mikolaj Izdebski on 2012-12-20 10:57:39 CET ---
Created attachment 666574
Reproducer
Reproduce with: rpmbuild -ba foo.spec
--- Additional comment from Mikolaj Izdebski on 2012-12-20 11:08:07 CET ---
Fixed upstream:
http://git.fedorahosted.org/cgit/javapackages.git/commit/?id=5a855c8b189a46…
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=F2JO9FI4ut&a=cc_unsubscribe