schroot: fix nssdatabases
This commit is contained in:
parent
ba8790d14c
commit
94d9ae3427
2 changed files with 42 additions and 1 deletions
41
srcpkgs/schroot/patches/remove-networks.patch
Normal file
41
srcpkgs/schroot/patches/remove-networks.patch
Normal file
|
@ -0,0 +1,41 @@
|
||||||
|
From e59bc1b6c6535ec8ab8a57004351718ab2677196 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Andrea Brancaleoni <abc@pompel.me>
|
||||||
|
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 @@
|
||||||
|
# <source and destination>
|
||||||
|
/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
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
pkgname=schroot
|
pkgname=schroot
|
||||||
reverts="1.7.2_9"
|
reverts="1.7.2_9"
|
||||||
version=1.6.10
|
version=1.6.10
|
||||||
revision=7
|
revision=8
|
||||||
_debian_version=3+deb9u1
|
_debian_version=3+deb9u1
|
||||||
build_pie=yes
|
build_pie=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue