Closed dhodovsk closed 4 years ago
those packages are doing %setup
and %patch
- the true old school
the problem is that nor %setup nor %patch are defined in /usr/lib/rpm so d2s is not creating a git repo nor applying metadata
let me see how we can hijack this
those packages are doing
%setup
and%patch
- the true old schoolthe problem is that nor %setup nor %patch are defined in /usr/lib/rpm so d2s is not creating a git repo nor applying metadata
let me see how we can hijack this
A few weeks ago this was working by replacing %setup
with %gitsetup
. Was this changed in any way?
For some packages, we get
git.Repo expect
.git
in the path.Example packages ['autofs', 'autogen', 'socat'] - c8 branch