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-alexflint-filemutex] rawhide: Orphaned for 6+ weeks
Date: Sat, 08 Aug 2026 03:10:05 GMT [thread overview]
Message-ID: <178615860551.1.12736746948077952365.rpms-golang-github-alexflint-filemutex-1ecb676a79d2@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/golang-github-alexflint-filemutex
Branch : rawhide
Commit : 1ecb676a79d22630e87979980f2701bdfba8b403
Author : Orphaned Packages Process <packaging-reports@fedoraproject.org>
Date : 2026-08-07T22:10:01-05:00
Stats : +1/-97 in 6 file(s)
URL : https://src.fedoraproject.org/rpms/golang-github-alexflint-filemutex/c/1ecb676a79d22630e87979980f2701bdfba8b403?branch=rawhide
Log:
Orphaned for 6+ weeks
---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 8ee7891..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-/go-filemutex-d358565f3c3f5334209f1e80693e4f621650c489.tar.gz
-/go-filemutex-1.0.0.tar.gz
-/go-filemutex-1.1.0.tar.gz
-/go-filemutex-1.2.0.tar.gz
-/go-filemutex-1.3.0.tar.gz
diff --git a/README.md b/README.md
deleted file mode 100644
index ea5b3fc..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# golang-github-alexflint-filemutex
-
-The golang-github-alexflint-filemutex package
\ No newline at end of file
diff --git a/changelog b/changelog
deleted file mode 100644
index e3fc453..0000000
--- a/changelog
+++ /dev/null
@@ -1,39 +0,0 @@
-* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-9
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
-
-* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-8
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
-
-* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-7
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
-
-* Fri Jun 17 2022 Robert-André Mauchin <zebob.m@gmail.com> - 1.1.0-6
-- Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327, CVE-2022-27191,
- CVE-2022-29526, CVE-2022-30629
-
-* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
-
-* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
-
-* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Thu Jul 23 13:51:33 CEST 2020 Robert-André Mauchin <zebob.m@gmail.com> - 1.1.0-1
-- Update to 1.1.0
-
-* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
-
-* Sun Jan 26 21:20:29 CET 2020 Robert-André Mauchin <zebob.m@gmail.com> - 1.0.0-1
-- Update to 1.0.0
-
-* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
-
-* Sat May 04 23:40:24 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1.20190627gitd358565
-- 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-alexflint-filemutex.spec b/golang-github-alexflint-filemutex.spec
deleted file mode 100644
index b6bfe82..0000000
--- a/golang-github-alexflint-filemutex.spec
+++ /dev/null
@@ -1,49 +0,0 @@
-# Generated by go2rpm 1.10.0
-%bcond_without check
-%global debug_package %{nil}
-
-# https://github.com/alexflint/go-filemutex
-%global goipath github.com/alexflint/go-filemutex
-Version: 1.3.0
-
-%gometa -L
-
-%global common_description %{expand:
-FileMutex is similar to sync.RWMutex, but also synchronizes across processes. On
-Linux, OSX, and other POSIX systems it uses the flock system call. On windows it
-uses the LockFileEx and UnlockFileEx system calls.}
-
-%global golicenses LICENSE
-%global godocs README.md
-
-Name: golang-github-alexflint-filemutex
-Release: %autorelease
-Summary: Sync.Mutex working across processes
-
-License: MIT
-URL: %{gourl}
-Source: %{gosource}
-
-%description %{common_description}
-
-%gopkg
-
-%prep
-%goprep -A
-%autopatch -p1
-
-%generate_buildrequires
-%go_generate_buildrequires
-
-%install
-%gopkginstall
-
-%if %{with check}
-%check
-%gocheck
-%endif
-
-%gopkgfiles
-
-%changelog
-%autochangelog
diff --git a/sources b/sources
deleted file mode 100644
index ede75b2..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (go-filemutex-1.3.0.tar.gz) = 9f5f3bdd2fdea1870e46cb1e73a208e156f857d86da9f9b4f2a379cb714ac8b8fe390d4411b340978bc1aa00eac0130d827a98d5a83825800252d1a90ca94960
reply other threads:[~2026-08-08 3:10 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=178615860551.1.12736746948077952365.rpms-golang-github-alexflint-filemutex-1ecb676a79d2@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