- use tigervnc* packages instead of tightvnc*

This commit is contained in:
Adam Tkac 2009-03-03 21:05:41 +00:00
parent a832520aee
commit b836297120
2 changed files with 22 additions and 1 deletions

14
anaconda-tigervnc.patch Normal file
View 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

View File

@ -3,7 +3,7 @@
Summary: Graphical system installer Summary: Graphical system installer
Name: anaconda Name: anaconda
Version: 11.5.0.23 Version: 11.5.0.23
Release: 2 Release: 3
License: GPLv2+ License: GPLv2+
Group: Applications/System Group: Applications/System
URL: http://fedoraproject.org/wiki/Anaconda URL: http://fedoraproject.org/wiki/Anaconda
@ -145,6 +145,8 @@ Provides: anaconda-images = %{version}-%{release}
Obsoletes: anaconda-runtime < %{version}-%{release} Obsoletes: anaconda-runtime < %{version}-%{release}
Provides: anaconda-runtime = %{version}-%{release} Provides: anaconda-runtime = %{version}-%{release}
Patch0: anaconda-tigervnc.patch
%description %description
The anaconda package contains the program which was used to install your The anaconda package contains the program which was used to install your
system. These files are of little use on an already installed system. 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 %prep
%setup -q %setup -q
%patch0 -p1 -b .tigervnc
%build %build
%{__make} depend %{__make} depend
%{__make} %{?_smp_mflags} %{__make} %{?_smp_mflags}
@ -207,6 +211,9 @@ update-desktop-database &> /dev/null || :
%endif %endif
%changelog %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 * 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 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild