spec: modify spec according to renaming bootstrap binary
authorWonki Kim <wonki_.kim@samsung.com>
Thu, 13 Feb 2020 07:02:33 +0000 (16:02 +0900)
committerWonki Kim <wonki_.kim@samsung.com>
Tue, 3 Mar 2020 06:59:56 +0000 (15:59 +0900)
bootstrap binary has renamed as 'aurum_bootstrap'.
but some definition has a name it used before.
this patch modify a spec file to change it as brand new.

Change-Id: If87a9b05d3a08c1cd288d055a3521a3d1bae4bb5

packaging/aurum.spec

index 25ee08e..708bb1d 100644 (file)
@@ -78,12 +78,12 @@ ninja -C gbsbuild install
 %post
 sbin/ldconfig
 
-%postun 
+%postun
 sbin/ldconfig
 
 %post bootstrap
-#/sbin/ldconfig
-chsmack -e "User" %{_bindir}/bootstrap_server
+chsmack -e "User" %{_bindir}/aurum_bootstrap
+
 
 %postun bootstrap
 /sbin/ldconfig