From 1d2992090dbe1626a3d93cf5baa934e8930a6739 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 1 Sep 2008 10:48:45 +0000 Subject: [PATCH] when dealing with multiple architectures/pldistros/vrefs, it is sometimes necessary to manually tune yumgroups.xml the purpose of this change is that yumgroups.xml does not get overwritten by an update of noderepo on the longer run we might wish to merge yumgroups.xml from (a) rpm and (b) local changes --- noderepo.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/noderepo.spec b/noderepo.spec index 5e6419a..8a929f2 100644 --- a/noderepo.spec +++ b/noderepo.spec @@ -70,6 +70,8 @@ service plc start packages %files %defattr(-,root,root,-) /var/www/html/install-rpms/%{nodefamily} +# don't overwrite yumgroups.xml if exists +%config(noreplace) /var/www/html/install-rpms/%{nodefamily}/yumgroups.xml %changelog * Thu Jul 03 2008 Thierry Parmentelat - BootstrapFS-1.0-2 -- 2.43.0