[check-mk] Fix the {main, multisite}.mk file names on the relevant packages.

averi averi at fedoraproject.org
Sat Aug 31 10:54:02 UTC 2013


commit 4695f0daffe006d345453e1e5c844516953a3a86
Author: Andrea Veri <av at gnome.org>
Date:   Sat Aug 31 12:52:52 2013 +0200

    Fix the {main,multisite}.mk file names on the relevant packages.

 check-mk.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/check-mk.spec b/check-mk.spec
index 65ba4d4..48ea07c 100644
--- a/check-mk.spec
+++ b/check-mk.spec
@@ -199,7 +199,7 @@ rmdir %{buildroot}%{_prefix}/lib/check_mk
 %{_bindir}/mkp
 %{_bindir}/check_mk
 %config(noreplace) %{_sysconfdir}/check_mk/main.mk
-%config(noreplace) %{_sysconfdir}/check_mk/main.mk-1.2.2
+%config(noreplace) %{_sysconfdir}/check_mk/main.mk-1.2.2p2
 %{_sysconfdir}/check_mk/First-Installation.txt
 %{_sysconfdir}/check_mk/conf.d
 %{_datadir}/check_mk/agents
@@ -227,7 +227,7 @@ rmdir %{buildroot}%{_prefix}/lib/check_mk
 %files multisite
 %{_datadir}/check_mk/web
 %config(noreplace) %{_sysconfdir}/check_mk/multisite.mk
-%config(noreplace) %{_sysconfdir}/check_mk/multisite.mk-1.2.2
+%config(noreplace) %{_sysconfdir}/check_mk/multisite.mk-1.2.2p2
 %{_sysconfdir}/check_mk/multisite.d
 
 %files livestatus


More information about the scm-commits mailing list