diff --git a/debootstrap.changes b/debootstrap.changes index 835a49f..a3ac548 100644 --- a/debootstrap.changes +++ b/debootstrap.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sat Mar 5 13:50:54 UTC 2016 - sor.alexei@meowr.ru + +- Update to 1.0.79 (changes since 1.0.75): + * Stop creating useless device nodes (deb#571136). + * Fix permissions on device nodes (deb#812811, deb#813124). + * Use HTTPS for Vcs-* URLs, and link to cgit rather than gitweb. + * Split setup_devices in setup_devices (which now only deals with + static device nodes) and setup_dynamic_devices, and move the + calls to setup_devices from the beginning of the second stage to + the end of the first stage. + setup_dynamic_devices mounts the appropriate filesystems which + provide dynamic device nodes for the architectures which need + one in debootstrap (kfreebsd and hurd). + * hurd: move setting up dev and servers firmlink to setup_proc + stage. Also firmlink proc there (deb#768102). + ------------------------------------------------------------------- Mon Nov 23 20:34:07 UTC 2015 - sor.alexei@meowr.ru diff --git a/debootstrap.spec b/debootstrap.spec index 4af7d82..4a72bdf 100644 --- a/debootstrap.spec +++ b/debootstrap.spec @@ -1,7 +1,7 @@ # # spec file for package debootstrap # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2012 Frank Lichtenheld # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: debootstrap -Version: 1.0.75 +Version: 1.0.79 Release: 0 Summary: Bootstrap a basic Debian system License: MIT @@ -27,7 +27,7 @@ Url: https://packages.debian.org/debootstrap Source0: http://httpredir.debian.org/debian/pool/main/d/%{name}/%{name}_%{version}.tar.gz Source1: devices.tar.gz Patch0: %{name}-norootforbuild.patch -%if 0%{?suse_version} > 1110 +%if 0%{?suse_version} >= 1120 BuildArch: noarch %else BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -41,7 +41,7 @@ unpacking them into a directory which can eventually be chrooted into. %prep -%setup -q -n %{name} +%setup -q %patch0 -p1 cp -f %{SOURCE1} . @@ -54,7 +54,7 @@ install -Dm 0644 %{name}.8 %{buildroot}%{_mandir}/man8/%{name}.8 %files %defattr(-,root,root) -%doc README TODO debian/changelog debian/copyright +%doc README TODO debian/{changelog,copyright} %{_sbindir}/%{name} %{_datadir}/%{name}/ %{_mandir}/man?/%{name}.?%{?ext_man} diff --git a/debootstrap_1.0.75.tar.gz b/debootstrap_1.0.75.tar.gz deleted file mode 100644 index 63d341b..0000000 --- a/debootstrap_1.0.75.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4fdc5daf7bce3816a7faa916e7cbd6d45357f241f0d845bec0015c06fd7c7cd6 -size 61897 diff --git a/debootstrap_1.0.79.tar.gz b/debootstrap_1.0.79.tar.gz new file mode 100644 index 0000000..2289774 --- /dev/null +++ b/debootstrap_1.0.79.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11ee0dca0c0e0b5ccb0f80c885f62467c67b90abcbdd7f48dd8ca66af4ec5fc0 +size 64390