public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-blsctl] rawhide: Orphaned for 6+ weeks
@ 2026-09-11 21:52 Orphaned Packages Process
0 siblings, 0 replies; only message in thread
From: Orphaned Packages Process @ 2026-09-11 21:52 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-blsctl
Branch : rawhide
Commit : 270b39f8f69a2af48477d5c0477e5285813340b2
Author : Orphaned Packages Process <packaging-reports@fedoraproject.org>
Date : 2026-09-11T16:52:54-05:00
Stats : +1/-146 in 7 file(s)
URL : https://src.fedoraproject.org/rpms/rust-blsctl/c/270b39f8f69a2af48477d5c0477e5285813340b2?branch=rawhide
Log:
Orphaned for 6+ weeks
---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 95abfbf..0000000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/blsctl-*.crate
diff --git a/blsctl-fix-metadata.diff b/blsctl-fix-metadata.diff
deleted file mode 100644
index becfbdf..0000000
--- a/blsctl-fix-metadata.diff
+++ /dev/null
@@ -1,18 +0,0 @@
---- blsctl-0.2.3/Cargo.toml 2020-11-12T23:04:14+00:00
-+++ blsctl-0.2.3/Cargo.toml 2026-07-22T10:38:00.726694+00:00
-@@ -20,12 +20,12 @@
-
- [lib]
- name = "blsctl"
--crate-type = ["lib", "cdylib"]
-+crate-type = ["lib"]
- [dev-dependencies.serial_test]
--version = "0.5"
-+version = "3"
-
- [dev-dependencies.serial_test_derive]
--version = "0.5"
-+version = "3"
-
- [dev-dependencies.tempfile]
- version = "3.1.0"
diff --git a/changelog b/changelog
deleted file mode 100644
index c87280a..0000000
--- a/changelog
+++ /dev/null
@@ -1,24 +0,0 @@
-* Sat Feb 04 2023 Fabio Valentini <decathorpe@gmail.com> - 0.2.3-8
-- Rebuild for fixed frame pointer compiler flags in Rust RPM macros.
-
-* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3-7
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
-
-* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3-6
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
-
-* Tue Feb 15 2022 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.2.3-5
-- Rebuild with package notes
-
-* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
-
-* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
-
-* Fri Nov 13 00:10:15 CET 2020 Javier Martinez Canillas <javierm@redhat.com> - 0.2.3-1
-- Initial package
- Resolves: rhbz#1886464
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/rust-blsctl.spec b/rust-blsctl.spec
deleted file mode 100644
index b2e391c..0000000
--- a/rust-blsctl.spec
+++ /dev/null
@@ -1,88 +0,0 @@
-# Generated by rust2rpm 28
-%bcond check 1
-
-%global crate blsctl
-
-Name: rust-blsctl
-Version: 0.2.3
-Release: %autorelease
-Summary: Manages BLS entries and kernel cmdline options
-
-License: LGPL-2.1-or-later
-URL: https://crates.io/crates/blsctl
-Source: %{crates_source}
-# Manually created patch for downstream crate metadata changes
-# * drop unused "cdylib" build target
-# * bump serial_test dev-dependency from v0.5 to v3
-Patch: blsctl-fix-metadata.diff
-
-BuildRequires: cargo-rpm-macros >= 24
-BuildRequires: rpm-devel
-
-%global _description %{expand:
-Manages BLS entries and kernel cmdline options.}
-
-%description %{_description}
-
-%package -n %{crate}
-Summary: %{summary}
-License: LGPL-2.1-or-later
-# LICENSE.dependencies contains a full license breakdown
-
-%description -n %{crate} %{_description}
-
-%files -n %{crate}
-%license LICENSE.gpl3
-%license LICENSE.lgpl2
-%license LICENSE.dependencies
-%{_bindir}/blsctl
-
-%package devel
-Summary: %{summary}
-BuildArch: noarch
-Requires: rpm-devel
-
-%description devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "%{crate}" crate.
-
-%files devel
-%license %{crate_instdir}/LICENSE.gpl3
-%license %{crate_instdir}/LICENSE.lgpl2
-%{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
-%cargo_build
-%{cargo_license_summary}
-%{cargo_license} > LICENSE.dependencies
-
-%install
-%cargo_install
-
-%if %{with check}
-%check
-%cargo_test
-%endif
-
-%changelog
-%autochangelog
diff --git a/rust2rpm.toml b/rust2rpm.toml
deleted file mode 100644
index 36d1322..0000000
--- a/rust2rpm.toml
+++ /dev/null
@@ -1,14 +0,0 @@
-[package]
-cargo-toml-patch-comments = [
- "drop unused \"cdylib\" build target",
- "bump serial_test dev-dependency from v0.5 to v3",
-]
-
-[requires]
-build = [
- "rpm-devel",
-]
-lib = [
- "rpm-devel",
-]
-
diff --git a/sources b/sources
deleted file mode 100644
index 8ce2ede..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (blsctl-0.2.3.crate) = 12b4d829499fda0a7b5d9150ddd5c905d05ed7f9015d5931a4fa97f5de6ecc4529e86c9dc9d269d776b52ec0af5218cb5117305bb0391620d72e59349d10ac26
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-11 21:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-11 21:52 [rpms/rust-blsctl] rawhide: Orphaned for 6+ weeks Orphaned Packages Process
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox