diff --git a/ocaml-rpm-macros.changes b/ocaml-rpm-macros.changes index de23b89..a36b406 100644 --- a/ocaml-rpm-macros.changes +++ b/ocaml-rpm-macros.changes @@ -4,6 +4,7 @@ Fri Oct 4 07:56:44 UTC 2019 - ohering@suse.de - Use _rpmmacrodir - Automatically package known license files in main pkg - List unhandled files in ocaml_create_file_list macro +- Do not mark files as %config ------------------------------------------------------------------- Mon Sep 30 14:15:16 UTC 2019 - ohering@suse.de diff --git a/ocaml-rpm-macros.spec b/ocaml-rpm-macros.spec index 0372a91..8435710 100644 --- a/ocaml-rpm-macros.spec +++ b/ocaml-rpm-macros.spec @@ -233,6 +233,6 @@ ocaml setup.ml -configure \\\ _EOF_ %files -%config %{_rpmmacrodir}/* +%{_rpmmacrodir}/* %changelog