- Prepare for factory submission
* Remove _service and add source file * Line-wrap description OBS-URL: https://build.opensuse.org/package/show/devel:tools/debootstrap?expand=0&rev=2
This commit is contained in:
parent
0be4bdae11
commit
f34dbea0b1
13
_service
13
_service
@ -1,13 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<services>
|
||||
<service name="download_url">
|
||||
<param name="protocol">http</param>
|
||||
<param name="host">ftp.de.debian.org</param>
|
||||
<param name="path">/debian/pool/main/d/debootstrap/debootstrap_1.0.40.tar.gz</param>
|
||||
</service>
|
||||
<service name="verify_file">
|
||||
<param name="file">_service:download_url:debootstrap_1.0.40.tar.gz</param>
|
||||
<param name="verifier">sha256</param>
|
||||
<param name="checksum">edc3c6c6d8c107d02064418b8205667e68cb4464a99c540421c4bbcfdb3bf3c6</param>
|
||||
</service>
|
||||
</services>
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 3 19:06:28 UTC 2012 - frank.lichtenheld@sophos.com
|
||||
|
||||
- Prepare for factory submission
|
||||
* Remove _service and add source file
|
||||
* Line-wrap description
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 28 17:07:00 UTC 2012 - frank.lichtenheld@sophos.com
|
||||
|
||||
|
@ -12,15 +12,18 @@ Summary: Bootstrap a basic Debian system
|
||||
Group: Development/Tools/Other
|
||||
Url: http://packages.debian.org/debootstrap
|
||||
License: MIT
|
||||
Source0: %{name}_%{version}.tar.gz
|
||||
Source0: http://ftp.de.debian.org/debian/pool/main/d/debootstrap/%{name}_%{version}.tar.gz
|
||||
Source1: devices.tar.gz
|
||||
Patch0: %{name}-norootforbuild.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
AutoReqProv: on
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
debootstrap is used to create a Debian base system from scratch, without requiring the availability of dpkg or apt. It does this by downloading .deb files from a mirror site, and carefully unpacking them into a directory which can eventually be chrooted into.
|
||||
debootstrap is used to create a Debian base system from scratch,
|
||||
without requiring the availability of dpkg or apt. It does this
|
||||
by downloading .deb files from a mirror site, and carefully
|
||||
unpacking them into a directory which can eventually be chrooted
|
||||
into.
|
||||
|
||||
Authors:
|
||||
--------
|
||||
|
Loading…
Reference in New Issue
Block a user