/[smeserver]/rpms/anaconda/sme7/anaconda.spec
ViewVC logotype

Diff of /rpms/anaconda/sme7/anaconda.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.7 by slords, Mon Aug 24 16:46:21 2009 UTC Revision 1.8 by slords, Tue Oct 27 01:24:44 2009 UTC
# Line 11  Patch10: centos4-anaconda.patch Line 11  Patch10: centos4-anaconda.patch
11  Patch11: centos4-buildi586.patch  Patch11: centos4-buildi586.patch
12  Patch12: centos4-isolinux-colors.patch  Patch12: centos4-isolinux-colors.patch
13  Patch13: centos4-use-discinfo.patch  Patch13: centos4-use-discinfo.patch
14  Patch100: anaconda-10.1.1.103-smepatches.patch  Patch1001: 0001-Fix-goto-previous-if-unable-to-go-back.patch
15    Patch1002: 0002-Display-NEVRA-when-installing-upgrading-packages.patch
16    Patch1003: 0003-Add-interface-method-to-post-action.patch
17    Patch1004: 0004-Progress-window-for-install-upgrade.patch
18    Patch1005: 0005-Always-pick-best-arch-for-package.patch
19    Patch1006: 0006-No-warnings-if-kernel-not-upgraded.patch
20    Patch1007: 0007-Allow-creating-mounting-degraded-raid-arrays.patch
21    Patch1008: 0008-Start-boot-raid-device-first-so-it-will-be-in-sync.patch
22    Patch1009: 0009-Force-time-to-be-based-on-UTC.patch
23    Patch1010: 0010-Pick-keyboard-based-on-language-selection.patch
24    Patch1011: 0011-Make-install-headless-but-still-write-keyboard-info.patch
25    Patch1012: 0012-Add-final-warning-before-installing.patch
26    Patch1013: 0013-Dont-email-root-on-raid-events.patch
27    Patch1014: 0014-Remove-super-minor-from-mdadm.conf.patch
28    Patch1015: 0015-Make-install-window-wider.patch
29    Patch1016: 0016-Make-boot-loader-use-SME-labels.patch
30    Patch1017: 0017-Determine-upgradability-of-SME-server.patch
31    Patch1018: 0018-Run-SME-post-install-scripts-on-kickstart-install-up.patch
32    Patch1019: 0019-Install-kmods-that-follow-kernel.patch
33    Patch1020: 0020-Direct-bugs-to-sme-server-bugtracker.patch
34    Patch1021: 0021-Limit-languages-to-those-supported-by-SME.patch
35    
36  BuildPreReq: pump-devel >= 0.8.20, kudzu-devel >= 1.1.95.26, 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.26, 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
37  %ifarch i386  %ifarch i386
# Line 48  sets, but are not meant for use on alrea Line 68  sets, but are not meant for use on alrea
68  %patch12 -p1  %patch12 -p1
69  %patch13 -p1  %patch13 -p1
70  cp -f %{SOURCE1} anaconda.spec  cp -f %{SOURCE1} anaconda.spec
71  %patch100 -p1  %patch1001 -p1
72    %patch1002 -p1
73    %patch1003 -p1
74    %patch1004 -p1
75    %patch1005 -p1
76    %patch1006 -p1
77    %patch1007 -p1
78    %patch1008 -p1
79    %patch1009 -p1
80    %patch1010 -p1
81    %patch1011 -p1
82    %patch1012 -p1
83    %patch1013 -p1
84    %patch1014 -p1
85    %patch1015 -p1
86    %patch1016 -p1
87    %patch1017 -p1
88    %patch1018 -p1
89    %patch1019 -p1
90    %patch1020 -p1
91    %patch1021 -p1
92    
93  %build  %build
94  make depend  make depend
# Line 91  rm -rf $RPM_BUILD_ROOT Line 131  rm -rf $RPM_BUILD_ROOT
131    
132  %changelog  %changelog
133  * Mon Aug 24 2009 Shad L. Lords <slords@mail.com> 10.1.1.103-1.centos4.1.sme  * Mon Aug 24 2009 Shad L. Lords <slords@mail.com> 10.1.1.103-1.centos4.1.sme
134  - Add kmods based on selected kernel  - Fix goto previous if unable to go back
135  - Remove super-minor from mdadm.conf to fix warnings.  - Display NEVRA when installing/upgrading packages
136  - Remove root email from mdadm.conf to remove duplicate emails [SME: 2147]  - Add interface method to post action
137  - Make boot device be created first so raid will be ready for grub  - Progress window for install/upgrade
138  - Apply various SME Server patches [SME: 1277]  - Always pick best arch for package
139  - Change location of crash dump report [SME: 1250]  - No warnings if kernel not upgraded
140    - Allow creating/mounting degraded raid arrays
141      (log info about degraded arrays instead of not starting them)
142    - Start /boot raid device first so it will be in sync for grub install
143    - Force time to be based on UTC
144    - Pick keyboard based on language selection
145    - Make install headless but still write keyboard info out
146    - Add final warning before installing
147    - Dont email root on raid events
148    - Remove super-minor from mdadm.conf
149    - Make install window wider
150      (fix titlebar spacing)
151    - Make boot loader use SME labels
152    - Determine upgradability of SME server
153    - Run SME post-install scripts on kickstart install/upgrade
154    - Install kmods that follow kernel
155    - Direct bugs to sme server bugtracker
156    - Limit languages to those supported by SME
157    
158  * Fri Jul  3 2009 Tru Huynh <tru@centos.org> - 10.1.1.103-1.centos4  * Fri Jul  3 2009 Tru Huynh <tru@centos.org> - 10.1.1.103-1.centos4
159  - 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


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed