- use tigervnc* packages instead of tightvnc*
This commit is contained in:
parent
a832520aee
commit
b836297120
14
anaconda-tigervnc.patch
Normal file
14
anaconda-tigervnc.patch
Normal file
@ -0,0 +1,14 @@
|
||||
diff -up anaconda-11.5.0.23/scripts/upd-instroot.tigervnc anaconda-11.5.0.23/scripts/upd-instroot
|
||||
--- anaconda-11.5.0.23/scripts/upd-instroot.tigervnc 2009-03-03 21:47:58.000000000 +0100
|
||||
+++ anaconda-11.5.0.23/scripts/upd-instroot 2009-03-03 21:48:18.000000000 +0100
|
||||
@@ -183,8 +183,8 @@ PACKAGES="GConf2 NetworkManager ORBit2 P
|
||||
reiserfs-utils rhpl rpm rpm-libs rpm-python sed selinux-policy-targeted
|
||||
setup slang smc-fonts-meera specspo sqlite synaptics system-config-date
|
||||
system-config-keyboard ${brandpkgname}-logos ${brandpkgname}-release taipeifonts tcp_wrappers
|
||||
- tzdata udev un-core-fonts-dotum urw-fonts util-linux-ng tightvnc-server
|
||||
- tightvnc-server-module vlgothic-fonts
|
||||
+ tzdata udev un-core-fonts-dotum urw-fonts util-linux-ng tigervnc-server
|
||||
+ tigervnc-server-module vlgothic-fonts
|
||||
wpa_supplicant xkeyboard-config xfsdump xfsprogs xorg-x11 xorg-x11-auth
|
||||
xorg-x11-base xorg-x11-drivers xorg-x11-font-utils xorg-x11-fonts-ethiopic
|
||||
xorg-x11-fonts-misc xorg-x11-libs xorg-x11-libs-data xorg-x11-server-utils
|
@ -3,7 +3,7 @@
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 11.5.0.23
|
||||
Release: 2
|
||||
Release: 3
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -145,6 +145,8 @@ Provides: anaconda-images = %{version}-%{release}
|
||||
Obsoletes: anaconda-runtime < %{version}-%{release}
|
||||
Provides: anaconda-runtime = %{version}-%{release}
|
||||
|
||||
Patch0: anaconda-tigervnc.patch
|
||||
|
||||
%description
|
||||
The anaconda package contains the program which was used to install your
|
||||
system. These files are of little use on an already installed system.
|
||||
@ -152,6 +154,8 @@ system. These files are of little use on an already installed system.
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%patch0 -p1 -b .tigervnc
|
||||
|
||||
%build
|
||||
%{__make} depend
|
||||
%{__make} %{?_smp_mflags}
|
||||
@ -207,6 +211,9 @@ update-desktop-database &> /dev/null || :
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Mar 03 2009 Adam Tkac <atkac redhat com> - 11.5.0.23-3
|
||||
- use tigervnc* packages instead of tightvnc*
|
||||
|
||||
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 11.5.0.23-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user