Hello community,
here is the log from the commit of package installation-images for
openSUSE:Factory checked in at 2014-01-05 10:21:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/installation-images (Old)
and /work/SRC/openSUSE:Factory/.installation-images.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "installation-images"
Changes:
--------
--- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes
2013-12-06 09:43:37.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.installation-images.new/installation-images.changes
2014-01-05 10:21:57.000000000 +0100
@@ -1,0 +2,6 @@
+Sat Jan 4 08:12:07 UTC 2014 - [email protected]
+
+- use bcond macros for vnc support, so I can disable it in
+ core project
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ installation-images.spec ++++++
--- /var/tmp/diff_new_pack.qyD7HS/_old 2014-01-05 10:21:58.000000000 +0100
+++ /var/tmp/diff_new_pack.qyD7HS/_new 2014-01-05 10:21:58.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package installation-images
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -21,11 +21,11 @@
Name: installation-images
%define with_sles 0
%define with_xen 0
-%define with_vnc 1
%define with_vbox 0
%define with_plymouth 1
%define with_efi_graphics 1
%define with_shim 1
+%bcond_without vnc
%bcond_without sbl
BuildRequires: Mesa
BuildRequires: Mesa-libEGL1
@@ -257,7 +257,7 @@
%if %{with sbl}
BuildRequires: sbl
%endif
-%if %with_vnc
+%if %{with vnc}
BuildRequires: xorg-x11-Xvnc
%endif
# kmps
@@ -299,7 +299,7 @@
BuildRequires: xf86-video-r128
BuildRequires: xf86-video-sis
BuildRequires: xf86-video-vesa
-%if %with_vnc
+%if %{with vnc}
BuildRequires: tightvnc
%endif
%endif
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]