Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| ee1a360278 | |||
| 3a7eaac93b | |||
| de4ea5b89a |
3
arch-install-scripts-v29.tar.bz2
Normal file
3
arch-install-scripts-v29.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5a6223553830d534c03a9c4caefcbc962aabce61cd1dfd26bdf4c4fbc8ea53bc
|
||||||
|
size 19418
|
||||||
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 3 19:13:23 UTC 2024 - Bruno Pitrus <brunopitrus@hotmail.com>
|
||||||
|
|
||||||
|
- New upstream release 29
|
||||||
|
* arch-chroot: fix unshare chroot /dev symlinks
|
||||||
|
* arch-chroot: bind mount over a /etc/resolv.conf symlink (requires mount >= 2.39)
|
||||||
|
* arch-chroot: add option to preserve the chroot resolv.conf
|
||||||
|
* arch-chroot: ensure /run is mounted with --make-private
|
||||||
|
* genfstab: ensure swap devices adhere to -f
|
||||||
|
* genfstab: remove atgc mount option
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 21 17:22:00 UTC 2022 - Bruno Pitrus <brunopitrus@hotmail.com>
|
Mon Nov 21 17:22:00 UTC 2022 - Bruno Pitrus <brunopitrus@hotmail.com>
|
||||||
- New upstream release 28
|
- New upstream release 28
|
||||||
|
|||||||
@@ -17,20 +17,20 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: arch-install-scripts
|
Name: arch-install-scripts
|
||||||
Version: 28
|
Version: 29
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Scripts aimed at automating some menial installation/recovery tasks
|
Summary: Scripts aimed at automating some menial installation/recovery tasks
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: System/Boot
|
Group: System/Boot
|
||||||
URL: https://github.com/archlinux/arch-install-scripts
|
URL: https://gitlab.archlinux.org/archlinux/arch-install-scripts
|
||||||
Source0: https://github.com/archlinux/arch-install-scripts/archive/refs/tags/v%{version}.tar.gz
|
Source0: https://gitlab.archlinux.org/archlinux/arch-install-scripts/-/archive/v%{version}/arch-install-scripts-v%{version}.tar.bz2
|
||||||
Patch0: Do_not_build_Arch-specific_scripts.patch
|
Patch0: Do_not_build_Arch-specific_scripts.patch
|
||||||
BuildRequires: asciidoc
|
BuildRequires: asciidoc
|
||||||
BuildRequires: m4
|
BuildRequires: m4
|
||||||
Requires: awk
|
Requires: awk
|
||||||
Requires: bash >= 4.1
|
Requires: bash >= 4.1
|
||||||
Requires: coreutils >= 8.15
|
Requires: coreutils >= 8.15
|
||||||
Requires: util-linux >= 2.23
|
Requires: util-linux >= 2.39
|
||||||
Requires: util-linux-systemd >= 2.23
|
Requires: util-linux-systemd >= 2.23
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@@ -41,14 +41,14 @@ This package provides helper scripts originating in Arch Linux that are useful d
|
|||||||
* arch-chroot: Set up bind mounts and chroot into the target system
|
* arch-chroot: Set up bind mounts and chroot into the target system
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n arch-install-scripts-v%{version}
|
||||||
%autopatch
|
%autopatch
|
||||||
|
|
||||||
#preserve original file dates
|
#preserve original file dates
|
||||||
sed -i 's/install -/install -p -/' Makefile
|
sed -i 's/install -/install -p -/' Makefile
|
||||||
|
|
||||||
#Remove an Arch-specific script that is useless on other distros and requires a working pacman install
|
#Remove an Arch-specific script that is useless on other distros and requires a working pacman install
|
||||||
find . -name 'pacstrap*' -delete
|
find . -name '*pacstrap*' -print -delete
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%make_build PREFIX=%{_prefix}
|
%make_build PREFIX=%{_prefix}
|
||||||
@@ -67,7 +67,8 @@ find . -name 'pacstrap*' -delete
|
|||||||
%{_datadir}/bash-completion/completions/genfstab
|
%{_datadir}/bash-completion/completions/genfstab
|
||||||
%dir %{_datadir}/zsh
|
%dir %{_datadir}/zsh
|
||||||
%dir %{_datadir}/zsh/site-functions
|
%dir %{_datadir}/zsh/site-functions
|
||||||
%{_datadir}/zsh/site-functions/_archinstallscripts
|
%{_datadir}/zsh/site-functions/_arch-chroot
|
||||||
|
%{_datadir}/zsh/site-functions/_genfstab
|
||||||
%{_mandir}/man8/arch-chroot.8%{?ext_man}
|
%{_mandir}/man8/arch-chroot.8%{?ext_man}
|
||||||
%{_mandir}/man8/genfstab.8%{?ext_man}
|
%{_mandir}/man8/genfstab.8%{?ext_man}
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9951748e738417b721bafa70306ac05cbf77a805cf4750ce79133b2b5b9a8b03
|
|
||||||
size 19730
|
|
||||||
Reference in New Issue
Block a user