diff --git a/.fmf/version b/.fmf/version deleted file mode 100644 index d00491f..0000000 --- a/.fmf/version +++ /dev/null @@ -1 +0,0 @@ -1 diff --git a/.gitignore b/.gitignore index 2eb0fdc..c3ae19b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1 @@ -/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.4.tar.xz diff --git a/README.md b/README.md deleted file mode 100644 index 3f50b82..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# yggdrasil - -The yggdrasil package diff --git a/changelog b/changelog deleted file mode 100644 index 615b3ab..0000000 --- a/changelog +++ /dev/null @@ -1,16 +0,0 @@ -* Sat Jan 21 2023 Fedora Release Engineering - 0.2.98^1.ffb580f-0.5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Sat Jul 23 2022 Fedora Release Engineering - 0.2.98^1.ffb580f-0.4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Tue Jul 19 2022 Maxwell G - 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 - 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 - 0.2.98^1.ffb580f-0.1.20210728gitffb580f -- Initial package diff --git a/gating.yaml b/gating.yaml deleted file mode 100644 index c02e5bc..0000000 --- a/gating.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- !Policy -product_versions: - - rhel-10 -decision_context: osci_compose_gate -rules: - - !PassingTestCaseRule { test_case_name: osci.brew-build.tier0.functional } diff --git a/plans/main.fmf b/plans/main.fmf deleted file mode 100644 index c1627f9..0000000 --- a/plans/main.fmf +++ /dev/null @@ -1,5 +0,0 @@ -summary: Basic smoke test -discover: - how: fmf -execute: - how: tmt diff --git a/tests/smoke/main.fmf b/tests/smoke/main.fmf deleted file mode 100644 index 7df4fa9..0000000 --- a/tests/smoke/main.fmf +++ /dev/null @@ -1,3 +0,0 @@ -summary: Run yggd --help -test: /usr/bin/yggd --help -duration: 5m diff --git a/yggdrasil.spec b/yggdrasil.spec index 4b9e100..a3cec12 100644 --- a/yggdrasil.spec +++ b/yggdrasil.spec @@ -1,3 +1,13 @@ +## 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 @@ -23,14 +33,12 @@ License: GPL-3.0-only URL: %{gourl} Source: %{url}/releases/download/%{tag}/yggdrasil-%{version}.tar.xz Source1: config.toml -Source2: yggdrasil.sysuser BuildRequires: systemd-rpm-macros BuildRequires: meson BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(systemd) BuildRequires: pkgconfig(bash-completion) -%{?sysusers_requires_compat} %description %{common_description} @@ -64,16 +72,12 @@ export %gomodulesmode %install %meson_install %__install -m644 %{SOURCE1} %{buildroot}%{_sysconfdir}/%{name}/config.toml -%__install -p -D -m 0644 %{SOURCE2} %{buildroot}%{_sysusersdir}/%{name}.conf %if %{with check} %check %gocheck %endif -%pre -%sysusers_create_compat %{SOURCE2} - %post %systemd_post %{name}.service %systemd_user_post %{name}.service @@ -106,4 +110,64 @@ export %gomodulesmode %{_libdir}/pkgconfig/*.pc %changelog -%autochangelog +## START: Generated by rpmautospec +* Mon Sep 16 2024 Link Dupont - 0.4.4-2 +- Bump release to rebuild + +* Fri Sep 13 2024 Link Dupont - 0.4.4-1 +- Update to version 0.4.4 (RHEL-56788) + +* Mon Aug 19 2024 Link Dupont - 0.4.1-8 +- Bump release to rebuild package. + +* Tue Aug 06 2024 Link Dupont - 0.4.1-7 +- Don't build gopkg subpackages + +* Tue Aug 06 2024 Link Dupont - 0.4.1-6 +- Rebuild to mitigate CVE-2024-24791 risk (RHEL-47186) + +* Mon Jun 24 2024 Troy Dawson - 0.4.1-5 +- Bump release for June 2024 mass rebuild + +* Fri Jun 07 2024 Link Dupont - 0.4.1-4 +- add gating.yaml + +* Sun Feb 11 2024 Maxwell G - 0.4.1-3 +- Rebuild for golang 1.22.0 + +* Sat Jan 27 2024 Fedora Release Engineering - 0.4.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Sep 18 2023 Link Dupont - 0.4.1-1 +- Update to version 0.4.1 (RHBZ#2239102) + +* Wed Aug 09 2023 Yaakov Selkowitz - 0.3.2-2 +- Use vendored dependencies in RHEL builds + +* Mon Jul 24 2023 Link Dupont - 0.3.2-1 +- Update to version 0.3.2 (RHBZ#2225230) + +* Sat Jul 22 2023 Fedora Release Engineering - 0.3.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Tue Mar 07 2023 Link Dupont - 0.3.1-2 +- Include D-Bus interface files in devel package + +* Sat Jan 21 2023 Fedora Release Engineering - 0.2.98^1.ffb580f-0.5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Sat Jul 23 2022 Fedora Release Engineering - 0.2.98^1.ffb580f-0.4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Tue Jul 19 2022 Maxwell G - 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 - 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 - 0.2.98^1.ffb580f-0.1.20210728gitffb580f +- Initial package + +## END: Generated by rpmautospec diff --git a/yggdrasil.sysuser b/yggdrasil.sysuser deleted file mode 100644 index 81ccc1d..0000000 --- a/yggdrasil.sysuser +++ /dev/null @@ -1,5 +0,0 @@ -#Type Name ID GECOS Home directory Shell -u yggdrasil - "yggdrasil system user" /var/lib/yggdrasil - -u yggdrasil-worker - "yggdrasil worker user" - - -m yggdrasil yggdrasil-worker -m yggdrasil rhsm