[Katello 2.2 RC2] Upgrade Problem from 2.2RC1 to 2.2RC2

Hi Guys,
I got a problem by upgrading 2.2RC1 to 2.2RC2 over CentOS Linux release
7.1.1503 (Core), please be so kind an let me know the correct way to fix it
or if I should open a ticket for that issue…

### Error:
python-qpid-0.30-6.el7.noarch conflicts with file from package python-qpid-
common-0.28-4.el7.noarch

### YUM Info for installed Packages
Name : python-qpid
Arch : noarch
Version : 0.28
Release : 4.el7
Size : 1.1 M
Repo : installed
From repo : epel
Summary : Python client library for AMQP
URL : http://qpid.apache.org
License : ASL 2.0
Description : The Apache Qpid Python client library for AMQP.
Name : python-qpid-common
Arch : noarch
Version : 0.28
Release : 4.el7
Size : 926 k
Repo : installed
From repo : epel
Summary : Shared code for Qpid Python language bindings
URL : http://qpid.apache.org
License : ASL 2.0
Description : Shared code for Qpid Python language bindings.

### YUM Info for available Packages
Name : python-qpid
Arch : noarch
Version : 0.30
Release : 6.el7
Size : 332 k
Repo : katello-pulp/7/x86_64
Summary : Python client library for AMQP
URL : http://qpid.apache.org
License : ASL 2.0
Description : The Apache Qpid Python client library for AMQP.

Thanks,
Christian

>
> Hi Guys,
> I got a problem by upgrading 2.2RC1 to 2.2RC2 over CentOS Linux release
> 7.1.1503 (Core), please be so kind an let me know the correct way to fix it
> or if I should open a ticket for that issue…
>
> ### Error:
> python-qpid-0.30-6.el7.noarch conflicts with file from package python-qpid
> -common-0.28-4.el7.noarch
>
> ### YUM Info for installed Packages
> Name : python-qpid
> Arch : noarch
> Version : 0.28
> Release : 4.el7
> Size : 1.1 M
> Repo : installed
> From repo : epel
> Summary : Python client library for AMQP
> URL : http://qpid.apache.org
> License : ASL 2.0
> Description : The Apache Qpid Python client library for AMQP.
> Name : python-qpid-common
> Arch : noarch
> Version : 0.28
> Release : 4.el7
> Size : 926 k
> Repo : installed
> From repo : epel
> Summary : Shared code for Qpid Python language bindings
> URL : http://qpid.apache.org
> License : ASL 2.0
> Description : Shared code for Qpid Python language bindings.
>
> ### YUM Info for available Packages
> Name : python-qpid
> Arch : noarch
> Version : 0.30
> Release : 6.el7
> Size : 332 k
> Repo : katello-pulp/7/x86_64
> Summary : Python client library for AMQP
> URL : http://qpid.apache.org
> License : ASL 2.0
> Description : The Apache Qpid Python client library for AMQP.
>
> Thanks,
> Christian
>

Here was my workaround. I did this before doing a yum update

[root@katello ~]# yum shell
Loaded plugins: fastestmirror
> remove python-qpid-common
> install python-qpid
> run

This will remove python-qpid-common and install python-qpid in one yum
transaction

Regards,
–Tony

··· On Wednesday, April 1, 2015 at 4:07:36 PM UTC-4, ehar...@gmail.com wrote:

I´m not sure if this is a good idea to remove the common package, according
to the comps this Packages is required. I hope that Eric or Justin can give
me a hint, anyway thanks for the reply

65 <packagereq type="default">python-qpid</packagereq>
66 <packagereq type="default">python-qpid-common</packagereq>
67 <packagereq type="default">python-qpid-qmf</packagereq>

br,
Christian

>
> I´m not sure if this is a good idea to remove the common package,
> according to the comps this Packages is required. I hope that Eric or
> Justin can give me a hint, anyway thanks for the reply
>
Moving from python-qpid-0.26 to python-qpid-0.30 the python-qpid-common
package was dropped completely it seems. The qpid rpms we used
apparently did not provide the proper obsoletes within the rpm spec
file. This was corrected for el6 but not for el7 it seems. We're
working on getting updated packages to correct this.

In the meantime, you can simply

rpm -e python-qpid-common --nodeps
yum update python-qpid

-Justin

··· On 04/01/2015 04:58 PM, ehartchr@gmail.com wrote:

65python-qpid
66 python-qpid-common
67python-qpid-qmf

br,
Christian

You received this message because you are subscribed to the Google
Groups “Foreman users” group.
To unsubscribe from this group and stop receiving emails from it, send
an email to foreman-users+unsubscribe@googlegroups.com
mailto:foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com
mailto:foreman-users@googlegroups.com.
Visit this group at http://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.

Hello,

Upgrade to RC2 was now successfull, but after reboot of server I was
getting over Browser "You don't have permission to access / on this
server."

I found the already commited Workaround and Fix under:
https://groups.google.com/forum/?fromgroups#!topic/foreman-users/3MHR63htdEQ
http://projects.theforeman.org/issues/10001

best regards,
Christian