Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

pulp: Add rhel-7-server-rhui-optional-rpms as RHEL7 repo #330

Merged
merged 1 commit into from Jun 11, 2020

Conversation

Spredzy
Copy link
Contributor

@Spredzy Spredzy commented Jun 11, 2020

The repository name provided by RHUI has changed in a recent update.

Before

[root@ip-10-0-12-140 yum.repos.d]# rpm -qa | grep rh-
rh-amazon-rhui-client-3.0.18-1.el7.noarch
[root@ip-10-0-12-140 yum.repos.d]# grep 'optional-rpms' redhat-rhui.repo
[rhui-rhel-7-server-rhui-optional-rpms]

Now

[root@ip-10-0-12-58 yum.repos.d]# rpm -qa | grep rh-
rh-amazon-rhui-client-3.0.28-1.el7.noarch
[root@ip-10-0-12-58 yum.repos.d]# grep 'optional-rpms' redhat-rhui.repo
[rhel-7-server-rhui-optional-rpms]

fixes #6960

The repository name provided by RHUI has changed in a recent update.

Before

```
[root@ip-10-0-12-140 yum.repos.d]# rpm -qa | grep rh-
rh-amazon-rhui-client-3.0.18-1.el7.noarch
[root@ip-10-0-12-140 yum.repos.d]# grep 'optional-rpms' redhat-rhui.repo
[rhui-rhel-7-server-rhui-optional-rpms]
```

Now

```
[root@ip-10-0-12-58 yum.repos.d]# rpm -qa | grep rh-
rh-amazon-rhui-client-3.0.28-1.el7.noarch
[root@ip-10-0-12-58 yum.repos.d]# grep 'optional-rpms' redhat-rhui.repo
[rhel-7-server-rhui-optional-rpms]
```

fixes #6960
@pulpbot
Copy link
Member

pulpbot commented Jun 11, 2020

Attached issue: https://pulp.plan.io/issues/6960

@mikedep333
Copy link
Member

I am surprised they actually renamed it.

But I am glad I wrote this playbook to handle numerous possible names via the list variable. It turned out to not be over-engineering.

Thank you!

@mikedep333 mikedep333 merged commit 1bec740 into pulp:master Jun 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants