Bug ID 916007
Summary quilt setup fails fails on SLE11-SP1 package openssh
Classification openSUSE
Product openSUSE Distribution
Version 13.2
Hardware All
OS openSUSE 13.2
Status NEW
Severity Minor
Priority P5 - None
Component Development
Assignee jdelvare@suse.com
Reporter jdelvare@suse.com
QA Contact qa-bugs@suse.de
CC rmilasan@suse.com
Found By ---
Blocker ---

When running "quilt setup openssh.spec" on the SLE11-SP1 openssh package, the
resulting tree is broken. The series file is created directly at the source
directory, which is unusual but not necessarily wrong. The patches link however
is in the same place but reads ".." so it points outside the working tree,
which is wrong.

Changing the patches link to "." fixes the problem. Also using "quilt setup -d
dir openssh.spec" works around the bug but this is only by luck: "quilt setup
-d x/y openssh.spec" would fail. The patches link is always "..", which is
wrong in this last case too.


You are receiving this mail because: