Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 931688 Details for
Bug 1134566
pungi/lorax: failed to open magic file: could not find any valid magic files
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
proposed lorax patch
0001-Do-not-copy-a-private-magic-file.patch (text/plain), 4.26 KB, created by
Mark Hamzy
on 2014-08-27 21:20:47 UTC
(
hide
)
Description:
proposed lorax patch
Filename:
MIME Type:
Creator:
Mark Hamzy
Created:
2014-08-27 21:20:47 UTC
Size:
4.26 KB
patch
obsolete
>From e5fdd2f67d8596252a4b24f8be2168596118b091 Mon Sep 17 00:00:00 2001 >From: Mark Hamzy <hamzy@us.ibm.com> >Date: Wed, 27 Aug 2014 16:08:51 -0500 >Subject: [PATCH] Do not copy a private magic file > >Use the system supplied magic file rather than a backlevel private lorax version. > >--- > share/config_files/ppc/magic | 81 -------------------------------------------- > share/ppc.tmpl | 3 +- > share/ppc64le.tmpl | 3 +- > 3 files changed, 2 insertions(+), 85 deletions(-) > delete mode 100644 share/config_files/ppc/magic > >diff --git a/share/config_files/ppc/magic b/share/config_files/ppc/magic >deleted file mode 100644 >index 387727c..0000000 >--- a/share/config_files/ppc/magic >+++ /dev/null >@@ -1,81 +0,0 @@ >-# >-# Example magic file for mkhybrid >-# >-# The "message" for the offset MUST be 4 characters for the CREATOR >-# and 4 characters for the TYPE - white space is optional between them. >-# Any other characters on this line are ignored. Continuation lines (starting >-# with '>') are also ignored i.e. only the initial offset lines are used. >-# >-# The continuation lines are given here, but they do not need to exist. >- >-# >-# James Pearson 20/5/98 >- >-# off type test message >- >-# GIF >-0 string GIF8 8BIM GIFf >->4 string 7a \b, version 8%s, >->4 string 9a \b, version 8%s, >->6 leshort >0 %hd x >->8 leshort >0 %hd, >-#>10 byte &0x80 color mapped, >-#>10 byte&0x07 =0x00 2 colors >-#>10 byte&0x07 =0x01 4 colors >-#>10 byte&0x07 =0x02 8 colors >-#>10 byte&0x07 =0x03 16 colors >-#>10 byte&0x07 =0x04 32 colors >-#>10 byte&0x07 =0x05 64 colors >-#>10 byte&0x07 =0x06 128 colors >-#>10 byte&0x07 =0x07 256 colors >- >-# JPEG images >-# >-0 ubeshort 0xffd8 8BIM JPEG image data >- >-# StuffIt >-# >-0 string SIT! SIT!SIT! >- >-# standard unix compress >-0 string \037\235 LZIV ZIVU >->2 byte&0x80 >0 block compressed >->2 byte&0x1f x %d bits >- >-# gzip (GNU zip, not to be confused with Info-ZIP or PKWARE zip archiver) >-0 string \037\213 GNUz ZIVU gzip compressed data >->2 byte <8 \b, reserved method, >->2 byte 8 \b, deflated, >->3 byte &0x01 ASCII, >->3 byte &0x02 continuation, >->3 byte &0x04 extra field, >->3 byte &0x08 original filename, >->3 byte &0x10 comment, >->3 byte &0x20 encrypted, >->4 ledate x last modified: %s, >->8 byte 2 max compression, >->8 byte 4 max speed, >->9 byte =0x00 os: MS-DOS >->9 byte =0x01 os: Amiga >->9 byte =0x02 os: VMS >->9 byte =0x03 os: Unix >->9 byte =0x05 os: Atari >->9 byte =0x06 os: OS/2 >->9 byte =0x07 os: MacOS >->9 byte =0x0A os: Tops/20 >->9 byte =0x0B os: Win/32 >- >-# Postscript >-0 string %! ASPSTEXT >->2 string PS-Adobe- conforming >->>11 string >\0 at level %.3s >->>>15 string EPS - type %s >->>>15 string Query - type %s >->>>15 string ExitServer - type %s >-# Some PCs have the annoying habit of adding a ^D as a document separator >-0 string \004%! ASPS TEXT PostScript document text >->3 string PS-Adobe- conforming >->>12 string >\0 at level %.3s >->>>16 string EPS - type %s >->>>16 string Query - type %s >->>>16 string ExitServer - type %s >diff --git a/share/ppc.tmpl b/share/ppc.tmpl >index 8d4f810..4b3583c 100644 >--- a/share/ppc.tmpl >+++ b/share/ppc.tmpl >@@ -49,9 +49,8 @@ replace @PRODUCT@ '${product.name}' ${GRUBDIR}/grub.cfg > replace @VERSION@ ${product.version} ${GRUBDIR}/grub.cfg > replace @ROOT@ "${rootarg}" ${GRUBDIR}/grub.cfg > >-## copy mapping and magic files needed for isos >+## copy mapping file needed for isos > install ${configdir}/mapping ${BOOTDIR} >-install ${configdir}/magic ${BOOTDIR} > > ## NOTE: PPC is kind of funky. There's three possible "arch" setups here: > ## ppc, ppc64, and 'hybrid' (ppc userspace, both ppc & ppc64 kernels). >diff --git a/share/ppc64le.tmpl b/share/ppc64le.tmpl >index 8fa15b0..661c624 100644 >--- a/share/ppc64le.tmpl >+++ b/share/ppc64le.tmpl >@@ -39,9 +39,8 @@ replace @PRODUCT@ '${product.name}' ${GRUBDIR}/grub.cfg > replace @VERSION@ ${product.version} ${GRUBDIR}/grub.cfg > replace @ROOT@ "${rootarg}" ${GRUBDIR}/grub.cfg > >-## copy mapping and magic files needed for isos >+## copy mapping file needed for isos > install ${configdir}/mapping ${BOOTDIR} >-install ${configdir}/magic ${BOOTDIR} > > ## Install kernel and bootloader config (in separate places for each arch) > %for kernel in kernels: >-- >2.1.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1134566
:
931687
| 931688 |
933899