Compare commits
8 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
04c022736e | ||
|
c1b50701e4 | ||
|
dab9a0544d | ||
|
2e0258af88 | ||
|
ece5bc0771 | ||
|
bdf9d7e548 | ||
|
56d174423e | ||
|
000dedb734 |
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
||||
1
|
12
.gitignore
vendored
12
.gitignore
vendored
@ -1 +1,11 @@
|
||||
yggdrasil-0.4.5.tar.xz
|
||||
/yggdrasil-ffb580f55ae91beff78156fdb6a41be8bc049117.tar.gz
|
||||
/yggdrasil-0.3.1.tar.gz
|
||||
/yggdrasil-0.3.2.tar.gz
|
||||
/yggdrasil-0.3.2.tar.xz
|
||||
/yggdrasil-0.4.1.tar.xz
|
||||
/yggdrasil-0.4.2.tar.xz
|
||||
/yggdrasil-0.4.4.tar.xz
|
||||
/yggdrasil-0.4.5.tar.xz
|
||||
/yggdrasil-0.4.6.tar.xz
|
||||
/yggdrasil-0.4.7.tar.xz
|
||||
/yggdrasil-0.4.8.tar.xz
|
||||
|
16
changelog
Normal file
16
changelog
Normal file
@ -0,0 +1,16 @@
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.98^1.ffb580f-0.5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.98^1.ffb580f-0.4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Tue Jul 19 2022 Maxwell G <gotmax@e.email> - 0.2.98^1.ffb580f-0.3
|
||||
- Rebuild for CVE-2022-{1705,32148,30631,30633,28131,30635,30632,30630,1962} in
|
||||
golang
|
||||
|
||||
* Sat Jun 18 2022 Robert-André Mauchin <zebob.m@gmail.com> - 0.2.98^1.ffb580f-0.2
|
||||
- Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327, CVE-2022-27191,
|
||||
CVE-2022-29526, CVE-2022-30629
|
||||
|
||||
* Tue Aug 10 2021 Link Dupont <linkdupont@fedoraproject.org> - 0.2.98^1.ffb580f-0.1.20210728gitffb580f
|
||||
- Initial package
|
10
gating.yaml
Normal file
10
gating.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-10
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
# Disabling until tier 0 tests are added: https://issues.redhat.com/browse/CCT-98
|
||||
# - !PassingTestCaseRule { test_case_name: osci.brew-build.tier0.functional }
|
||||
- !PassingTestCaseRule {test_case_name: rhsmci.brew-build.tier1.functional}
|
||||
|
||||
|
5
plans/main.fmf
Normal file
5
plans/main.fmf
Normal file
@ -0,0 +1,5 @@
|
||||
summary: Basic smoke test
|
||||
discover:
|
||||
how: fmf
|
||||
execute:
|
||||
how: tmt
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (yggdrasil-0.4.5.tar.xz) = 26c688a6b776fbd574b601a16d1816c167d04103851365ac7ec1da4fe06e1d61190d68e2df5f7f58d31a0b5c167686bef2594f3cae97516ac3f6cc21db28f14c
|
||||
SHA512 (yggdrasil-0.4.8.tar.xz) = 8a287f7cf0e81b03fce441682a3cc070cdb7d6d50083c1e39a3467dfa110f8a19efd200f563353c418fafbde5a2e553c0b02f92986dc686fcb6dd9e33c104819
|
||||
|
3
tests/smoke/main.fmf
Normal file
3
tests/smoke/main.fmf
Normal file
@ -0,0 +1,3 @@
|
||||
summary: Run yggd --help
|
||||
test: /usr/bin/yggd --help
|
||||
duration: 5m
|
@ -1,18 +1,8 @@
|
||||
## START: Set by rpmautospec
|
||||
## (rpmautospec version 0.6.5)
|
||||
## RPMAUTOSPEC: autorelease, autochangelog
|
||||
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
||||
release_number = 2;
|
||||
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
||||
print(release_number + base_release_number - 1);
|
||||
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
||||
## END: Set by rpmautospec
|
||||
|
||||
%bcond_without check
|
||||
|
||||
# https://github.com/redhatinsights/yggdrasil
|
||||
%global goipath github.com/redhatinsights/yggdrasil
|
||||
Version: 0.4.5
|
||||
Version: 0.4.8
|
||||
%global tag v%{version}
|
||||
|
||||
%gometa -f
|
||||
@ -77,7 +67,7 @@ Contains example workers for %{name}.
|
||||
%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
|
||||
@ -146,85 +136,4 @@ rm -f %{_unitdir}/rhcd.service
|
||||
%{_unitdir}/com.redhat.Yggdrasil1.Worker1.echo.service
|
||||
|
||||
%changelog
|
||||
## START: Generated by rpmautospec
|
||||
* Tue Mar 11 2025 Joe VLcek <jvlcek@redhat.com> - 0.4.5-2
|
||||
- Create rhcd.service sym link to yggdrasil.service
|
||||
|
||||
* Mon Feb 03 2025 Link Dupont <link@sub-pop.net> - 0.4.5-1
|
||||
- Update to 0.4.5 (RHEL-77619)
|
||||
|
||||
* Mon Feb 03 2025 Link Dupont <link@sub-pop.net> - 0.4.4-8
|
||||
- Include examples subpackage
|
||||
|
||||
* Thu Nov 07 2024 Link Dupont <link@sub-pop.net> - 0.4.4-7
|
||||
- Include local state dir (RHEL-66427)
|
||||
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.4.4-6
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
|
||||
* Tue Oct 08 2024 Link Dupont <link@sub-pop.net> - 0.4.4-4
|
||||
- Add yggdrasil user to rhsm group (RHEL-61735)
|
||||
|
||||
* Tue Sep 24 2024 Link Dupont <link@sub-pop.net> - 0.4.4-3
|
||||
- Use sysusers_create_compat to create users in pre
|
||||
|
||||
* Mon Sep 16 2024 Link Dupont <link@sub-pop.net> - 0.4.4-2
|
||||
- Bump release to rebuild
|
||||
|
||||
* Fri Sep 13 2024 Link Dupont <link@sub-pop.net> - 0.4.4-1
|
||||
- Update to version 0.4.4 (RHEL-56788)
|
||||
|
||||
* Mon Aug 19 2024 Link Dupont <link@sub-pop.net> - 0.4.1-8
|
||||
- Bump release to rebuild package.
|
||||
|
||||
* Tue Aug 06 2024 Link Dupont <link@sub-pop.net> - 0.4.1-7
|
||||
- Don't build gopkg subpackages
|
||||
|
||||
* Tue Aug 06 2024 Link Dupont <link@sub-pop.net> - 0.4.1-6
|
||||
- Rebuild to mitigate CVE-2024-24791 risk (RHEL-47186)
|
||||
|
||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.4.1-5
|
||||
- Bump release for June 2024 mass rebuild
|
||||
|
||||
* Fri Jun 07 2024 Link Dupont <link@sub-pop.net> - 0.4.1-4
|
||||
- add gating.yaml
|
||||
|
||||
* Sun Feb 11 2024 Maxwell G <maxwell@gtmx.me> - 0.4.1-3
|
||||
- Rebuild for golang 1.22.0
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Mon Sep 18 2023 Link Dupont <link@sub-pop.net> - 0.4.1-1
|
||||
- Update to version 0.4.1 (RHBZ#2239102)
|
||||
|
||||
* Wed Aug 09 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 0.3.2-2
|
||||
- Use vendored dependencies in RHEL builds
|
||||
|
||||
* Mon Jul 24 2023 Link Dupont <link@sub-pop.net> - 0.3.2-1
|
||||
- Update to version 0.3.2 (RHBZ#2225230)
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Tue Mar 07 2023 Link Dupont <link@sub-pop.net> - 0.3.1-2
|
||||
- Include D-Bus interface files in devel package
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.98^1.ffb580f-0.5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.98^1.ffb580f-0.4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Tue Jul 19 2022 Maxwell G <gotmax@e.email> - 0.2.98^1.ffb580f-0.3
|
||||
- Rebuild for CVE-2022-{1705,32148,30631,30633,28131,30635,30632,30630,1962} in
|
||||
golang
|
||||
|
||||
* Sat Jun 18 2022 Robert-André Mauchin <zebob.m@gmail.com> - 0.2.98^1.ffb580f-0.2
|
||||
- Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327, CVE-2022-27191,
|
||||
CVE-2022-29526, CVE-2022-30629
|
||||
|
||||
* Tue Aug 10 2021 Link Dupont <linkdupont@fedoraproject.org> - 0.2.98^1.ffb580f-0.1.20210728gitffb580f
|
||||
- Initial package
|
||||
|
||||
## END: Generated by rpmautospec
|
||||
%autochangelog
|
||||
|
Loading…
Reference in New Issue
Block a user