-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support unicode filenames in chroot (#372)
- Loading branch information
Showing
2 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
components/provisioning/warewulf-vnfs/SOURCES/warewulf-vnfs.utf8.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- warewulf-vnfs-3.7/bin/wwvnfs 2017-02-22 09:32:02.000000000 -0800 | ||
+++ warewulf-vnfs-3.7.patch/bin/wwvnfs 2017-02-23 13:26:30.000000000 -0800 | ||
@@ -27,6 +27,7 @@ | ||
require "sys/types.ph"; | ||
require "syscall.ph"; | ||
} | ||
+use open OUT => ":utf8"; | ||
|
||
my $sysconfdir = Warewulf::ACVars::get('SYSCONFDIR'); | ||
my $config = Warewulf::Config->new("vnfs.conf"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,6 +49,8 @@ Patch1: rhel-proxy.patch | |
Patch2: warewulf-vnfs.pigz.patch | ||
# 02/23/17 [email protected] - fixes for zypper in wwmkchroot | ||
Patch3: warewulf-vnfs.wwmkchroot.patch | ||
# 02/23/17 [email protected] - fixes unicode in files inserted to vnfs | ||
Patch4: warewulf-vnfs.utf8.patch | ||
|
||
|
||
%description | ||
|
@@ -67,6 +69,7 @@ cd %{dname} | |
%patch1 -p1 | ||
%patch2 -p1 | ||
%patch3 -p1 | ||
%patch4 -p1 | ||
|
||
|
||
%build | ||
|