From: Enrico Scholz Date: Thu, 27 May 2004 00:50:06 +0000 (+0000) Subject: (re)added the MANIFEST_* variables which were lost some time ago; this X-Git-Tag: VERSION_0_10~9 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22fac5e81ce438879d3019a26f9d2de5837ba638;p=util-vserver.git (re)added the MANIFEST_* variables which were lost some time ago; this will preserve %%config files... git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1576 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/util-vserver.spec.in b/util-vserver/util-vserver.spec.in index f532495..8db3194 100644 --- a/util-vserver/util-vserver.spec.in +++ b/util-vserver/util-vserver.spec.in @@ -112,6 +112,8 @@ rm -rf $RPM_BUILD_ROOT rm -f $RPM_BUILD_ROOT/%_libdir/*.la +MANIFEST_CONFIG='%config' \ +MANIFEST_CONFIG_NOREPLACE='%config(noreplace)' \ contrib/make-manifest %name $RPM_BUILD_ROOT contrib/manifest.dat @@ -222,6 +224,10 @@ test "$1" = 0 || %_initrddir/rebootmgr condrestart >/dev/null || : %changelog +* Wed May 26 2004 Enrico Scholz - 0:0.29.215-0 +- (re)added the MANIFEST_* variables which were lost some time ago; + this will preserve %%config files... + * Mon Mar 15 2004 Enrico Scholz - 0:0.29.202-0 - use file-list for sysv scripts also