public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michel Lind <salimma@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-below] f45: Replaced by below
Date: Mon, 24 Aug 2026 21:56:06 GMT [thread overview]
Message-ID: <178760856693.1.3881746813778625325.rpms-rust-below-22ec3eb5edce@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-below
Branch : f45
Commit : 22ec3eb5edcea4b01bce176c89cab0bd78175a65
Author : Michel Lind <salimma@fedoraproject.org>
Date : 2026-08-24T21:57:52+01:00
Stats : +1/-306 in 10 file(s)
URL : https://src.fedoraproject.org/rpms/rust-below/c/22ec3eb5edcea4b01bce176c89cab0bd78175a65?branch=f45
Log:
Replaced by below
---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 8b37ec2..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,14 +0,0 @@
-/below-0.2.0.crate
-/below-0.2.0-vendor.tar.gz
-/below-0.3.0.crate
-/below-0.3.0-vendor.tar.gz
-/below-0.4.0.crate
-/below-0.4.0-vendor.tar.gz
-/below-0.4.1.crate
-/below-0.4.1-vendor.tar.gz
-/below-0.5.0.crate
-/below-0.5.0-vendor.tar.gz
-/below-0.6.3.crate
-/below-0.7.1.crate
-/below-0.8.1.crate
-/below-0.9.0.crate
diff --git a/README.md b/README.md
deleted file mode 100644
index 85e2524..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# rust-below
-
-The rust-below package
diff --git a/below-fix-metadata.diff b/below-fix-metadata.diff
deleted file mode 100644
index 7183e58..0000000
--- a/below-fix-metadata.diff
+++ /dev/null
@@ -1,35 +0,0 @@
---- below-0.9.0/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ below-0.9.0/Cargo.toml 2025-07-23T13:20:43.535279+00:00
-@@ -81,7 +81,7 @@
- package = "below-dump"
-
- [dependencies.indicatif]
--version = "0.17.6"
-+version = ">=0.17.6, <0.19.0"
- features = [
- "futures",
- "improved_unicode",
-@@ -90,7 +90,7 @@
- ]
-
- [dependencies.libbpf-rs]
--version = "=0.25.0-beta.1"
-+version = ">=0.24,<0.26"
- default-features = false
-
- [dependencies.libc]
-@@ -148,7 +148,6 @@
- features = [
- "full",
- "test-util",
-- "tracing",
- ]
-
- [dependencies.view]
-@@ -162,5 +161,5 @@
- version = "0.1.1"
-
- [build-dependencies.libbpf-cargo]
--version = "=0.25.0-beta.1"
-+version = ">=0.24,<0.26"
- default-features = false
diff --git a/below.service b/below.service
deleted file mode 100644
index 0f18e02..0000000
--- a/below.service
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright (c) Facebook, Inc. and its affiliates.
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-[Unit]
-Description=below system monitor recording daemon
-After=time-sync.target
-
-[Service]
-LogsDirectory=below
-ExecStart=/usr/bin/below record --retain-for-s 604800 --compress
-# Enable backtraces in errors
-Environment=RUST_LIB_BACKTRACE=1
-Restart=always
-RestartSec=3
-
-[Install]
-WantedBy=multi-user.target
diff --git a/changelog b/changelog
deleted file mode 100644
index 883a574..0000000
--- a/changelog
+++ /dev/null
@@ -1,22 +0,0 @@
-* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Tue Jul 6 2021 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.2.0-4
-- Add README-epel.md with instructions for enabling PSI support
-- Gate ExclusiveArch s390x to el8 only
-
-* Wed Jun 30 2021 Davide Cavalca <dcavalca@fedoraproject.org> - 0.2.0-3
-- Add vendored dependencies for EPEL and make it build there
-- Exclude s390x for the EPEL build for now due to an upstream issue
-- Mark logrotate config file as a config(noreplace)
-- Add recommends for logrotate
-- Fix permissions for the below binary
-
-* Mon Jun 28 2021 Davide Cavalca <dcavalca@fedoraproject.org> - 0.2.0-2
-- Install upstream systemd unit
-- Install upstream logrotate config
-- Add missing documentation
-- Expand the description
-
-* Tue Jun 15 2021 Davide Cavalca <dcavalca@fedoraproject.org> - 0.2.0-1
-- Initial package
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..8408eaa
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Replaced by below
diff --git a/logrotate.conf b/logrotate.conf
deleted file mode 100644
index 90bfe05..0000000
--- a/logrotate.conf
+++ /dev/null
@@ -1,11 +0,0 @@
-/var/log/below/error_*.log {
- daily
- rotate 14
- maxage 14
- copytruncate
- compress
- notifempty
- missingok
- create 0644 root root
- su root root
-}
diff --git a/rust-below.spec b/rust-below.spec
deleted file mode 100644
index 434558d..0000000
--- a/rust-below.spec
+++ /dev/null
@@ -1,131 +0,0 @@
-# Generated by rust2rpm 27
-%bcond check 1
-
-%global crate below
-
-%global forgeurl https://github.com/facebookincubator/below
-
-Name: rust-below
-Version: 0.9.0
-Release: %autorelease
-Summary: Interactive tool to view and record historical system data
-
-License: Apache-2.0
-URL: https://crates.io/crates/below
-Source: %{crates_source}
-# * Get these from the repo as they aren't included in the crate
-Source1: %{forgeurl}/raw/v%{version}/etc/below.service
-Source2: %{forgeurl}/raw/v%{version}/etc/logrotate.conf
-# Manually created patch for downstream crate metadata changes
-# * temporarily loosen version bound on libbpf-* to allow 0.24 and 0.25
-# * remove dependency on unstable tokio/tracing
-# * allow indicatif 0.18: https://github.com/facebookincubator/below/pull/8256
-Patch: below-fix-metadata.diff
-
-# Many dependencies not available
-ExcludeArch: %{ix86}
-
-BuildRequires: cargo-rpm-macros >= 24
-BuildRequires: systemd-rpm-macros
-
-%global _description %{expand:
-below is an interactive tool to view and record historical system data. It has
-support for:
-
-- information regarding hardware resource utilization
-- viewing the cgroup hierarchy
-- cgroup and process information
-- pressure stall information (PSI)
-- record mode to record system data
-- replay mode to replay historical system data
-- live mode to view live system data
-- dump subcommand to report script-friendly information (e.g. JSON and CSV)
-
-below does not have support for cgroup1.
-
-The name "below" stems from the fact that the below developers rejected many of
-atop's design and style decisions.}
-
-%description %{_description}
-
-%package -n %{crate}
-Summary: %{summary}
-# (MIT OR Apache-2.0) AND Unicode-DFS-2016
-# 0BSD
-# Apache-2.0
-# Apache-2.0 OR BSL-1.0
-# Apache-2.0 OR MIT
-# Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
-# BSD-2-Clause
-# BSD-2-Clause OR Apache-2.0 OR MIT
-# LGPL-2.1-only OR BSD-2-Clause
-# MIT
-# MIT OR Apache-2.0
-# MPL-2.0 OR MIT OR Apache-2.0
-# Unlicense OR MIT
-License: %{shrink:
- Apache-2.0
- AND (MIT OR Apache-2.0) AND Unicode-DFS-2016
- AND 0BSD
- AND (Apache-2.0 OR BSL-1.0)
- AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT)
- AND BSD-2-Clause
- AND (BSD-2-Clause OR Apache-2.0 OR MIT)
- AND (LGPL-2.1-only OR BSD-2-Clause)
- AND MIT
- AND (MPL-2.0 OR MIT OR Apache-2.0)
- AND (Unlicense OR MIT)
- }
-# LICENSE.dependencies contains a full license breakdown
-
-Recommends: logrotate
-
-%description -n %{crate} %{_description}
-
-%files -n %{crate}
-%license LICENSE
-%license LICENSE.dependencies
-%doc README.md
-%{_bindir}/below
-%{_unitdir}/%{crate}.service
-%dir %{_sysconfdir}/logrotate.d
-%config(noreplace) %{_sysconfdir}/logrotate.d/%{crate}.conf
-%dir %{_localstatedir}/log/%{crate}
-
-%post -n %{crate}
-%systemd_post %{crate}.service
-
-%preun -n %{crate}
-%systemd_preun %{crate}.service
-
-%postun -n %{crate}
-%systemd_postun_with_restart %{crate}.service
-
-
-%prep
-%autosetup -n %{crate}-%{version} -p1
-%cargo_prep
-
-%generate_buildrequires
-%cargo_generate_buildrequires
-
-%build
-%cargo_build
-%{cargo_license_summary}
-%{cargo_license} > LICENSE.dependencies
-
-%install
-%cargo_install
-install -D -p -m0644 %{SOURCE1} %{buildroot}%{_unitdir}/%{crate}.service
-install -D -p -m0644 %{SOURCE2} \
- %{buildroot}%{_sysconfdir}/logrotate.d/%{crate}.conf
-install -d -m1777 %{buildroot}%{_localstatedir}/log/%{crate}
-
-%if %{with check}
-%check
-# * missing memory.pressure
-%cargo_test -- -- --exact --skip test::record_replay_integration
-%endif
-
-%changelog
-%autochangelog
diff --git a/rust2rpm.toml b/rust2rpm.toml
deleted file mode 100644
index e3ffb5a..0000000
--- a/rust2rpm.toml
+++ /dev/null
@@ -1,61 +0,0 @@
-[package]
-cargo-toml-patch-comments = [
- "temporarily loosen version bound on libbpf-* to allow 0.24 and 0.25",
- "remove dependency on unstable tokio/tracing",
- "allow indicatif 0.18: https://github.com/facebookincubator/below/pull/8256",
-]
-
-description = """
-below is an interactive tool to view and record historical system data. It has
-support for:
-
-- information regarding hardware resource utilization
-- viewing the cgroup hierarchy
-- cgroup and process information
-- pressure stall information (PSI)
-- record mode to record system data
-- replay mode to replay historical system data
-- live mode to view live system data
-- dump subcommand to report script-friendly information (e.g. JSON and CSV)
-
-below does not have support for cgroup1.
-
-The name "below" stems from the fact that the below developers rejected many of
-atop's design and style decisions."""
-
-extra-files = [
- "%{_unitdir}/%{crate}.service",
- "%dir %{_sysconfdir}/logrotate.d",
- "%config(noreplace) %{_sysconfdir}/logrotate.d/%{crate}.conf",
- "%dir %{_localstatedir}/log/%{crate}",
-]
-
-[[package.extra-sources]]
-number = 1
-file = "%{forgeurl}/raw/v%{version}/etc/below.service"
-comments = [
- "Get these from the repo as they aren't included in the crate",
-]
-
-[[package.extra-sources]]
-number = 2
-file = "%{forgeurl}/raw/v%{version}/etc/logrotate.conf"
-comments = []
-
-[requires]
-build = [
- "systemd-rpm-macros",
-]
-
-[scripts.install]
-post = [
- "install -D -p -m0644 %{SOURCE1} %{buildroot}%{_unitdir}/%{crate}.service",
- "install -D -p -m0644 %{SOURCE2} \\",
- " %{buildroot}%{_sysconfdir}/logrotate.d/%{crate}.conf",
- "install -d -m1777 %{buildroot}%{_localstatedir}/log/%{crate}",
-]
-
-[tests]
-skip = ["test::record_replay_integration"]
-skip-exact = true
-comments = ["missing memory.pressure"]
diff --git a/sources b/sources
deleted file mode 100644
index 7ef5ba4..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (below-0.9.0.crate) = 5a87c015748d8937575691588bd6ef10c8046101befe634521263154d78d18b2e0e16088c10ef7ab268e5ce1d092885992b621c6667f8faaecb2573eb8ac9cde
reply other threads:[~2026-08-24 21:56 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=178760856693.1.3881746813778625325.rpms-rust-below-22ec3eb5edce@fedoraproject.org \
--to=salimma@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