From 40a64a4c4ae35ad8267a3dcdd77836d17ca431f9 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Sat, 3 Oct 2015 15:29:55 +0000 Subject: [PATCH] - R dpkg, not binutils (debootsrap prefers dpkg-deb over ar for ages) --- debootstrap.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/debootstrap.spec b/debootstrap.spec index 937a917..f1db426 100644 --- a/debootstrap.spec +++ b/debootstrap.spec @@ -1,10 +1,8 @@ -# TODO: -# - optional package with dev files / links to dev Summary: Bootstrap a basic Debian system Summary(pl.UTF-8): Instalator podstawowego systemu opartego o pakiety deb Name: debootstrap Version: 1.0.72 -Release: 1 +Release: 2 License: MIT-like Group: Applications/File Source0: http://ftp.debian.org/debian/pool/main/d/debootstrap/%{name}_%{version}.tar.gz @@ -15,7 +13,7 @@ URL: https://wiki.debian.org/Debootstrap BuildRequires: sed >= 4.0 BuildRequires: tar >= 1:1.22 BuildRequires: xz -Requires: binutils +Requires: dpkg Requires: wget BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -- 2.37.3