You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* `--rm` destroys the container on exit. Helps preventing containers from using too much space on disk. You can still reclaim space afterwards by running `docker container prune` and `docker image prune`
127
127
* `-v` / `--volume` (see *Mounting repos from outside the container* below)
128
128
129
+
**Refreshing fuzzy patches**
130
+
131
+
In XCP-ng 9.0, `rpmbuild` rejects fuzzy patches. The easiest-known
132
+
way to get them refreshed is to let `quilt` do the job, but that's not
133
+
fully automated.
134
+
135
+
1. modify the specfile to add `-Squilt` to `%autosetup` or
136
+
`%autopatch`in the `%prep` block; add `BuildRequires: quilt`
137
+
2. let quilt apply them in a 8.3 buildenv (`quilt`in 8.3 is only in EPEL) and get you a shell:
0 commit comments