From 5803b7dc3e25fb3aa7d3dde96b5092fa025967c20ee0adb75de37ce94d4e425e Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Fri, 4 Oct 2019 14:55:27 +0000 Subject: [PATCH] - Do not mark files as %config OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-rpm-macros?expand=0&rev=12 --- ocaml-rpm-macros.changes | 1 + ocaml-rpm-macros.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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