1 |
|
# $Id: anaconda.spec,v 1.3 2008/04/09 13:51:41 slords Exp $ |
2 |
|
|
3 |
ExcludeArch: ppc64 |
ExcludeArch: ppc64 |
4 |
Name: anaconda |
Name: anaconda |
5 |
Version: 10.1.1.91 |
Version: 10.1.1.91 |
6 |
Release: 1.centos4 |
Release: 1.centos4.1%{?dist} |
7 |
License: GPL |
License: GPL |
8 |
Summary: Graphical system installer |
Summary: Graphical system installer |
9 |
Group: Applications/System |
Group: Applications/System |
13 |
Patch11: centos4-buildi586.patch |
Patch11: centos4-buildi586.patch |
14 |
Patch12: centos4-isolinux-colors.patch |
Patch12: centos4-isolinux-colors.patch |
15 |
Patch13: centos4-use-discinfo.patch |
Patch13: centos4-use-discinfo.patch |
16 |
|
Patch1000: back-button.patch |
17 |
|
Patch1001: upgrade-install.patch |
18 |
|
Patch1002: package-logging.patch |
19 |
|
Patch1003: postaction-intf.patch |
20 |
|
Patch1100: smeserver.patch |
21 |
|
Patch1101: smeserver-crashdumptext.patch |
22 |
|
Patch1102: smeserver-degraded-raid.patch |
23 |
|
Patch1103: smeserver-bootraidfirst.patch |
24 |
|
Patch1104: smeserver-kmod.patch |
25 |
|
Patch1105: smeserver-super-minor.patch |
26 |
|
Patch1106: smeserver-mdadm-noroot.patch |
27 |
BuildPreReq: pump-devel >= 0.8.20, kudzu-devel >= 1.1.95.23, pciutils-devel, bzip2-devel, e2fsprogs-devel, python-devel gtk2-devel rpm-python >= 4.2-0.61, newt-devel, rpm-devel, gettext >= 0.11, rhpl, booty, libxml2-python, zlib-devel, bogl-devel >= 0:0.1.9-17, bogl-bterm >= 0:0.1.9-17, elfutils-devel, beecrypt-devel, libselinux-devel >= 1.6, xorg-x11-devel |
BuildPreReq: pump-devel >= 0.8.20, kudzu-devel >= 1.1.95.23, pciutils-devel, bzip2-devel, e2fsprogs-devel, python-devel gtk2-devel rpm-python >= 4.2-0.61, newt-devel, rpm-devel, gettext >= 0.11, rhpl, booty, libxml2-python, zlib-devel, bogl-devel >= 0:0.1.9-17, bogl-bterm >= 0:0.1.9-17, elfutils-devel, beecrypt-devel, libselinux-devel >= 1.6, xorg-x11-devel |
28 |
%ifarch i386 |
%ifarch i386 |
29 |
BuildRequires: dietlibc |
BuildRequires: dietlibc |
59 |
%patch12 -p1 |
%patch12 -p1 |
60 |
%patch13 -p1 |
%patch13 -p1 |
61 |
cp -f %{SOURCE1} anaconda.spec |
cp -f %{SOURCE1} anaconda.spec |
62 |
|
%patch1000 -p1 |
63 |
|
%patch1001 -p1 |
64 |
|
%patch1002 -p1 |
65 |
|
%patch1003 -p1 |
66 |
|
%patch1100 -p1 |
67 |
|
%patch1101 -p1 |
68 |
|
%patch1102 -p1 |
69 |
|
%patch1103 -p1 |
70 |
|
%patch1104 -p1 |
71 |
|
%patch1105 -p1 |
72 |
|
%patch1106 -p1 |
73 |
|
|
74 |
%build |
%build |
75 |
make depend |
make depend |
111 |
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || : |
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || : |
112 |
|
|
113 |
%changelog |
%changelog |
114 |
|
* Thu Sep 11 2008 Shad L. Lords <slords@mail.com> 10.1.1.91-1.centos4.1.sme |
115 |
|
- Add kmods based on selected kernel |
116 |
|
- Remove super-minor from mdadm.conf to fix warnings. |
117 |
|
- Remove root email from mdadm.conf to remove duplicate emails [SME: 2147] |
118 |
|
- Make boot device be created first so raid will be ready for grub |
119 |
|
- Apply various SME Server patches [SME: 1277] |
120 |
|
- Change location of crash dump report [SME: 1250] |
121 |
|
|
122 |
* Sat Jul 28 2008 Johnny Hughes <johnny@centos.org> - 10.1.1.91-1.centos4 |
* Sat Jul 28 2008 Johnny Hughes <johnny@centos.org> - 10.1.1.91-1.centos4 |
123 |
- modified to include the centos anaconda spec file in the build as it is used |
- modified to include the centos anaconda spec file in the build as it is used |
124 |
in the build process (SOURCE1). |
in the build process (SOURCE1). |