That chmod commit broke dd_extract. Oops.
From: David Shea dshea@redhat.com
--- utils/dd/rpmutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/utils/dd/rpmutils.c b/utils/dd/rpmutils.c index fbbde06..a875fba 100644 --- a/utils/dd/rpmutils.c +++ b/utils/dd/rpmutils.c @@ -396,7 +396,7 @@ int explodeDDRPM(const char *source,
/* Regular file */ if (towrite>=2) { - int fd = open(filename+offset, O_WRONLY, fstat->st_mode); + int fd = open(filename+offset, O_WRONLY|O_CREAT, fstat->st_mode);
if (fd==-1){ rc = 33;
Added label: ACK.
Closed.
anaconda-patches@lists.fedorahosted.org