public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jonathan Wright <jonathan@almalinux.org>
To: git-commits@fedoraproject.org
Subject: [rpms/arch-install-scripts] epel8: Unresolvable blockers in Requires, FTI
Date: Fri, 07 Aug 2026 13:48:09 GMT	[thread overview]
Message-ID: <178611048964.1.14191755700195156671.rpms-arch-install-scripts-a758fe057cd4@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/arch-install-scripts
Branch : epel8
Commit : a758fe057cd4ebe4abc092f669b023366854fd3e
Author : Jonathan Wright <jonathan@almalinux.org>
Date   : 2026-08-07T08:48:03-05:00
Stats  : +1/-143 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/arch-install-scripts/c/a758fe057cd4ebe4abc092f669b023366854fd3e?branch=epel8

Log:
Unresolvable blockers in Requires, FTI

---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 3f7ea12..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,11 +0,0 @@
-/v11.tar.gz
-/v13.tar.gz
-/v14.tar.gz
-/arch-install-scripts-15.tar.gz
-/arch-install-scripts-18.tar.gz
-/arch-install-scripts-21.tar.gz
-/arch-install-scripts-23.tar.gz
-/arch-install-scripts-24.tar.gz
-/arch-install-scripts-26.tar.gz
-/arch-install-scripts-27.tar.gz
-/arch-install-scripts-28.tar.gz

diff --git a/arch-install-scripts.spec b/arch-install-scripts.spec
deleted file mode 100644
index 12c3f4c..0000000
--- a/arch-install-scripts.spec
+++ /dev/null
@@ -1,55 +0,0 @@
-Name:           arch-install-scripts
-Version:        28
-Release:        %autorelease
-Summary:        Scripts to bootstrap Arch Linux distribution
-License:        GPLv2
-URL:            https://github.com/archlinux/arch-install-scripts
-%global forgeurl %url
-%forgemeta
-Source0:        %forgesource
-BuildArch:      noarch
-BuildRequires:  m4
-BuildRequires:  asciidoc
-BuildRequires:  make
-Requires:       archlinux-keyring
-Requires:       pacman
-
-%description
-A small suite of scripts aimed at automating some menial tasks when installing
-Arch Linux, most notably including actually performing the installation.
-
-To install and launch Arch in a container:
-  pacman-key --init
-  pacman-key --populate archlinux
-  mkdir -p /var/lib/machines/arch
-  pacstrap -G -M -i -c /var/lib/machines/arch base
-  systemd-nspawn -bD /var/lib/machines/arch
-
-%prep
-%setup -q
-
-%build
-%make_build PREFIX=%{_prefix}
-
-%install
-%make_install PREFIX=%{_prefix}
-
-%check
-make check
-
-%files
-%license COPYING
-%{_bindir}/arch-chroot
-%{_bindir}/genfstab
-%{_bindir}/pacstrap
-%{_datadir}/bash-completion/completions/arch-chroot
-%{_datadir}/bash-completion/completions/genfstab
-%{_datadir}/bash-completion/completions/pacstrap
-%dir %{_datadir}/zsh/site-functions
-%{_datadir}/zsh/site-functions/_archinstallscripts
-%{_mandir}/man8/arch-chroot.8*
-%{_mandir}/man8/genfstab.8*
-%{_mandir}/man8/pacstrap.8*
-
-%changelog
-%autochangelog

diff --git a/changelog b/changelog
deleted file mode 100644
index 813cdb7..0000000
--- a/changelog
+++ /dev/null
@@ -1,76 +0,0 @@
-* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 24-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
-
-* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 24-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
-
-* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 24-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Tue Jun 15 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 24-1
-- Update to latest version (#1952683)
-
-* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 23-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
-
-* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 23-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Tue Mar 31 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 23-1
-- Update to latest version (#1717676)
-
-* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 21-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
-
-* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 21-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
-
-* Tue Mar 19 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 21-1
-- Update to latest version (#1622287)
-
-* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 18-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
-
-* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 18-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
-
-* Sat Feb 10 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 18-1
-- Update to latest version
-
-* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 15-6
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
-
-* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 15-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
-
-* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 15-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
-
-* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 15-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
-
-* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 15-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
-
-* Mon Feb 16 2015 Christopher Meng <rpm@cicku.me> - 15-1
-- Update to v15
-
-* Tue Jan 06 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 14-1
-- Update to v14. (#1175134).
-
-* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 13-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
-
-* Thu Feb 06 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 13-2
-- Update installation instructions.
-
-* Thu Feb 06 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 13-1
-- Update to v13. (#1062168).
-
-* Thu Aug 22 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 11-2
-- Remove "+" from license.
-- Replace path with macro.
-- Package accepted (#998125).
-
-* Fri Aug 16 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 11-1
-- Initial packaging.

diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..9d48338
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Unresolvable blockers in Requires, FTI

diff --git a/sources b/sources
deleted file mode 100644
index c40d381..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (arch-install-scripts-28.tar.gz) = 09a027b04b70e01ccd1fd82e3a443c876bdf978b94a922de9dea4dbc187360460ea35720816724b72fc31b02338b11bf39b47ec9156518a8a3ade000530bf1df

                 reply	other threads:[~2026-08-07 13:48 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=178611048964.1.14191755700195156671.rpms-arch-install-scripts-a758fe057cd4@fedoraproject.org \
    --to=jonathan@almalinux.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