This commit is contained in:
parent
759005f5a4
commit
af3c23ccba
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 21 10:18:45 CEST 2007 - aj@suse.de
|
||||||
|
|
||||||
|
- Use texlive for openSUSE 10.3.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 5 09:38:36 MST 2007 - ccoffing@novell.com
|
Mon Mar 5 09:38:36 MST 2007 - ccoffing@novell.com
|
||||||
|
|
||||||
|
11
xen.spec
11
xen.spec
@ -22,7 +22,12 @@ Name: xen
|
|||||||
# openSUSE 10.3 kernel is not yet ready...
|
# openSUSE 10.3 kernel is not yet ready...
|
||||||
%define with_kmp 0
|
%define with_kmp 0
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: LibVNCServer SDL-devel autoconf automake bin86 curl-devel dev86 latex2html libjpeg-devel libxml2-devel openssl openssl-devel python-devel te_ams te_latex tetex transfig
|
BuildRequires: LibVNCServer SDL-devel autoconf automake bin86 curl-devel dev86 latex2html libjpeg-devel libxml2-devel openssl openssl-devel python-devel texlive-latex transfig
|
||||||
|
%if %suse_version > 1020
|
||||||
|
BuildRequires: texlive-latex
|
||||||
|
%else
|
||||||
|
BuildRequires: te_ams te_latex
|
||||||
|
%endif
|
||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
BuildRequires: glibc-32bit glibc-devel-32bit
|
BuildRequires: glibc-32bit glibc-devel-32bit
|
||||||
%endif
|
%endif
|
||||||
@ -30,7 +35,7 @@ BuildRequires: glibc-32bit glibc-devel-32bit
|
|||||||
BuildRequires: kernel-source kernel-syms xorg-x11
|
BuildRequires: kernel-source kernel-syms xorg-x11
|
||||||
%endif
|
%endif
|
||||||
Version: 3.0.4_13138
|
Version: 3.0.4_13138
|
||||||
Release: 7
|
Release: 14
|
||||||
License: GNU General Public License (GPL)
|
License: GNU General Public License (GPL)
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
@ -1048,6 +1053,8 @@ rm -f $RPM_BUILD_ROOT/%pysite/*.egg-info
|
|||||||
%{insserv_cleanup}
|
%{insserv_cleanup}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 21 2007 - aj@suse.de
|
||||||
|
- Use texlive for openSUSE 10.3.
|
||||||
* Mon Mar 05 2007 - ccoffing@novell.com
|
* Mon Mar 05 2007 - ccoffing@novell.com
|
||||||
- Default apic=0 for SLES 8 and 9, for performance. (#228133)
|
- Default apic=0 for SLES 8 and 9, for performance. (#228133)
|
||||||
* Fri Mar 02 2007 - carnold@novell.com
|
* Fri Mar 02 2007 - carnold@novell.com
|
||||||
|
Loading…
Reference in New Issue
Block a user