Bug 1061013
| Summary: | macros.up2date should be in /usr/lib/rpm/macros.d for Fedora | ||
|---|---|---|---|
| Product: | [Community] Spacewalk | Reporter: | Miroslav Suchý <msuchy> |
| Component: | Clients | Assignee: | Milan Zázrivec <mzazrivec> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Red Hat Satellite QA List <satqe-list> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.1 | CC: | mzazrivec |
| 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: | 2014-03-07 08:51:59 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1484117 | ||
|
Description
Miroslav Suchý
2014-02-04 08:26:15 UTC
spacewalk.git master: 9d95714d16fd9cc3c25926ebd53cc85ac8cc52a8 Hmm,
that file is still present and referenced in code:
$ git grep macros.up2date
client/debian/packages-already-in-debian/rhn-client-tools/etc-conf/Makefile:MACROS_CONFIG = macros.up2date
client/debian/packages-already-in-debian/rhn-client-tools/etc-conf/Makefile: [ -f $(MACROS_DIR)/macros.up2date ] && true || \
client/debian/packages-already-in-debian/rhn-client-tools/etc-conf/Makefile: $(INSTALL_DATA) $(MACROS_CONFIG) $(MACROS_DIR)/macros.up2d
client/debian/packages-already-in-debian/rhn-client-tools/rhn-client-tools.spec:%config(noreplace) %{_sysconfdir}/rpm/macros.up2date
client/debian/packages-already-in-debian/rhn-client-tools/src/actions/up2date_config.py: if os.access("/etc/rpm/macros.up2date", os.R_OK):
client/debian/packages-already-in-debian/rhn-client-tools/src/actions/up2date_config.py: f = open("/etc/rpm/macros.up2date", "r")
client/debian/packages-already-in-debian/rhn-client-tools/src/actions/up2date_config.py: f = open("/etc/rpm/macros.up2date", "w")
client/rhel/rhn-client-tools/etc-conf/Makefile:MACROS_CONFIG = macros.up2date
client/rhel/rhn-client-tools/etc-conf/Makefile: [ -f $(MACROS_DIR)/macros.up2date ] && true || \
client/rhel/rhn-client-tools/etc-conf/Makefile: $(INSTALL_DATA) $(MACROS_CONFIG) $(MACROS_DIR)/macros.up2date
client/rhel/rhn-client-tools/src/actions/up2date_config.py: if os.access("/etc/rpm/macros.up2date", os.R_OK):
client/rhel/rhn-client-tools/src/actions/up2date_config.py: f = open("/etc/rpm/macros.up2date", "r")
client/rhel/rhn-client-tools/src/actions/up2date_config.py: f = open("/etc/rpm/macros.up2date", "w")
It will need more work than commit in #1
OK, I'll look into this. spacewalk.git master: 2c2b59ebbac688791015bfbf0d1b265365d6a8f5 46225ac557ead3dfac019958020861fe740aea66 This BZ closed some time during 2.5, 2.6 or 2.7. Adding to 2.7 tracking bug. |