public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Orphaned Packages Process <packaging-reports@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/wult] rawhide: Orphaned for 6+ weeks
Date: Tue, 02 Jun 2026 23:54:39 GMT [thread overview]
Message-ID: <178044447992.1.8271559549472767636.rpms-wult-6ef6bbb1f6ff@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/wult
Branch : rawhide
Commit : 6ef6bbb1f6ff37f313f36219adf23917b684cb87
Author : Orphaned Packages Process <packaging-reports@fedoraproject.org>
Date : 2026-06-02T18:54:35-05:00
Stats : +1/-99 in 6 file(s)
URL : https://src.fedoraproject.org/rpms/wult/c/6ef6bbb1f6ff37f313f36219adf23917b684cb87?branch=rawhide
Log:
Orphaned for 6+ weeks
---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index db9d91c..0000000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/wult-*.tar.gz
diff --git a/README.md b/README.md
deleted file mode 100644
index 3735ef7..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# wult
-
-The wult package
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..5204a84
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Orphaned for 6+ weeks
diff --git a/exclude-dirs.patch b/exclude-dirs.patch
deleted file mode 100644
index 84fd4e8..0000000
--- a/exclude-dirs.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/setup.py 2024-04-15 17:56:05.560501673 +0300
-+++ b/setup.py 2024-04-15 17:56:15.710474879 +0300
-@@ -61,8 +61,6 @@
- data_files=get_data_files("share/man/man1", "docs/man1") + \
- get_data_files("share/wult/helpers/wult-freq-helper", "helpers/wult-freq-helper",
- exclude=_PYTHON_HELPERS) + \
-- get_data_files("share/wult/drivers", "drivers") + \
-- get_data_files("share/wult/helpers", "helpers") + \
- get_data_files("share/wult/defs/wult", "defs/wult"),
- scripts=_TOOLNAMES + _PYTHON_HELPERS,
- packages=find_packages(),
diff --git a/sources b/sources
deleted file mode 100644
index 1148183..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (wult-1.12.48.tar.gz) = 0e2f0c01b6a161e14cee3619c3ec5f0cac506f1aafff304a76a31d62ad71b9f4025da32182ec55c423d74c1ea1c73419306792f7dfafa4b939ccabfd1efe6840
diff --git a/wult.spec b/wult.spec
deleted file mode 100644
index ea3c95f..0000000
--- a/wult.spec
+++ /dev/null
@@ -1,83 +0,0 @@
-Name: wult
-Version: 1.12.48
-Release: %autorelease
-Summary: A tool for measuring C-state latency in Linux
-
-License: BSD-3-Clause AND GPL-2.0-only
-Url: https://github.com/intel/wult
-Source0: %url/archive/v%{version}/%{name}-%{version}.tar.gz
-
-# exclude backup kernel driver and duplications
-Patch0: exclude-dirs.patch
-
-# measuring C-state latency for Intel architectures
-ExclusiveArch: x86_64
-
-BuildRequires: bpftool
-BuildRequires: clang
-BuildRequires: gcc
-BuildRequires: make
-BuildRequires: kernel-devel
-BuildRequires: libbpf-devel
-BuildRequires: python3-devel
-BuildRequires: python3-pytest
-Requires: pciutils
-Requires: pepc
-Requires: python3-%{name} = %{version}-%{release}
-
-%description
-The name Wult comes from "Wake Up Latency Tracer". Wult measures C-state
-latency by scheduling a delayed interrupt at a known time in the future, so it
-relies on devices allowing for delayed interrupts. Today wult can use LAPIC as
-the source of delayed interrupts, as well as I210 PCIe Gigabit Ethernet
-adapter. However, other devices could be supported as well, for example other
-Intel Ethernet adapters.
-
-%package -n python3-%{name}
-Summary: Wult Python library
-BuildArch: noarch
-
-%description -n python3-%{name}
-Wult Python libraries
-
-%prep
-%autosetup -p1 -n %{name}-%{version}
-
-%generate_buildrequires
-%pyproject_buildrequires -r
-
-%build
-%pyproject_wheel
-
-%make_build -C helpers/ndl-helper
-%make_build -C helpers/wult-freq-helper
-
-%install
-%pyproject_install
-%pyproject_save_files wultlibs wulttools
-
-install -pDm755 helpers/ndl-helper/ndl-helper %{buildroot}%{_bindir}/ndl-helper
-install -pDm755 helpers/wult-freq-helper/wult-freq-helper %{buildroot}%{_bindir}/wult-freq-helper
-
-%check
-%pytest -v
-
-%files
-%doc README.md CHANGELOG.md
-%license LICENSE.md
-%{_bindir}/exercise-sut
-%{_bindir}/ndl
-%{_bindir}/ndl-helper
-%{_bindir}/pbe
-%{_bindir}/wult
-%{_bindir}/wult-freq-helper
-%{_datadir}/wult
-%{_mandir}/man1/exercise-sut*.1.gz
-%{_mandir}/man1/ndl-*1.gz
-%{_mandir}/man1/pbe-*1.gz
-%{_mandir}/man1/wult-*.1.gz
-
-%files -n python3-%{name} -f %{pyproject_files}
-
-%changelog
-%autochangelog
reply other threads:[~2026-06-02 23:54 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=178044447992.1.8271559549472767636.rpms-wult-6ef6bbb1f6ff@fedoraproject.org \
--to=packaging-reports@fedoraproject.org \
--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