Bug 1190463 - RFE: Please add provides zeromq2 to fc22
Summary: RFE: Please add provides zeromq2 to fc22
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: zeromq
Version: 20
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Thomas Spura
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-02-08 09:38 UTC by Ralf Corsepius
Modified: 2015-03-17 01:55 UTC (History)
2 users (show)

Fixed In Version: zeromq-2.2.0-11.fc20
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-03-09 08:33:21 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Ralf Corsepius 2015-02-08 09:38:37 UTC
Description of problem:

FC22 ships zeromq-4.x under the name "zeromq"
and zeromq-2.x under the name "zeromq2".

On Fedora < 22 "zeromq", however contains zeromq-2.x


This forces packages, which depend upon "zeromq-2.x" (e.g. airinv) to be added rpm-conditionals similar to this

%if 0%{?fedora} >= 22
BuildRequires:  zeromq2-devel
%else
BuildRequires:  zeromq-devel
%endif

to pick up the required versions 

To avoid such (Error-prone) conditionals, I'd propose the fc20 and fc21 versions of the zeromq*-Packages to be added "Provides: zeromq2-*".

Comment 1 Thomas Spura 2015-02-10 14:06:15 UTC
I added the following to F21: http://koji.fedoraproject.org/koji/taskinfo?taskID=8884596
- Provides:       zeromq2%{?_isa} = %{version}-%{release}
- Provides:       zeromq2-devel%{?_isa} = %{version}-%{release}

and will add it to F20 also, when it's proven working.
(and taskotron verified that upgradepath works as it should.)

Comment 2 Fedora Update System 2015-02-10 14:06:32 UTC
zeromq-2.2.0-11.fc21 has been submitted as an update for Fedora 21.
https://admin.fedoraproject.org/updates/zeromq-2.2.0-11.fc21

Comment 3 Fedora Update System 2015-02-15 03:19:30 UTC
Package zeromq-2.2.0-11.fc21:
* should fix your issue,
* was pushed to the Fedora 21 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing zeromq-2.2.0-11.fc21'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2015-2016/zeromq-2.2.0-11.fc21
then log in and leave karma (feedback).

Comment 4 Fedora Update System 2015-03-06 09:17:45 UTC
zeromq-2.2.0-11.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/zeromq-2.2.0-11.fc20

Comment 5 Fedora Update System 2015-03-09 08:33:21 UTC
zeromq-2.2.0-11.fc21 has been pushed to the Fedora 21 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 6 Fedora Update System 2015-03-17 01:55:41 UTC
zeromq-2.2.0-11.fc20 has been pushed to the Fedora 20 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.