Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
95534f3857 | ||
|
|
e4aae0e415 | ||
|
|
b7391ac484 | ||
|
|
04c022736e |
2
.gitignore
vendored
2
.gitignore
vendored
@ -8,3 +8,5 @@
|
||||
/yggdrasil-0.4.5.tar.xz
|
||||
/yggdrasil-0.4.6.tar.xz
|
||||
/yggdrasil-0.4.7.tar.xz
|
||||
/yggdrasil-0.4.8.tar.xz
|
||||
/yggdrasil-0.4.9.tar.xz
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (yggdrasil-0.4.7.tar.xz) = 7d9de9a4cbdaf108a923794f2ea222f6db57bf185eb4281b1486b56e4c843ca1199c0bb2a2ebb270c5ec86661346148fd0c8dd3448e5d7b78d0bc8e32a99156a
|
||||
SHA512 (yggdrasil-0.4.9.tar.xz) = 3997b72b84eb33bab0cc650791dfb37344692874b681d31aa70323b755eb3c5d1eea29df8835a553ffb723e63ce943b1bb5a4d48013ac70152731b3d4e0272ab
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
# https://github.com/redhatinsights/yggdrasil
|
||||
%global goipath github.com/redhatinsights/yggdrasil
|
||||
Version: 0.4.7
|
||||
Version: 0.4.9
|
||||
%global tag v%{version}
|
||||
|
||||
%gometa -f
|
||||
@ -65,9 +65,8 @@ Contains example workers for %{name}.
|
||||
|
||||
%build
|
||||
%undefine _auto_set_build_flags
|
||||
export %gomodulesmode
|
||||
%{?gobuilddir:export GOPATH="%{gobuilddir}:${GOPATH:+${GOPATH}:}%{?gopath}"}
|
||||
%meson -Dexamples=True -Dvendor=True -Ddefault_data_host=cert.cloud.redhat.com -Ddefault_path_prefix=redhat/insights "-Dgobuildflags=[%(echo %{expand:%gocompilerflags} | sed -e s/"^"/"'"/ -e s/" "/"', '"/g -e s/"$"/"'"/), '-tags', '"rpm_crashtraceback\ ${BUILDTAGS:-}"', '-a', '-v', '-x']" -Dgoldflags='%{?currentgoldflags} -B 0x%(head -c20 /dev/urandom|od -An -tx1|tr -d " \n") -compressdwarf=false -linkmode=external -extldflags "%{build_ldflags} %{?__golang_extldflags}"'
|
||||
%meson -Dexamples=True -Dvendor=True -Ddefault_facts_file=%{_localstatedir}/lib/yggdrasil/canonical-facts.json -Ddefault_data_host=cert.cloud.redhat.com -Ddefault_path_prefix=redhat/insights "-Dgobuildflags=[%(echo %{expand:%gocompilerflags} | sed -e s/"^"/"'"/ -e s/" "/"', '"/g -e s/"$"/"'"/), '-tags', '"rpm_crashtraceback\ ${BUILDTAGS:-}"', '-a', '-v', '-x']" -Dgoldflags='%{?currentgoldflags} -B 0x%(head -c20 /dev/urandom|od -An -tx1|tr -d " \n") -compressdwarf=false -linkmode=external -extldflags "%{build_ldflags} %{?__golang_extldflags}"'
|
||||
%meson_build
|
||||
|
||||
%global gosupfiles ./ipc/com.redhat.Yggdrasil1.Dispatcher1.xml ./ipc/com.redhat.Yggdrasil1.Worker1.xml
|
||||
|
||||
Loading…
Reference in New Issue
Block a user