From fc6313650f03b2c1bb097d7619478aa1fac6a39c Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 29 Sep 2020 19:55:24 -0400 Subject: WIP: fixing initialize for packaging process --- myautomount.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'myautomount.spec') diff --git a/myautomount.spec b/myautomount.spec index 2c00c48..d3e49dd 100644 --- a/myautomount.spec +++ b/myautomount.spec @@ -16,7 +16,7 @@ %global use_master 0 %if !0%{?use_master} %global git_date 20200929 -%global git_commit cdfc069c4181e83b62b411ecfcdcc936f65ea87e +%global git_commit 8b9bc25cc615f7e8ba86ce51d2dd83220a4e084f %{?git_commit:%global git_commit_hash %(c=%{git_commit}; echo ${c:0:7})} %else %endif @@ -61,7 +61,7 @@ export srcdir="$( find . -type d -name 'src' -printf '%%P' )" %install export srcdir="$( find . -type d -name 'src' -printf '%%P' )" %make_install -C "${srcdir}" -DESTDIR=%{buildroot} %{__make} -C "${srcdir}" initialize +MYA_SKIP_RESTART=1 DESTDIR=%{buildroot} %{__make} -C "${srcdir}" initialize exit 0 %clean -- cgit