Bug ID | 1095660 |
---|---|
Summary | tar doesn't recognize option --add-file anymore |
Classification | openSUSE |
Product | openSUSE Distribution |
Version | Leap 15.0 |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Other |
Assignee | bnc-team-screening@forge.provo.novell.com |
Reporter | doerges@pre-sense.de |
QA Contact | qa-bugs@suse.de |
Found By | --- |
Blocker | --- |
Actual behavior --------------- user@box:~> touch testinput1 user@box:~> touch testinput2 user@box:~> touch testinputadd user@box:~> tar -zcvf test.tar.gz --add-file=testinputadd testinput? tar: unhandled positional option 0 tar: Error is not recoverable: exiting now user@box:~> echo $? 2 Expected behavior ----------------- No error from tar, but an archive created instead. Versions -------- The problem occurs on openSUSE Leap 15.0 with this RPM user@box:~> rpm -q tar tar-1.29-lp150.1.12.x86_64 The same sequence of commands works fine with openSUSE Leap 42.3 (tar-1.27.1-14.3.x86_64)