#2307 keygen: temporarily disable documentation to avoid FTBFS for F37/Rawhide
Merged 2 years ago by praiskup. Opened 2 years ago by frostyx.
copr/ frostyx/copr ftbfs-keygen  into  main

file modified
+10
@@ -82,7 +82,14 @@ 

  

  %build

  %py3_build

+ 

+ # We currently have FTBFS errors for F37/Rawhide, related issues:

+ # https://bugzilla.redhat.com/show_bug.cgi?id=2113156

+ # https://bugzilla.redhat.com/show_bug.cgi?id=2105348

+ # https://bugzilla.redhat.com/show_bug.cgi?id=2007282

+ %if 0%{?fedora} <= 36

  make -C docs %{?_smp_mflags} html

+ %endif

  

  %install

  %py3_install
@@ -115,7 +122,10 @@ 

  

  cp -a configs/sudoers/copr_signer %{buildroot}%{_sysconfdir}/sudoers.d/copr_signer

  

+ # FTBFS - See above

+ %if 0%{?fedora} <= 36

  cp -a docs/_build/html %{buildroot}%{_pkgdocdir}/

+ %endif

  

  %check

  ./run_tests.sh -vv --no-cov

Build succeeded.

%if 0%{?fedora} <= 36 seems better (to not exclude non-Fedora builds)

rebased onto 0dabd341090b3eb98b404837bd74c577256c82c3

2 years ago

Build succeeded.

rebased onto 2c6fe1e

2 years ago

Commit 1a3456d fixes this pull-request

Pull-Request has been merged by praiskup

2 years ago

Build succeeded.

Metadata