fb9a201
Name:           arch-install-scripts
d3d1b51
Version:        18
d3d1b51
Release:        1%{?dist}
8fd4e8b
Summary:        Scripts to bootstrap Arch Linux distribution
fb9a201
License:        GPLv2
8fd4e8b
URL:            https://projects.archlinux.org/arch-install-scripts.git
8fd4e8b
Source0:        https://projects.archlinux.org/arch-install-scripts.git/snapshot/%{name}-%{version}.tar.gz
fb9a201
BuildArch:      noarch
fb9a201
BuildRequires:  m4
fb9a201
Requires:       archlinux-keyring
8fd4e8b
Requires:       pacman
fb9a201
fb9a201
%description
fb9a201
A small suite of scripts aimed at automating some menial tasks when
fb9a201
installing Arch Linux, most notably including actually performing the
fb9a201
installation.
fb9a201
fb9a201
To install and launch Arch in a container:
fb9a201
  pacman-key --init
fb9a201
  pacman-key --populate archlinux
b026dbb
  mkdir -p /var/lib/machines/arch
b026dbb
  pacstrap -G -M -i -c -d /var/lib/machines/arch base
b026dbb
  systemd-nspawn -bD /var/lib/machines/arch
fb9a201
fb9a201
%prep
fb9a201
%setup -q
fb9a201
fb9a201
%build
8fd4e8b
%make_build PREFIX=%{_prefix}
fb9a201
fb9a201
%install
fb9a201
%make_install PREFIX=%{_prefix}
fb9a201
8fd4e8b
%check
8fd4e8b
make check
8fd4e8b
fb9a201
%files
8fd4e8b
%license COPYING
fb9a201
%{_bindir}/arch-chroot
fb9a201
%{_bindir}/genfstab
fb9a201
%{_bindir}/pacstrap
fb9a201
%dir %{_datadir}/zsh/site-functions
fb9a201
%{_datadir}/zsh/site-functions/_archinstallscripts
fb9a201
fb9a201
%changelog
d3d1b51
* Sat Feb 10 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 18-1
d3d1b51
- Update to latest version
d3d1b51
1f18647
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 15-6
1f18647
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
1f18647
a51a4b6
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 15-5
a51a4b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
a51a4b6
b49cf10
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 15-4
b49cf10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
b49cf10
c5ceaed
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 15-3
c5ceaed
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
c5ceaed
75d8f2d
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 15-2
75d8f2d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
75d8f2d
8fd4e8b
* Mon Feb 16 2015 Christopher Meng <rpm@cicku.me> - 15-1
8fd4e8b
- Update to v15
8fd4e8b
5a1e1eb
* Tue Jan 06 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 14-1
5a1e1eb
- Update to v14. (#1175134).
5a1e1eb
8928e1f
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 13-3
8928e1f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
8928e1f
7f51aef
* Thu Feb 06 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 13-2
7f51aef
- Update installation instructions.
7f51aef
e856389
* Thu Feb 06 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 13-1
e856389
- Update to v13. (#1062168).
e856389
fb9a201
* Thu Aug 22 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 11-2
fb9a201
- Remove "+" from license.
fb9a201
- Replace path with macro.
fb9a201
- Package accepted (#998125).
fb9a201
fb9a201
* Fri Aug 16 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 11-1
fb9a201
- Initial packaging.