rpm 5.2 and 5.3 allow packaging of specs with empty %files directives
Bug #634525 reported by
Jeremy Huntwork
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
RPM |
In Progress
|
Undecided
|
Jeff Johnson |
Bug Description
Currently, if your package installs files, but you don't list any under %files, rpmbuild packages up an empty rpm. Expected behavior is that it would fail and list the found, unpackaged files.
See the attached example spec file. Building it as is will produce an empty rpm. Adding '/file1' under the %files directive will produce the expected error and list the other 8 found but unpackaged files.
Changed in rpm: | |
assignee: | nobody → Jeff Johnson (n3npq) |
status: | New → In Progress |
To post a comment you must log in.