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-model] rawhide: Replaced by below
Date: Mon, 24 Aug 2026 21:23:24 GMT	[thread overview]
Message-ID: <178760660412.1.13064179602683743126.rpms-rust-below-model-e2b5ff9e8d48@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-below-model
Branch : rawhide
Commit : e2b5ff9e8d48ebf932af2d47cc179bd54a7db941
Author : Michel Lind <salimma@fedoraproject.org>
Date   : 2026-08-24T22:23:17+01:00
Stats  : +1/-130 in 7 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-below-model/c/e2b5ff9e8d48ebf932af2d47cc179bd54a7db941?branch=rawhide

Log:
Replaced by below

---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 243ee4b..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,6 +0,0 @@
-/below-model-0.4.1.crate
-/below-model-0.5.0.crate
-/below-model-0.6.3.crate
-/below-model-0.7.1.crate
-/below-model-0.8.1.crate
-/below-model-0.9.0.crate

diff --git a/below-model-fix-metadata.diff b/below-model-fix-metadata.diff
deleted file mode 100644
index 2428104..0000000
--- a/below-model-fix-metadata.diff
+++ /dev/null
@@ -1,26 +0,0 @@
---- below-model-0.9.0/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ below-model-0.9.0/Cargo.toml	2026-03-19T20:42:37.204044+00:00
-@@ -50,7 +50,7 @@
- package = "below-common"
- 
- [dependencies.enum-iterator]
--version = "1.4.1"
-+version = "2"
- 
- [dependencies.ethtool]
- version = "0.9.0"
-@@ -61,7 +61,7 @@
- package = "below-gpu-stats"
- 
- [dependencies.hostname]
--version = "0.3"
-+version = ">=0.3,<0.5"
- 
- [dependencies.os_info]
- version = "3.0.7"
-@@ -105,5 +105,4 @@
- version = "0.3.30"
- features = [
-     "async-await",
--    "compat",
- ]

diff --git a/changelog b/changelog
deleted file mode 100644
index d0d6c4f..0000000
--- a/changelog
+++ /dev/null
@@ -1,5 +0,0 @@
-* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Wed Jun 16 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/rust-below-model.spec b/rust-below-model.spec
deleted file mode 100644
index 220128c..0000000
--- a/rust-below-model.spec
+++ /dev/null
@@ -1,79 +0,0 @@
-# Generated by rust2rpm 28
-%bcond check 1
-%global debug_package %{nil}
-
-%global crate below-model
-
-# compile and run tests only on supported architectures
-%global unsupported_arches %{ix86}
-
-Name:           rust-below-model
-Version:        0.9.0
-Release:        %autorelease
-Summary:        Model crate for below
-
-License:        Apache-2.0
-URL:            https://crates.io/crates/below-model
-Source:         %{crates_source}
-# Manually created patch for downstream crate metadata changes
-# * bump enum-iterator from 1.4.1 to 2
-# * drop unused futures/compat dev-dependency feature
-# * relax hostname dependency to allow 0.4.x
-Patch:          below-model-fix-metadata.diff
-
-BuildRequires:  cargo-rpm-macros >= 24
-
-%global _description %{expand:
-Model crate for below.}
-
-%description %{_description}
-
-%package        devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description    devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "%{crate}" crate.
-
-%files          devel
-%license %{crate_instdir}/LICENSE
-%{crate_instdir}/
-
-%package     -n %{name}+default-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+default-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "default" feature of the "%{crate}" crate.
-
-%files       -n %{name}+default-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%prep
-%autosetup -n %{crate}-%{version} -p1
-%cargo_prep
-
-%generate_buildrequires
-%cargo_generate_buildrequires
-
-%build
-%ifnarch %{unsupported_arches}
-%cargo_build
-%endif
-
-%install
-%cargo_install
-
-%if %{with check}
-%ifnarch %{unsupported_arches}
-%check
-%cargo_test
-%endif
-%endif
-
-%changelog
-%autochangelog

diff --git a/rust2rpm.toml b/rust2rpm.toml
deleted file mode 100644
index f5b957e..0000000
--- a/rust2rpm.toml
+++ /dev/null
@@ -1,13 +0,0 @@
-[package]
-cargo-toml-patch-comments = [
-  "bump enum-iterator from 1.4.1 to 2",
-  "drop unused futures/compat dev-dependency feature",
-  "relax hostname dependency to allow 0.4.x",
-]
-
-# Many dependencies not available on 32-bit architectures
-# this should be *un*supported-arches once it's available
-# flip the generated ifarch to ifnarch for now
-unsupported-arches = [
-  "%{ix86}",
-]

diff --git a/sources b/sources
deleted file mode 100644
index 5f912be..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (below-model-0.9.0.crate) = 6c9904b014da470204fb163a27d36741954dad782a73d04cae3dbfbd1a9049e5f67b36cd142b88cda1123793ebe5caa91bcc70297919228c78cb8abd12e9f9a1

                 reply	other threads:[~2026-08-24 21:23 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=178760660412.1.13064179602683743126.rpms-rust-below-model-e2b5ff9e8d48@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