From 5415aa6e0cd450fb40a52cbd611a5742ae7aa50b Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 1 Feb 2017 08:25:06 +0100 Subject: [PATCH] Don't mark the rpm macros file and bash completion file as config --- ldc.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ldc.spec b/ldc.spec index 3568f07..1181a07 100644 --- a/ldc.spec +++ b/ldc.spec @@ -214,8 +214,8 @@ install -m0644 phobos.d.tags %{buildroot}/%{_datadir}/geany/tags/ %{_bindir}/ldc-profdata %{_bindir}/ldc-prune-cache %{_libdir}/libldc-profile-rt.a -%config %{_rpmconfigdir}/macros.d/macros.ldc -%config %{_datadir}/bash-completion/completions/ldc2 +%{_rpmconfigdir}/macros.d/macros.ldc +%{_datadir}/bash-completion/completions/ldc2 %files druntime %doc runtime/druntime/LICENSE runtime/druntime/README.md runtime/README @@ -252,6 +252,7 @@ install -m0644 phobos.d.tags %{buildroot}/%{_datadir}/geany/tags/ - Update to 1.1.0 - Enable bootstrap - Merge -config subpackage into the main ldc package +- Don't mark the rpm macros file and bash completion file as config * Tue Dec 13 2016 Kalev Lember - 1:1.1.0-0.7.beta6 - Update to 1.1.0 beta6