On Fri, Aug 31, 2018 at 04:22:12AM -0400, Frediano Ziglio wrote: > > On Thu, Aug 30, 2018 at 06:44:59PM -0300, Eduardo Lima (Etrunko) wrote: > > > Since commit e5a93d7a30f71f01052392d13e33e0373bccee8f asciidoc has been > > > failing. Frediano noticed that there is no such problem with Fedora 27, > > > and it looks like asciidoc version 8.6.10 in Fedora 28 is causing > > > the problem. Downgrading it to 8.6.8 seems to fix it while we don't > > > find the definite solution. > > > > > > Signed-off-by: Eduardo Lima (Etrunko) <etrunko@xxxxxxxxxx> > > > --- > > > .gitlab-ci.yml | 1 + > > > 1 file changed, 1 insertion(+) > > > > > > diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml > > > index cba41b28..3344fa3c 100644 > > > --- a/.gitlab-ci.yml > > > +++ b/.gitlab-ci.yml > > > @@ -8,6 +8,7 @@ before_script: > > > -y > > > - dnf copr enable @spice/nightly -y > > > - dnf builddep spice -y > > > + - dnf downgrade asciidoc -y > > > > If you want a good known version, I'd hardcode it rather than hoping > > downgrade is going to pick an appropriate package, in other words, > > dnf downgrade -y > > https://kojipkgs.fedoraproject.org//packages/asciidoc/8.6.8/15.fc28/noarch/asciidoc-8.6.8-15.fc28.noarch.rpm > > > > Christophe > > > > You can also use: > > dnf downgrade asciidoc-8.6.8-15.fc28 -y The thing is, I don't know how long old packages are kept available in repositories. I was actually surprised that 'dnf downgrade asciidoc' did anything at all. That link to koji should keep working more or less forever. If the goal is to remember to revisit it regularly, downgrading to an explicit version will indeed do the trick. Christophe
Attachment:
signature.asc
Description: PGP signature
_______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel