Bug 1028728

Summary: java exact version requirement on mozilla-nss prevents installation of Firefox,NSS maintenance update
Product: [openSUSE] openSUSE Distribution Reporter: Andreas Stieger <astieger>
Component: MaintenanceAssignee: Mr Maintenance <maintenance>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: fstrba, maintenance, wolfgang
Version: Leap 42.2   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Andreas Stieger 2017-03-09 18:53:22 UTC
openSUSE:Maintenance:6483 contains mozilla-nss 3.28.3. This update for Firefox and NSS would be uninstallable with java installed:

zypper info --requires java-1_8_0-openjdk-headless | grep mozilla-nss
    mozilla-nss = 3.28.1

This was for bug 1022053: 

> - Require the exact version of mozilla-nss that the package was
>  built against (bsc#1022053)

Spec:
> %requires_eq    mozilla-nss

We need to figure out how to make the update installable. I think I okay'ed the run-time dependency, not sure if I said %requires_eq or %requires_ge
Comment 1 Wolfgang Rosenauer 2017-03-09 18:59:30 UTC
Please also check out bug 1026102 comment 20

If I'm right we need one more rebuild against NSS >= 3.28.3 and then can probably even remove any other dependency than just exactly NSS >= 3.28.3
Comment 2 Andreas Stieger 2017-03-09 19:03:37 UTC
Right, thanks!

*** This bug has been marked as a duplicate of bug 1026102 ***