From: Scott Baker Date: Thu, 15 May 2014 22:14:23 +0000 (-0700) Subject: mark plstackapi_config as a config file so it's not replace during rpm upgrade X-Git-Url: http://git.onelab.eu/?p=plstackapi.git;a=commitdiff_plain;h=140f15a7b66b8a1d73bab25c8ef72b37e30866f2 mark plstackapi_config as a config file so it's not replace during rpm upgrade --- diff --git a/opencloud.spec b/opencloud.spec index acd9282..e877ff4 100644 --- a/opencloud.spec +++ b/opencloud.spec @@ -1,7 +1,7 @@ Summary: OpenCloud core services Name: opencloud Version: 1.0.10 -Release: 3 +Release: 4 License: GPL+ Group: Development/Tools Source0: %{_tmppath}/%{name}-%{version}.tar.gz @@ -72,13 +72,15 @@ install -d %{buildroot}/opt/planetstack # in builddir cp -rp ./planetstack %{buildroot}/opt/. -find %{buildroot}/opt/planetstack -type f -print | sed "s@^$RPM_BUILD_ROOT@@g" > %{_tmppath}/tmp-filelist +find %{buildroot}/opt/planetstack -type f -print | sed "s@^$RPM_BUILD_ROOT@@g" > %{_tmppath}/tmp-filelist +cp %{_tmppath}/tmp-filelist /tmp/tmp-filelist %clean rm -rf %{buildroot} %files -f %{_tmppath}/tmp-filelist %defattr(-,root,root,-) +%config /opt/planetstack/plstackapi_config %post if [ "$1" == 1 ] ; then