From 94d9ae342703db36a9801124c6b031539536711d Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Wed, 19 Sep 2018 12:45:10 +0200 Subject: [PATCH] schroot: fix nssdatabases --- srcpkgs/schroot/patches/remove-networks.patch | 41 +++++++++++++++++++ srcpkgs/schroot/template | 2 +- 2 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/schroot/patches/remove-networks.patch diff --git a/srcpkgs/schroot/patches/remove-networks.patch b/srcpkgs/schroot/patches/remove-networks.patch new file mode 100644 index 00000000000..1008899902f --- /dev/null +++ b/srcpkgs/schroot/patches/remove-networks.patch @@ -0,0 +1,41 @@ +From e59bc1b6c6535ec8ab8a57004351718ab2677196 Mon Sep 17 00:00:00 2001 +From: Andrea Brancaleoni +Date: Wed, 19 Sep 2018 12:36:41 +0200 +Subject: [PATCH] remove networks + +--- + etc/profile-templates/buildd/all/copyfiles | 1 - + etc/profile-templates/default/all/nssdatabases | 1 - + etc/profile-templates/desktop/all/nssdatabases | 1 - + 3 files changed, 3 deletions(-) + +diff --git etc/profile-templates/buildd/all/copyfiles etc/profile-templates/buildd/all/copyfiles +index fe18fb3..2469d3e 100644 +--- etc/profile-templates/buildd/all/copyfiles ++++ etc/profile-templates/buildd/all/copyfiles +@@ -3,4 +3,3 @@ + # + /etc/hosts + /etc/resolv.conf +-/etc/networks +diff --git etc/profile-templates/default/all/nssdatabases etc/profile-templates/default/all/nssdatabases +index a9f1319..22efe1b 100644 +--- etc/profile-templates/default/all/nssdatabases ++++ etc/profile-templates/default/all/nssdatabases +@@ -1,4 +1,3 @@ + services + protocols +-networks + hosts +diff --git etc/profile-templates/desktop/all/nssdatabases etc/profile-templates/desktop/all/nssdatabases +index a9f1319..22efe1b 100644 +--- etc/profile-templates/desktop/all/nssdatabases ++++ etc/profile-templates/desktop/all/nssdatabases +@@ -1,4 +1,3 @@ + services + protocols +-networks + hosts +-- +2.19.0 + diff --git a/srcpkgs/schroot/template b/srcpkgs/schroot/template index f09575dce62..49af4381e51 100644 --- a/srcpkgs/schroot/template +++ b/srcpkgs/schroot/template @@ -2,7 +2,7 @@ pkgname=schroot reverts="1.7.2_9" version=1.6.10 -revision=7 +revision=8 _debian_version=3+deb9u1 build_pie=yes build_style=gnu-configure