Hello, sorry if this question is more for rpm devs... I know that in a spec file the definition
%confg ......./file_name1 will cause update of an edited file_name1, saving the on disk one into .rpmsave before overwriting while %confg(noreplace) ......./file_name2 will retain the edited file_name2 on disk and save the provided new config file into .rpmnew The question is: can I see if a config file was defined in its spec with or without (noreplace) if I have not the spec file and the .src.rpm file, but I have only the final binary rpm? I made some tests but I didn't find any difference Tried queries with "-c" option, with "-V" option and with "--dump" option. Both either with "-f package.rpm" and directly against rpm db but no information extracted. But I think this information should be in any way in the rpm itself... Thanks in advance Gianluca
-- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org