public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Link Dupont <link@sub-pop.net>
To: git-commits@fedoraproject.org
Subject: [rpms/yggdrasil] epel9: Package available in c9s
Date: Tue, 15 Sep 2026 13:17:13 GMT [thread overview]
Message-ID: <178947823372.1.6640346821856742007.rpms-yggdrasil-ff4a8c4dcabb@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/yggdrasil
Branch : epel9
Commit : ff4a8c4dcabb1808a81d2e02d61cc25eb0446fdf
Author : Link Dupont <link@sub-pop.net>
Date : 2026-09-15T13:17:08+00:00
Stats : +1/-82 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/yggdrasil/c/ff4a8c4dcabb1808a81d2e02d61cc25eb0446fdf?branch=epel9
Log:
Package available in c9s
---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index f2acf48..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/yggdrasil-0.3.1.tar.xz
-/yggdrasil-0.3.2.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/dead.package b/dead.package
new file mode 100644
index 0000000..adfd4e6
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Package available in c9s
diff --git a/sources b/sources
deleted file mode 100644
index e0c3039..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (yggdrasil-0.3.2.tar.xz) = adb94e48091a4df00e2de8bddd02cd0964cf1753be85bbdc3b16ed0aef6fb530718393f4868ed2323df70163e455a5bc34e1f33432c72026ba8d5588573cb2e3
diff --git a/yggdrasil.spec b/yggdrasil.spec
deleted file mode 100644
index 8805f4b..0000000
--- a/yggdrasil.spec
+++ /dev/null
@@ -1,76 +0,0 @@
-%bcond_without check
-
-# https://github.com/redhatinsights/yggdrasil
-%global goipath github.com/redhatinsights/yggdrasil
-Version: 0.3.2
-%global tag %{version}
-
-%gometa -f
-
-%global common_description %{expand:
-yggdrasil is a system daemon that subscribes to topics on an MQTT broker and
-routes any data received on the topics to an appropriate child "worker" process,
-exchanging data with its worker processes through a D-Bus message broker.}
-
-%global golicenses LICENSE
-%global godocs CONTRIBUTING.md README.md
-
-Name: yggdrasil
-Release: 2%{?dist}
-Summary: Remote data transmission and processing client
-
-License: GPL-3.0-only
-URL: %{gourl}
-Source: https://github.com/RedHatInsights/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
-
-BuildRequires: systemd-rpm-macros
-BuildRequires: meson
-BuildRequires: pkgconfig(dbus-1)
-BuildRequires: pkgconfig(systemd)
-BuildRequires: pkgconfig(bash-completion)
-
-%description %{common_description}
-
-%gopkg
-
-%prep
-%goprep -k
-%autopatch -p1
-
-%build
-%undefine _auto_set_build_flags
-export %gomodulesmode
-%{?gobuilddir:export GOPATH="%{gobuilddir}:${GOPATH:+${GOPATH}:}%{?gopath}"}
-%meson -Dvendor=true "-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
-%install
-%meson_install
-%gopkginstall
-
-%if %{with check}
-%check
-%gocheck
-%endif
-
-%files
-%license LICENSE
-%doc CONTRIBUTING.md README.md
-%{_bindir}/*
-%config(noreplace) %{_sysconfdir}/%{name}
-%{_unitdir}/*
-%{_userunitdir}/*
-%{_datadir}/bash-completion/completions/*
-%{_datadir}/dbus-1/{interfaces,system-services,system.d}/*
-%{_datadir}/doc/%{name}/*
-%{_mandir}/man1/*
-
-%gopkgfiles
-
-%changelog
-* Mon Jul 24 2023 Link Dupont <linkdupont@fedoraproject.org> - 0.3.2-1
-- Update to version 0.3.2
-
-* Wed Mar 8 2023 Link Dupont <linkdupont@fedoraproject.org> - 0.3.1-2
-- Initial package
reply other threads:[~2026-09-15 13:17 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178947823372.1.6640346821856742007.rpms-yggdrasil-ff4a8c4dcabb@fedoraproject.org \
--to=link@sub-pop.net \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox