Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8061441

Incorrect package name in RPM

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3 P3
    • None
    • 8u25
    • install
    • x86_64
    • linux

      FULL PRODUCT VERSION :


      ADDITIONAL OS VERSION INFORMATION :
      All RPM installations

      A DESCRIPTION OF THE PROBLEM :
      The 64bit RPM bundle has its name set to jre1.8.0_25 which breaks easrlier use of the name for the Java runtime. The name should be (I believe) jre

      [nsmeds@nsmeds_tp ~]$ rpm -qp --qf "%{name}\n" Downloads/jre-8u25-linux-x64.rpm
      jre1.8.0_25


      [nsmeds@nsmeds_tp ~]$ rpm -qp -i Downloads/jre-8u25-linux-x64.rpm
      Name : jre1.8.0_25
      Version : 1.8.0_25
      Release : fcs
      Architecture: x86_64
      Install Date: (not installed)


      Compare e.g. with the version 7 bundle

      [nsmeds@nsmeds_tp ~]$ rpm -qi jre
      Name : jre
      Version : 1.7.0_67
      Release : fcs
      Architecture: x86_64


      REGRESSION. Last worked in version 7u67

      ADDITIONAL REGRESSION INFORMATION:
      [nsmeds@nsmeds_tp ~]$ java -version
      java version "1.7.0_67"
      Java(TM) SE Runtime Environment (build 1.7.0_67-b01)
      Java HotSpot(TM) 64-Bit Server VM (build 24.65-b04, mixed mode)



      STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
      rpm -qip Downloads/jre-8u25-linux-x64.rpm

      EXPECTED VERSUS ACTUAL BEHAVIOR :
      EXPECTED -
      Name should be reported as "jre" to support the update functionality of RPM kackage systems.


      REPRODUCIBILITY :
      This bug can be reproduced always.

            Unassigned Unassigned
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: