revisor/cfg.py | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
New commits:
commit 7bd93cc072ad2b5474ad8d9099411928a2c52815
Author: Jeroen van Meeuwen (Ergo Project) <jeroen.van.meeuwen(a)ergo-project.org>
Date: Fri Jan 28 12:23:26 2011 -0700
Remove vnc packages from required list
diff --git a/revisor/cfg.py b/revisor/cfg.py
index 57092c8..71d5a5e 100644
--- a/revisor/cfg.py
+++ b/revisor/cfg.py
@@ -1451,7 +1451,6 @@ class Runtime:
'tzdata',
'udev',
'urw-fonts',
- 'vnc-server',
'Xft',
'xorg-x11',
'xorg-x11-100dpi-fonts',
@@ -1479,6 +1478,7 @@ class Runtime:
'anaconda-runtime',
'rhpl',
'vnc-libs',
+ 'vnc-server',
],
"F12": [
'anaconda-runtime',
@@ -1504,6 +1504,7 @@ class Runtime:
'rhpl',
'synaptics',
'vnc-libs',
+ 'vnc-server',
],
"F11": [
'anaconda-runtime',
@@ -1529,6 +1530,7 @@ class Runtime:
'rhpl',
'synaptics',
'vnc-libs',
+ 'vnc-server',
],
"F10": [
'anaconda-runtime',
@@ -1554,6 +1556,7 @@ class Runtime:
'rhpl',
'synaptics',
'vnc-libs',
+ 'vnc-server',
],
"F9": [
'anaconda-runtime',
@@ -1563,6 +1566,7 @@ class Runtime:
'rhpl',
'synaptics',
'vnc-libs',
+ 'vnc-server',
],
"F8": [
'anaconda-runtime',
@@ -1582,6 +1586,7 @@ class Runtime:
'rpcbind',
'synaptics',
'udev-static',
+ 'vnc-server',
'xfsdump',
'xfsprogs',
'yum-fedorakmod',
commit 932c25bfbae02550a6ce7bbb5d5f6f532f4341d7
Author: Jeroen van Meeuwen (Ergo Project) <jeroen.van.meeuwen(a)ergo-project.org>
Date: Fri Jan 28 12:18:04 2011 -0700
Remove yet another required package
diff --git a/revisor/cfg.py b/revisor/cfg.py
index f29587d..57092c8 100644
--- a/revisor/cfg.py
+++ b/revisor/cfg.py
@@ -1451,7 +1451,6 @@ class Runtime:
'tzdata',
'udev',
'urw-fonts',
- 'vnc-libs',
'vnc-server',
'Xft',
'xorg-x11',
@@ -1479,6 +1478,7 @@ class Runtime:
"F13": [
'anaconda-runtime',
'rhpl',
+ 'vnc-libs',
],
"F12": [
'anaconda-runtime',
@@ -1503,6 +1503,7 @@ class Runtime:
'man',
'rhpl',
'synaptics',
+ 'vnc-libs',
],
"F11": [
'anaconda-runtime',
@@ -1527,6 +1528,7 @@ class Runtime:
'man',
'rhpl',
'synaptics',
+ 'vnc-libs',
],
"F10": [
'anaconda-runtime',
@@ -1551,6 +1553,7 @@ class Runtime:
'man',
'rhpl',
'synaptics',
+ 'vnc-libs',
],
"F9": [
'anaconda-runtime',
@@ -1559,6 +1562,7 @@ class Runtime:
'man',
'rhpl',
'synaptics',
+ 'vnc-libs',
],
"F8": [
'anaconda-runtime',