commit 4becef1b154ea4f73133f7ed65a33aef51c93156
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Apr 23 13:12:59 2017 +0100
Build pdf doc on f26+
VirtualBox.spec | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/VirtualBox.spec b/VirtualBox.spec
index e6d5ae5..20d7a47 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -15,7 +15,8 @@
%global prereltag %{?prerel:-%(awk 'BEGIN {print
toupper("%{prerel}")}')}
%bcond_without webservice
-%if 0%{?rhel} || 0%{?fedora} > 25
+# el7 doesn't have all texlive requirements
+%if 0%{?rhel}
%bcond_with docs
%else
%bcond_without docs
@@ -25,7 +26,7 @@
Name: VirtualBox
Version: 5.1.20
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
License: GPLv2 or (GPLv2 and CDDL)
@@ -759,6 +760,9 @@ getent group vboxsf >/dev/null || groupadd -r vboxsf 2>&1
%{_datadir}/%{name}-kmod-%{version}
%changelog
+* Sun Apr 23 2017 Sérgio Basto <sergio(a)serjux.com> - 5.1.20-3
+- Build pdf doc on f26+
+
* Sat Apr 22 2017 Sérgio Basto <sergio(a)serjux.com> - 5.1.20-2
- Fix owning /usr/share/icons (rfbz#4509), thanks to Vasiliy N. Glazov
Show replies by date