Bug 1930192

Summary: unrtf doesn't properly apply `--quiet` (fixed upstream)
Product: [Fedora] Fedora EPEL Reporter: Vincent Brillault <vincent.brillault>
Component: unrtfAssignee: Ken Dreyer <ktdreyer>
Status: CLOSED EOL QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: epel7CC: aurelien, ktdreyer
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2024-07-09 03:28:05 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:

Description Vincent Brillault 2021-02-18 13:47:12 UTC
Description of problem:

Even when the `--quiet` option is passed to unrtf, unrtf still includes its headers.
This is (partially?) fixed upstream in 0.21.10 via at least http://hg.savannah.gnu.org/hgweb/unrtf/rev/4dc050423e35

Version-Release number of selected component (if applicable):

0.21.9-8

How reproducible:

Every time

Steps to Reproduce:
1. Run "echo -E '{\rtf1\ansi\deff0{\fonttbl{\f0 Monotype Corsiva;}}\qc\f0\fs120\i\b Hello,\line World!}' | unrtf --text --quiet"

Actual results:
```
###  Translation from RTF performed by UnRTF, version 0.21.9 
### font table contains 1 fonts total

-----------------
Hello,
World!
```

Expected results:
```
Hello,
World!
```

Additional info:
Upstream (as seen on 0.21.10 on another distribution) is not yet perfect, but still better:
```

-----------------
Hello,
World!
```

Comment 1 Troy Dawson 2024-07-09 03:28:05 UTC
EPEL 7 entered end-of-life (EOL) status on 2024-06-30.\n\nEPEL 7 is no longer maintained, which means that it\nwill not receive any further security or bug fix updates.\n As a result we are closing this bug.