Description of problem: Tried to update F17 and it does not work Version-Release number of selected component (if applicable): nss-3.13.4-3.fc17.x86_64 How reproducible: It happened now. Steps to Reproduce: yum update Actual results: --> Processing Dependency: nss = 3.13.4-2.fc17 for package: nss-tools-3.13.4-2.fc17.x86_64 ---> Package nss.i686 0:3.13.4-2.fc17 will be installed Error: Protected multilib versions: nss-3.13.4-2.fc17.i686 != nss-3.13.4-3.fc17.x86_64 Expected results: --> Processing Dependency: nss.x86_64 = 3.13.4-2.fc17 for package: nss-tools-3.13.4-2.fc17.x86_64 ---> Package nss.x86_64 0:3.13.4-2.fc17 will be installed Additional info: ---> Package openldap.x86_64 0:2.4.31-1.fc17 will be updated ---> Package openldap.x86_64 0:2.4.31-2.fc17 will be an update --> Processing Dependency: nss-tools for package: openldap-2.4.31-2.fc17.x86_64 --> Running transaction check ---> Package nss-tools.x86_64 0:3.13.4-2.fc17 will be installed --> Processing Dependency: nss = 3.13.4-2.fc17 for package: nss-tools-3.13.4-2.fc17.x86_64 --> Running transaction check ---> Package nss.i686 0:3.13.4-2.fc17 will be installed http://fedoraproject.org/wiki/Packaging:Guidelines#Requires A dependency is made arch-specific by appending the macro %{?_isa} to the package name. %package tools Requires: nss = %{version}-%{release} ^^^^ Requires: nss = %{version}-%{release}%{?_isa} But 'nss-tools' already auto-Requires 'libnss3.so()(64bit)' so I believe this Requires line can be just removed. This applies also to other lines like: Requires: zlib and other sub-packages of nss.
(In reply to comment #0) > Requires: nss = %{version}-%{release}%{?_isa} I think it should instead be Requires: nss%{?_isa} = %{version}-%{release} but as you point out the Requires can be removed and same with zlib rpm -qi zlib | grep Group Group : System Environment/Libraries
(In reply to comment #1) > I think it should instead be > Requires: nss%{?_isa} = %{version}-%{release} Yes, I agree. > but as you point out the Requires can be removed and same with zlib > rpm -qi zlib | grep Group > Group : System Environment/Libraries BTW I do not find Group to be relevant for anything discussed here.
Kind of relevant, but looking at teh group is not the way to determine whether the requires on zlib is needed or not, rpmlint is the way. rpmlint nss-tools-nss-3.12.4-r.rpm tells me with an error message that I don't need it. By the way, it also compains about a lot more but those are errors beyond the scope of this bug and being addressed elsewhere.
nspr-4.9.1-1.fc17,nss-util-3.13.5-1.fc17,nss-softokn-3.13.5-1.fc17,nss-3.13.5-1.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/nspr-4.9.1-1.fc17,nss-util-3.13.5-1.fc17,nss-softokn-3.13.5-1.fc17,nss-3.13.5-1.fc17
Package nspr-4.9.1-1.fc17, nss-util-3.13.5-1.fc17, nss-softokn-3.13.5-1.fc17, nss-3.13.5-1.fc17: * should fix your issue, * was pushed to the Fedora 17 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing nspr-4.9.1-1.fc17 nss-util-3.13.5-1.fc17 nss-softokn-3.13.5-1.fc17 nss-3.13.5-1.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-10451/nspr-4.9.1-1.fc17,nss-util-3.13.5-1.fc17,nss-softokn-3.13.5-1.fc17,nss-3.13.5-1.fc17 then log in and leave karma (feedback).
Package nspr-4.9.1-2.fc17, nss-util-3.13.5-1.fc17, nss-softokn-3.13.5-1.fc17, nss-3.13.5-1.fc17: * should fix your issue, * was pushed to the Fedora 17 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing nspr-4.9.1-2.fc17 nss-util-3.13.5-1.fc17 nss-softokn-3.13.5-1.fc17 nss-3.13.5-1.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-10451/nspr-4.9.1-2.fc17,nss-util-3.13.5-1.fc17,nss-softokn-3.13.5-1.fc17,nss-3.13.5-1.fc17 then log in and leave karma (feedback).
nspr-4.9.1-2.fc16,nss-util-3.13.5-1.fc16,nss-softokn-3.13.5-1.fc16,nss-3.13.5-1.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/nspr-4.9.1-2.fc16,nss-util-3.13.5-1.fc16,nss-softokn-3.13.5-1.fc16,nss-3.13.5-1.fc16
nspr-4.9.1-2.fc17, nss-util-3.13.5-1.fc17, nss-softokn-3.13.5-1.fc17, nss-3.13.5-1.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report.
nspr-4.9.1-2.fc16, nss-util-3.13.5-1.fc16, nss-softokn-3.13.5-1.fc16, nss-3.13.5-1.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report.