| Summary: | pulp-selinux failing to install on f - 19 | ||
|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | Partha Aji <paji> |
| Component: | rpm-support | Assignee: | Sayli Karmarkar <skarmark> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | urgent | ||
| Version: | Master | CC: | cperry, pthomas |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | 2.3.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-12-09 14:31:40 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Partha Aji
2013-09-24 23:19:17 UTC
build: 2.3.0-0.18.beta fails-qa
---> Package pulp-selinux.noarch 0:2.3.0-0.20.beta.fc19 will be installed
--> Processing Dependency: policycoreutils-python >= 3.12.1-74 for package: pulp-selinux-2.3.0-0.20.beta.fc19.noarch
---> Package python-greenlet.x86_64 0:0.4.0-1.fc19 will be installed
--> Finished Dependency Resolution
Error: Package: pulp-selinux-2.3.0-0.20.beta.fc19.noarch (pulp-v2-beta)
Requires: policycoreutils-python >= 3.12.1-74
Available: policycoreutils-python-2.1.14-45.fc19.x86_64 (beaker-Fedora)
policycoreutils-python = 2.1.14-45.fc19
Available: policycoreutils-python-2.1.14-46.6.fc19.x86_64 (updates)
policycoreutils-python = 2.1.14-46.6.fc19
Error: Package: pulp-selinux-2.3.0-0.20.beta.fc19.noarch (pulp-v2-beta)
Requires: policycoreutils-python >= 3.12.1-74
Available: policycoreutils-python-2.1.14-45.fc19.x86_64 (beaker-Fedora)
policycoreutils-python = 2.1.14-45.fc19
Installing: policycoreutils-python-2.1.14-46.6.fc19.x86_64 (updates)
policycoreutils-python = 2.1.14-46.6.fc19
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
[root@qeblade6 yum.repos.d]#
Removed wrong version dependency on policycoreutils-python and added the dependency on the updated version of selinux-policy-targeted. build: 2.3.0-0.21.beta verified [root@ibm-x3650m4-01-vm-16 ~]# ls -laZ /srv/pulp/webservices.wsgi -rw-r--r--. apache apache system_u:object_r:httpd_sys_content_t:s0 /srv/pulp/webservices.wsgi [root@ibm-x3650m4-01-vm-16 ~]# [root@ibm-x3650m4-01-vm-16 ~]# [root@ibm-x3650m4-01-vm-16 ~]# rpm -qa |grep pulp-selinux pulp-selinux-2.3.0-0.21.beta.fc19.noarch [root@ibm-x3650m4-01-vm-16 ~]# [root@ibm-x3650m4-01-vm-16 ~]# yum remove pulp-selinux Resolving Dependencies --> Running transaction check ---> Package pulp-selinux.noarch 0:2.3.0-0.21.beta.fc19 will be erased --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Removing: pulp-selinux noarch 2.3.0-0.21.beta.fc19 @pulp-v2-beta 82 k Transaction Summary ================================================================================ Remove 1 Package Installed size: 82 k Is this ok [y/N]: y Downloading packages: Running transaction check Running transaction test Transaction test succeeded Running transaction Erasing : pulp-selinux-2.3.0-0.21.beta.fc19.noarch 1/1 warning: file /usr/share/selinux/devel/include/apps/pulp-server.if: remove failed: No such file or directory Verifying : pulp-selinux-2.3.0-0.21.beta.fc19.noarch 1/1 Removed: pulp-selinux.noarch 0:2.3.0-0.21.beta.fc19 Complete! [root@ibm-x3650m4-01-vm-16 ~]# ls -laZ /srv/pulp/webservices.wsgi -rw-r--r--. apache apache system_u:object_r:var_t:s0 /srv/pulp/webservices.wsgi [root@ibm-x3650m4-01-vm-16 ~]# [root@ibm-x3650m4-01-vm-16 ~]# [root@ibm-x3650m4-01-vm-16 ~]# yum install pulp-selinux Resolving Dependencies --> Running transaction check ---> Package pulp-selinux.noarch 0:2.3.0-0.21.beta.fc19 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: pulp-selinux noarch 2.3.0-0.21.beta.fc19 pulp-v2-beta 52 k Transaction Summary ================================================================================ Install 1 Package Total download size: 52 k Installed size: 82 k Is this ok [y/d/N]: y Downloading packages: pulp-selinux-2.3.0-0.21.beta.fc19.noarch.rpm | 52 kB 00:00 Running transaction check Running transaction test Transaction test succeeded Running transaction Installing : pulp-selinux-2.3.0-0.21.beta.fc19.noarch 1/1 Verifying : pulp-selinux-2.3.0-0.21.beta.fc19.noarch 1/1 Installed: pulp-selinux.noarch 0:2.3.0-0.21.beta.fc19 Complete! [root@ibm-x3650m4-01-vm-16 ~]# ls -laZ /srv/pulp/webservices.wsgi -rw-r--r--. apache apache system_u:object_r:httpd_sys_content_t:s0 /srv/pulp/webservices.wsgi [root@ibm-x3650m4-01-vm-16 ~]# Pulp 2.3 released. |