From 3450b8178dfcd05fe7323ad8344a38fa35f1ea62 Mon Sep 17 00:00:00 2001 From: Xavier Bachelot Date: Fri, 2 Nov 2018 18:43:20 +0100 Subject: [PATCH] Move %doc and %license from main package to conf sub-package to make sure its always installed --- rpm/lemonldap-ng.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpm/lemonldap-ng.spec b/rpm/lemonldap-ng.spec index 8b0338314..839fa80ca 100644 --- a/rpm/lemonldap-ng.spec +++ b/rpm/lemonldap-ng.spec @@ -451,11 +451,11 @@ fi %systemd_postun_with_restart llng-fastcgi-server.service %files -%doc changelog INSTALL README.md AUTHORS CONTRIBUTING.md -%license COPYING GPL %files conf +%doc changelog INSTALL README.md AUTHORS CONTRIBUTING.md %doc for_etc_hosts +%license COPYING GPL %dir %{lm_confdir} %config(noreplace) %attr(-,root,%{lm_apachegroup}) %{lm_storagefile} %config(noreplace) %{apache_confdir}/z-lemonldap-ng-handler.conf -- 2.22.0