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/golang-github-containerd-continuity] rawhide: Orphaned for 6+ weeks
Date: Fri, 26 Jun 2026 01:53:11 GMT	[thread overview]
Message-ID: <178243879177.1.10819162757710741747.rpms-golang-github-containerd-continuity-7390b5107024@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/golang-github-containerd-continuity
Branch : rawhide
Commit : 7390b510702419aa1387ae6e50ca5a2a67f6f2bd
Author : Orphaned Packages Process <packaging-reports@fedoraproject.org>
Date   : 2026-06-25T20:53:06-05:00
Stats  : +1/-98 in 6 file(s)
URL    : https://src.fedoraproject.org/rpms/golang-github-containerd-continuity/c/7390b510702419aa1387ae6e50ca5a2a67f6f2bd?branch=rawhide

Log:
Orphaned for 6+ weeks

---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 41b35bc..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,6 +0,0 @@
-/continuity-aaeac12a7ffcd198ae25440a9dff125c2e2703a7.tar.gz
-/continuity-efbc4488d8fe1bdc16bde3b2d2990d9b3a899165.tar.gz
-/continuity-180525291bb77dea7062ac4281fcd38e2a3d76c5.tar.gz
-/continuity-0.1.0.tar.gz
-/continuity-0.2.2.tar.gz
-/continuity-0.3.0.tar.gz

diff --git a/README.md b/README.md
deleted file mode 100644
index ba8bfa4..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# golang-github-containerd-continuity
-
-The golang-github-containerd-continuity package
\ No newline at end of file

diff --git a/changelog b/changelog
deleted file mode 100644
index e42131f..0000000
--- a/changelog
+++ /dev/null
@@ -1,29 +0,0 @@
-* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
-
-* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Wed Jul 14 12:12:43 CEST 2021 Olivier Lemasle <o.lemasle@gmail.com> - 0.1.0-1
-- Update to upstream 0.1.0 (fixes rhbz#1963506)
-
-* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.7
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
-
-* Sat Jan 09 14:52:45 CET 2021 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.6.20210109git1805252
-- Bump to commit 180525291bb77dea7062ac4281fcd38e2a3d76c5
-
-* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Sat Jul 25 16:29:57 CEST 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.4.20200725gitefbc448
-- Bump to commit efbc4488d8fe1bdc16bde3b2d2990d9b3a899165
-
-* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
-
-* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
-
-* Wed May 01 16:31:34 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1.20190626gitaaeac12
-- Initial 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/golang-github-containerd-continuity.spec b/golang-github-containerd-continuity.spec
deleted file mode 100644
index 7f5b037..0000000
--- a/golang-github-containerd-continuity.spec
+++ /dev/null
@@ -1,59 +0,0 @@
-# Generated by go2rpm 1.8.0
-%bcond_without check
-
-# https://github.com/containerd/continuity
-%global goipath         github.com/containerd/continuity
-Version:                0.3.0
-
-%gometa
-
-%global common_description %{expand:
-A transport-agnostic, filesystem metadata manifest system.}
-
-%global golicenses      LICENSE
-%global godocs          AUTHORS README.md
-
-Name:           %{goname}
-Release:        %autorelease
-Summary:        A transport-agnostic, filesystem metadata manifest system
-
-License:        Apache-2.0
-URL:            %{gourl}
-Source:         %{gosource}
-
-%description %{common_description}
-
-%gopkg
-
-%prep
-%goprep
-
-%generate_buildrequires
-%go_generate_buildrequires
-
-%build
-%gobuild -o %{gobuilddir}/bin/continuity %{goipath}/cmd/continuity
-
-%install
-%gopkginstall
-install -m 0755 -vd                     %{buildroot}%{_bindir}
-install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/
-
-%if %{with check}
-%check
-for test in "TestCopyWithLargeFile" \
-; do
-awk -i inplace '/^func.*'"$test"'\(/ { print; print "\tt.Skip(\"disabled failing test\")"; next}1' $(grep -rl $test)
-done
-%gocheck
-%endif
-
-%files
-%license LICENSE
-%doc AUTHORS README.md
-%{_bindir}/continuity
-
-%gopkgfiles
-
-%changelog
-%autochangelog

diff --git a/sources b/sources
deleted file mode 100644
index ae9e2e4..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (continuity-0.3.0.tar.gz) = 0eac833f0e8a01e806f4407ee374282707f55815b8d137f5c3ccb2e423d0c8c7a32e76c9e277105b05398e6540988974b48d83b993ef96a36446312ee7052974

                 reply	other threads:[~2026-06-26  1:53 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=178243879177.1.10819162757710741747.rpms-golang-github-containerd-continuity-7390b5107024@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