diff --git a/btrfsprogs.changes b/btrfsprogs.changes index a70e793..f99f0ca 100644 --- a/btrfsprogs.changes +++ b/btrfsprogs.changes @@ -1,6 +1,12 @@ ------------------------------------------------------------------- Tue Apr 11 00:00:00 CEST 2023 - dsterba@suse.cz +- Use pre-generated documentation from tarball, fixes build on SLE targets + where sphinx might not be available + +------------------------------------------------------------------- +Tue Apr 11 00:00:00 CEST 2023 - dsterba@suse.cz + - update to 6.2.2 * fix build on old x86 architectures with builtin crypto * device stats: fix printing wrong values in tabular output diff --git a/btrfsprogs.spec b/btrfsprogs.spec index 069b3a7..c523bc2 100644 --- a/btrfsprogs.spec +++ b/btrfsprogs.spec @@ -29,7 +29,7 @@ %endif # the tarball contains prebuilt documentation -%define build_docs 1 +%define build_docs 0 %define _dracutmodulesdir %(pkg-config --variable dracutmodulesdir dracut)