Bug 486186
Summary: | Update spacewalk spec files to require cobbler >= 1.4.2 | ||
---|---|---|---|
Product: | [Community] Spacewalk | Reporter: | Mike McCune <mmccune> |
Component: | Server | Assignee: | Mike McCune <mmccune> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Jesus M. Rodriguez <jesusr> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 0.5 | CC: | bperkins, mdehaan |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2009-09-17 07:10:29 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 456553, 480094 |
Description
Mike McCune
2009-02-18 19:37:37 UTC
likewise, koan >= 1.4.2 The auth fix will actually be in 1.4.3 Though we'll need to bump to that eventually as well. This bugzilla should also result in koan being required as >=1.4.2 [root@spacewalk spacewalk{bz486186}]$ find -name '*.spec' -exec grep -HEi 'requires:.*(cobbler|koan)' {} \; ./client/tools/spacewalk-koan/spacewalk-koan.spec:Requires: koan >= 1.2.6 ./client/tools/spacewalk-koan/spacewalk-koan.spec:Requires: koan ./java/spacewalk-java.spec:Requires: cobbler >= 0:1.4 ./java/spacewalk-java.spec:Requires: cobbler >= 0:1.4 ./backend/spacewalk-backend.spec:Requires: cobbler >= 0:1.4 ./spacewalk/setup/spacewalk-setup.spec:Requires: cobbler >= 0:1.4 Changed to: [root@spacewalk spacewalk{bz486186}]$ find -name '*.spec' -exec grep -HEi 'requires:.*(cobbler|koan)' {} \; ./client/tools/spacewalk-koan/spacewalk-koan.spec:Requires: koan >= 1.4.2 ./java/spacewalk-java.spec:Requires: cobbler >= 1.4.2 ./java/spacewalk-java.spec:Requires: cobbler >= 1.4.2 ./backend/spacewalk-backend.spec:Requires: cobbler >= 1.4.2 ./spacewalk/setup/spacewalk-setup.spec:Requires: cobbler >= 1.4.2 [root@spacewalk noarch]$ rpm -qp --requires *.rpm | grep -iE '(cobbler|koan)' cobbler >= 1.4.2 cobbler >= 1.4.2 config(spacewalk-koan) = 0.1.8-1.git.586ccf85656dc3140ec41b1927b2a2e7fcafa68e koan >= 1.4.2 cobbler >= 1.4.2 cobbler >= 1.4.2 In commit 586ccf85656dc3140ec41b1927b2a2e7fcafa68e I note the following: Changed required version number to 1.4.2 for both KOAN and Cobbler per bz486186 Note that in java/spacewalk-java.spec in particular there remains some odd (IMO) syntax wrt Requires statements: One sees 'Requires: <pkg> >= 0:<some version>' I've come across no documentation for this. mpdehaan said he suspects (but is not certain) that it's related to "epoch" but is regardless firmly of the belief that it has no proper place in relation to cobbler or koan. I'm leaving other occurences of the 0:<blah> syntax in place for lack of a better understanding. Hopefully someone will have some context at some point - it'd be nice to know what's meant by this (or at least why it is that the spec files are in fact building at all). Gotta go again to 1.4.3. bumped to 143 ON_QA Spacewalk 0.5 released. Spacewalk 0.5 has been released for long time ago. |