Bug 445885
| Summary: | make target clean does not work, missing .cvsignore file | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 4 | Reporter: | Michal Nowak <mnowak> | ||||||
| Component: | rhnlib | Assignee: | Pradeep Kilambi <pkilambi> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | |||||||
| Severity: | low | Docs Contact: | |||||||
| Priority: | low | ||||||||
| Version: | 4.7 | CC: | ohudlick | ||||||
| Target Milestone: | rc | Keywords: | EasyFix, Patch, Regression | ||||||
| Target Release: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | RHBA-2008-0777 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2008-07-24 20:06:59 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: | |||||||||
| Attachments: |
|
||||||||
|
Description
Michal Nowak
2008-05-09 16:31:39 UTC
Created attachment 304963 [details]
Make clean target working without relying on CVS infrastructure in source tarball
Created attachment 304964 [details]
Make clean target working without relying on CVS infrastructure in source tarball
Sorry for the bad one, this is the right one.
It's pretty easy to reproduce it.
1) Install srpm package if current release 2.1.2-9
2) go to /usr/src/redhat/SOURCES/ and unpack the rhnlib-2.1.2.tar.gz and go to
test/ directory. There's no .cvsignore file which is mentioned in clean target
of test/Makefile.
clean:
@rm -fv `cat .cvsignore`
I guess the file is in CVS but not in tarball (from my POV creating tarball via
CVS does not copy it's repository structure like .CVS/ and .cvsignore).
This bugzilla has Keywords: Regression. Since no regressions are allowed between releases, it is also being proposed as a blocker for this release. Please resolve ASAP. An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2008-0777.html |