Ticket #70 (closed enhancement: fixed)
Opened 6 years ago
Last modified 6 years ago
RFE: Allow multiple -f options to %files
Reported by: scop Assigned to: jnovy
Priority: minor Milestone:
Component: rpm Version: RPM Development
Keywords: Cc:
Description
Currently, at least with rpm 4.6.1, multiple -f options to %files does not work as expected; the last one given trumps all previous ones. Making it possible to specify multiple -f's would get rid of the annoyance where one has to fiddle with concatenating all generated file lists into one.
Dummy test case specfile attached.
Attachments
- foo.spec (0.6 kB) - added by scop on 06/16/09 19:34:12.
- Test specfile
Change History
06/16/09 19:34:12 changed by scop
- attachment foo.spec added.
Test specfile
06/18/09 11:25:03 changed by pmatilai
- owner changed from pmatilai to jnovy.
Yup, known thing (also reported as RhBug:475359).
06/23/09 09:10:17 changed by jnovy
- status changed from new to closed.
- resolution set to fixed.
Feature is now implemented in upstream. Thanks for a spec for testing.