Compare commits

...

4 Commits
c10 ... c10s

Author SHA1 Message Date
Jason Jerome
95534f3857 Bump release for rebuild
Resolves: RHEL-140528 RHEL-146085 RHEL-149258
2026-02-18 13:52:16 -05:00
Jiri Hnidek
e4aae0e415 Update yggdrasil to 0.4.9
Resolves: RHEL-127077

Signed-off-by: Jiri Hnidek <jhnidek@redhat.com>
2025-11-07 14:25:37 +01:00
Jason Jerome
b7391ac484 Remove gomodulemode export from spec file
Resolves: RHEL-100953
2025-08-11 13:10:40 -04:00
Jason Jerome
04c022736e Update yggdrasil to 0.4.8
Resolves: RHEL-95976
2025-07-11 16:04:27 -04:00
3 changed files with 5 additions and 4 deletions

2
.gitignore vendored
View File

@ -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

View File

@ -1 +1 @@
SHA512 (yggdrasil-0.4.7.tar.xz) = 7d9de9a4cbdaf108a923794f2ea222f6db57bf185eb4281b1486b56e4c843ca1199c0bb2a2ebb270c5ec86661346148fd0c8dd3448e5d7b78d0bc8e32a99156a
SHA512 (yggdrasil-0.4.9.tar.xz) = 3997b72b84eb33bab0cc650791dfb37344692874b681d31aa70323b755eb3c5d1eea29df8835a553ffb723e63ce943b1bb5a4d48013ac70152731b3d4e0272ab

View File

@ -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