Bug 1095408
| Summary: | A comment in spec file is ignored | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Lukas Slebodnik <lslebodn> | ||||||
| Component: | rpm | Assignee: | Packaging Maintenance Team <packaging-team-maint> | ||||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 20 | CC: | ffesti, jzeleny, novyjindrich, packaging-team-maint, pknirsch, pmatilai | ||||||
| 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-05-08 08:20:09 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: | |||||||||
| Attachments: |
|
||||||||
|
Description
Lukas Slebodnik
2014-05-07 15:51:59 UTC
Created attachment 893359 [details]
output from build
It is possible to see from build.log that configure script was executed with argument "--with-syslog=journald".
The end of build.log contains error with unpackaged file.
Macros are expanded everywhere, including in what looks like a comment (but is not in all contexts). This is expected behavior and not a bug. Expansion can be escaped with a double %%, or within specs another common "workaround" to just replace the % with # for temporary commenting purposes. Is this behaviour documented anywhere? I could not find anything in manual pages. I'm sorry you didn't reply to question from Comment 3 Setting needinfo flag. Oops, intention was to just move the needinfo elsewhere, I no longer work on rpm. (In reply to Panu Matilainen from comment #2) > Macros are expanded everywhere, including in what looks like a comment (but > is not in all contexts). This is expected behavior and not a bug. > > Expansion can be escaped with a double %%, or within specs another common > "workaround" to just replace the % with # for temporary commenting purposes. Is this behaviour documented anywhere? I could not find anything in manual pages. Clear needinfo |