diff options
author | Jakub Ružička <jakub.ruzicka@nic.cz> | 2021-04-09 16:35:10 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2021-05-19 17:22:11 +0200 |
commit | 60167856af243f5683840d7365493ed0b3fa6cd0 (patch) | |
tree | 9a7ca5b19488c60a0a481f578fccdcd9a69f8a58 /distro/pkg/rpm/bird.spec | |
parent | 329d6e3fbc5a09a9bc8800bd8a5d239dec1a3d24 (diff) |
docs: disable docs subpackage to fix FTBFS
Adressing following FTBFS on all older debian/ubuntu distros:
Can't locate LinuxDocTools/Data/Latin1ToSgml.pm in @INC (you may need to install the LinuxDocTools::Data::Latin1ToSgml module)
Diffstat (limited to 'distro/pkg/rpm/bird.spec')
-rw-r--r-- | distro/pkg/rpm/bird.spec | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/distro/pkg/rpm/bird.spec b/distro/pkg/rpm/bird.spec index 1267cf9b..f56547bf 100644 --- a/distro/pkg/rpm/bird.spec +++ b/distro/pkg/rpm/bird.spec @@ -1,9 +1,5 @@ %global _hardened_build 1 - -%if "x%{?suse_version}" == "x" -# missing linuxdoc-tools and sgml-common on SUSE -%define _without_doc 1 -%endif +%global _without_doc 1 Name: bird Version: {{ version }} |