Bug 896406
| Summary: | [Installation]Some warning message when install "rubygem-openshift-origin-node" pacakge. | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | xjia <xjia> |
| Component: | Node | Assignee: | Brenton Leanhardt <bleanhar> |
| Status: | CLOSED ERRATA | QA Contact: | libra bugs <libra-bugs> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 1.2.0 | CC: | bleanhar, jialiu, libra-onpremise-devel, xtian |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-01-31 20:34:48 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: | |
| Embargoed: | |||
I'll fix this right now. Verify: Installing : apr-util-1.3.9-3.el6_0.1.x86_64 1/32 Installing : apr-util-ldap-1.3.9-3.el6_0.1.x86_64 2/32 Installing : httpd-tools-2.2.22-14.ep6.el6.x86_64 3/32 Installing : httpd-2.2.22-14.ep6.el6.x86_64 4/32 Installing : mercurial-1.4-3.el6.x86_64 5/32 Installing : compat-readline5-5.2-17.1.el6.x86_64 6/32 Installing : ruby-libs-1.8.7.352-7.el6_2.x86_64 7/32 Installing : ruby-1.8.7.352-7.el6_2.x86_64 8/32 Installing : facter-1.6.6-1.el6op.x86_64 9/32 Installing : ruby-irb-1.8.7.352-7.el6_2.x86_64 10/32 Installing : ruby-rdoc-1.8.7.352-7.el6_2.x86_64 11/32 Installing : rubygems-1.8.16-2.el6op.noarch 12/32 Installing : rubygem-json-1.4.6-13.el6op.x86_64 13/32 Installing : rubygem-i18n-0.5.0-3.el6op.noarch 14/32 Installing : rubygem-rcov-1.0.0-2.el6op.x86_64 15/32 Installing : 1:rubygem-activesupport-3.0.13-2.el6op.noarch 16/32 Installing : rubygem-stomp-1.1.8-1.el6op.noarch 17/32 Installing : rubygem-builder-2.1.2-5.el6op.noarch 18/32 Installing : rubygem-activemodel-3.0.13-1.el6op.noarch 19/32 Installing : rubygem-openshift-origin-common-1.0.2-1.el6op.noarch 20/32 Installing : rubygem-open4-1.3.0-2.el6op.noarch 21/32 Installing : rubygem-parseconfig-0.5.2-5.el6op.noarch 22/32 Installing : rubygem-systemu-1.2.0-3.el6op.noarch 23/32 Installing : mcollective-common-2.0.0-7.el6op.noarch 24/32 Installing : mcollective-2.0.0-7.el6op.noarch 25/32 Installing : rubygem-rspec-1.3.0-6.el6op.noarch 26/32 Installing : rubygem-rake-0.8.7-2.1.el6.noarch 27/32 Installing : rubygem-mocha-0.9.8-1.el6op.noarch 28/32 Installing : pam_openshift-1.0.7-1.el6op.x86_64 29/32 Installing : libselinux-python-2.0.94-5.3.el6.x86_64 30/32 Installing : rubygem-openshift-origin-node-1.0.10-6.el6op.noarch 31/32 Installing : openshift-origin-msg-node-mcollective-1.0.2-1.el6op.noar 32/32 Version: http://download.lab.bos.redhat.com/rel-eng/OpenShiftEnterprise/1.1/2013-01-17.1/ Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHSA-2013-0220.html |
Description of problem: Firstly, "rubygem-openshift-origin-node" should depend on "httpd" pacakge.Because of it use "group apache" in "rubygem-openshift-origin-node.spec". Secondly, There is another one wrong in "rubygem-openshift-origin-node.spec", it should be "%attr(0755,-,-) %{_initddir}/openshift-cgroups", instead of "%attr(0755,-,0) %{_initddir}/openshift-cgroups" The warning message is below : Installing : rubygem-openshift-origin-node-1.0.10-4.el6op.noarch warning: group 0 does not exist - using root warning: group apache does not exist - using root Version-Release number of selected component (if applicable): http://download.lab.bos.redhat.com/rel-eng/OpenShiftEnterprise/1.1/2013-01-16.1 How reproducible: always Steps to Reproduce: 1.yum install rubygem-openshift-origin-node Actual results: Installing : rubygem-openshift-origin-node-1.0.10-4.el6op.noarch warning: group 0 does not exist - using root warning: group apache does not exist - using root Expected results: No such warning Additional info: