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

Diff of /rpms/anaconda/sme8/anaconda.spec

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

Revision 1.26 by wellsi, Sun Nov 10 05:15:55 2013 UTC Revision 1.30 by wellsi, Sun Feb 2 06:26:31 2014 UTC
# Line 1  Line 1 
1  Name: anaconda  Name: anaconda
2  Version: 11.1.2.263  Version: 11.1.2.263
3  Release: 2.el5.centos  Release: 4%{?dist}
4  License: GPL  License: GPL
5  Summary: Graphical system installer  Summary: Graphical system installer
6  Group: Applications/System  Group: Applications/System
# Line 45  Requires: rhpxl >= 0.25 Line 45  Requires: rhpxl >= 0.25
45  Obsoletes: anaconda-images <= 10  Obsoletes: anaconda-images <= 10
46  Url: http://fedoraproject.org/wiki/Anaconda  Url: http://fedoraproject.org/wiki/Anaconda
47    
48    
49    # SME specific patches
50    Patch1001: 0001-No-warnings-if-kernel-not-upgraded.patch
51    Patch1002: 0002-No-warnings-if-unable-to-remove-rpm-databases.patch
52    Patch1003: 0003-Always-pick-best-arch-for-package.patch
53    Patch1004: 0004-Allow-creating-mounting-degraded-raid-arrays.patch
54    Patch1005: 0005-Start-boot-raid-device-first-so-it-will-be-in-sync-f.patch
55    Patch1006: 0006-Automatically-upgrade-bootloader-if-necessary.patch
56    Patch1007: 0007-Log-yum-errors-don-t-bother-user-with-them.patch
57    Patch1008: 0008-Search-for-language-updates-on-upgrade-disk.patch
58    Patch1009: 0009-Force-time-to-be-based-on-UTC.patch
59    Patch1010: 0010-Add-final-warning-before-installing.patch
60    Patch1011: 0011-Make-install-headless-but-still-write-keyboard-info-.patch
61    Patch1012: 0012-Make-install-window-wider.patch
62    Patch1013: 0013-Don-t-email-root-on-raid-events.patch
63    Patch1014: 0014-Make-boot-loader-use-SME-labels.patch
64    Patch1015: 0015-Determine-upgradability-of-SME-server.patch
65    Patch1016: 0016-Run-SME-post-install-scripts-on-kickstart-install-up.patch
66    Patch1017: 0017-Limit-languages-to-those-supported-by-SME.patch
67    Patch1018: 0018-All-attached-disks-reformat-warning.patch
68    Patch1019: 0019-upgrade-archcheck.patch
69    
70  BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION}  BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION}
71    
72  %description  %description
# Line 76  are needed for installing new systems. Line 98  are needed for installing new systems.
98  sets, but are not meant for use on already installed systems.  sets, but are not meant for use on already installed systems.
99    
100  %prep  %prep
101    %global _default_patch_fuzz 2
102  %setup -q  %setup -q
103  %patch1 -p1  %patch1 -p1
104  %patch2 -p1  %patch2 -p1
# Line 85  sets, but are not meant for use on alrea Line 107  sets, but are not meant for use on alrea
107  %patch5 -p1  %patch5 -p1
108  %patch6 -p1  %patch6 -p1
109  %patch7 -p1  %patch7 -p1
110    
111    # SME specific patches
112    %patch1001 -p1
113    %patch1002 -p1
114    %patch1003 -p1
115    %patch1004 -p1
116    %patch1005 -p1
117    %patch1006 -p1
118    %patch1007 -p1
119    %patch1008 -p1
120    %patch1009 -p1
121    %patch1010 -p1
122    %patch1011 -p1
123    %patch1012 -p1
124    %patch1013 -p1
125    %patch1014 -p1
126    %patch1015 -p1
127    %patch1016 -p1
128    %patch1017 -p1
129    %patch1018 -p1
130    %patch1019 -p1
131    
132  %build  %build
133  make depend  make depend
# Line 143  fi Line 186  fi
186  /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :  /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
187    
188  %changelog  %changelog
189    * Sat Feb 1 2014 Ian Wells <esmith@wellsi.com> 11.1.2-263-4.el5.sme
190    - Correct indentation in last patch. [SME: 8054]
191    
192    * Mon Jan 20 2014 Charlie Brady <charlie_brady@mitel.com> 11.1.2-263-3.el5.sme
193    - Prevent 32/64bit cross upgrades. [SME: 8054]
194    
195    * Sat Nov 9 2013 Ian Wells <esmith@wellsi.com> 11.1.2-263-2.el5.sme
196    - Apply SME patches to 11.1.2.259-1 [SME: 7976]
197    - Update warning about re-formatting attached hard drives [SME: 4788]
198    - Increase fuzz to allow package to build [SME: 7853]
199    - No warnings if kernel not upgraded
200      (recreate initrd if kernel was installed)
201    - No warnings if unable to remove rpm databases
202    - Always pick best arch for package
203    - Allow creating/mounting degraded raid arrays
204      (log info about degraded arrays instead of not starting them)
205    - Start /boot raid device first so it will be in sync for grub install
206    - Automatically upgrade bootloader if necessary
207    - Log install errors but don't bug user about them
208    - Search for language updates on upgrade disk
209    - Force time to be based on UTC
210    - Add final warning before installing
211    - Make install headless but still write keyboard info out
212      (don't ask us to use vnc mode)
213    - Make install window wider
214      (fix titlebar spacing)
215    - Don't email root on raid events
216    - Make boot loader use SME labels
217    - Determine upgradability of SME server
218      (change erase disks to upgrade dialog)
219    - Run SME post-install scripts on kickstart install/upgrade
220    - Limit languages to those supported by SME
221    
222  * Mon Oct  7 2013 Karanbir Singh <kbsingh@centos.org> 11.1.2-263-2.el5.centos  * Mon Oct  7 2013 Karanbir Singh <kbsingh@centos.org> 11.1.2-263-2.el5.centos
223  - Build for CentOS-5.10  - Build for CentOS-5.10


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