Bug 1764924 (rawhide_libdasm)

Summary: Review Request: libdasm - Simple x86 disassembly library
Product: [Fedora] Fedora Reporter: Michal Ambroz <rebus>
Component: Package ReviewAssignee: Nobody's working on this, feel free to take it <nobody>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: extras-orphan, mhroncok, package-review, rebus
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-10-24 08:46:50 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1634370, 1735088, 1766686    

Description Michal Ambroz 2019-10-24 04:42:40 UTC
Hello,
package libdasm was retired as part of the python2 cleanup. I would like to reclaim the package and get it back to rawhide. I have added conditions to build python2 subpackage only up till fc30/rhel7 and also added support for python3

Spec URL: http://rebus.fedorapeople.org/SPECS/libdasm.spec
SRPM URL: http://rebus.fedorapeople.org/SRPMS/libdasm-1.6-6.fc30.src.rpm

Description:
libdasm is a C-library that tries to provide simple and convenient
way to disassemble Intel x86 raw op-code bytes (machine code).
It can parse and print out op-codes in AT&T and Intel syntax.

The op-codes are based on IA-32 Intel Architecture Software Developer's
Manual Volume 2: Instruction Set Reference, order number 243667,
year 2004.  Non-Intel instructions are not supported at the moment (also,
non-Intel but Intel-compatible CPU extensions, like AMD 3DNow! are
not supported).

Comment 1 Miro HronĨok 2019-10-24 08:46:50 UTC
This rereview is not yet needed.