/[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.18 by slords, Wed Apr 27 14:33:48 2011 UTC Revision 1.23 by wellsi, Sun Oct 6 16:09:18 2013 UTC
# Line 1  Line 1 
1  Name: anaconda  Name: anaconda
2  Version: 11.1.2.224  Version: 11.1.2.242
3  Release: 1.el5.centos.1  Release: 1%{?dist}.1
4  License: GPL  License: GPL
5  Summary: Graphical system installer  Summary: Graphical system installer
6  Group: Applications/System  Group: Applications/System
7  Source: anaconda-%{version}.tar.bz2  Source: anaconda-%{version}.tar.bz2
8    Patch1: anaconda-centos-syslinux-msg.patch
9    Patch2: anaconda-centos-installclasses-2.patch
10    Patch3: anaconda-centos-regkey.patch
11    Patch4: anaconda-centos-centos-branding-po_files_5.6.patch
12    Patch5: anaconda-centos-inst-type.patch
13    Patch6: anaconda-centos-task.patch
14    Patch7: anaconda-centos-removeStatusText.patch
15    
16  BuildPreReq: kudzu-devel >= 1.2.57.1.26-1, pciutils-devel >= 3.1.7-3  BuildPreReq: kudzu-devel >= 1.2.57.1.26-1, pciutils-devel >= 3.1.7-3
17  BuildPreReq: bzip2-devel, e2fsprogs-devel, python-devel, gtk2-devel  BuildPreReq: bzip2-devel, e2fsprogs-devel, python-devel, gtk2-devel
18  BuildPreReq: rpm-python >= 4.2-0.61, newt-devel, rpm-devel, gettext >= 0.11  BuildPreReq: rpm-python >= 4.2-0.61, newt-devel, rpm-devel, gettext >= 0.11
# Line 36  Requires: rhpxl >= 0.25 Line 44  Requires: rhpxl >= 0.25
44  %endif  %endif
45  Obsoletes: anaconda-images <= 10  Obsoletes: anaconda-images <= 10
46  Url: http://fedoraproject.org/wiki/Anaconda  Url: http://fedoraproject.org/wiki/Anaconda
47  Patch1: anaconda-centos-syslinux-msg.patch  
48  Patch2: anaconda-centos-installclasses-2.patch  # SME specific patches
49  Patch3: anaconda-centos-regkey.patch  Patch1001: 0001-No-warnings-if-kernel-not-upgraded.patch
50  Patch4: anaconda-centos-centos-branding-po_files_5.6.patch  Patch1002: 0002-No-warnings-if-unable-to-remove-rpm-databases.patch
51  Patch5: anaconda-centos-inst-type.patch  Patch1003: 0003-Always-pick-best-arch-for-package.patch
52  Patch6: anaconda-centos-task.patch  Patch1004: 0004-Allow-creating-mounting-degraded-raid-arrays.patch
53  Patch7: anaconda-centos-removeStatusText.patch  Patch1005: 0005-Start-boot-raid-device-first-so-it-will-be-in-sync-f.patch
54    Patch1006: 0006-Automatically-upgrade-bootloader-if-necessary.patch
55    Patch1007: 0007-Log-yum-errors-don-t-bother-user-with-them.patch
56    Patch1008: 0008-Search-for-language-updates-on-upgrade-disk.patch
57    Patch1009: 0009-Force-time-to-be-based-on-UTC.patch
58    Patch1010: 0010-Add-final-warning-before-installing.patch
59    Patch1011: 0011-Make-install-headless-but-still-write-keyboard-info-.patch
60    Patch1012: 0012-Make-install-window-wider.patch
61    Patch1013: 0013-Don-t-email-root-on-raid-events.patch
62    Patch1014: 0014-Make-boot-loader-use-SME-labels.patch
63    Patch1015: 0015-Determine-upgradability-of-SME-server.patch
64    Patch1016: 0016-Run-SME-post-install-scripts-on-kickstart-install-up.patch
65    Patch1017: 0017-Limit-languages-to-those-supported-by-SME.patch
66    Patch1018: 0018-All-attached-disks-reformat-warning.patch
67    
68  BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION}  BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION}
69    
# Line 75  are needed for installing new systems. Line 96  are needed for installing new systems.
96  sets, but are not meant for use on already installed systems.  sets, but are not meant for use on already installed systems.
97    
98  %prep  %prep
99    %global _default_patch_fuzz 2
100  %setup -q  %setup -q
101  %patch1 -p1  %patch1 -p1
102  %patch2 -p1  %patch2 -p1
103  %patch3 -p1  %patch3 -p1
104  %patch4 -p1  %patch4 -p1
105  %patch5 -p1  %patch5 -p1
106  %patch6 -p1  %patch6 -p1
107  %patch7 -p1  %patch7 -p1
108    
109    # SME specific patches
110    %patch1001 -p1
111    %patch1002 -p1
112    %patch1003 -p1
113    %patch1004 -p1
114    %patch1005 -p1
115    %patch1006 -p1
116    %patch1007 -p1
117    %patch1008 -p1
118    %patch1009 -p1
119    %patch1010 -p1
120    %patch1011 -p1
121    %patch1012 -p1
122    %patch1013 -p1
123    %patch1014 -p1
124    %patch1015 -p1
125    %patch1016 -p1
126    %patch1017 -p1
127    %patch1018 -p1
128    
129  %build  %build
130  make depend  make depend
# Line 141  fi Line 182  fi
182  %triggerun -- anaconda < 8.0-1  %triggerun -- anaconda < 8.0-1
183  /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :  /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
184    
185  %changelog*  %changelog
186  * Thu Feb  3 2011 Karanbir Singh <kbsingh@centos.org> 11.1.2.224-1.el5.centos  * Sun Oct 6 2013 Ian Wells <esmith@wellsi.com> 11.1.2.242-1.el5.sme.1
187  - Roll in CentOS Branding changes  - Update warning about re-formatting attached hard drives [SME: 4788]
188    
189    * Sat Sep 17 2011 Shad L. Lords <slords@mail.com> 11.1.2.242-1.el5.sme
190    - No warnings if kernel not upgraded
191      (recreate initrd if kernel was installed)
192    - No warnings if unable to remove rpm databases
193    - Always pick best arch for package
194    - Allow creating/mounting degraded raid arrays
195      (log info about degraded arrays instead of not starting them)
196    - Start /boot raid device first so it will be in sync for grub install
197    - Automatically upgrade bootloader if necessary
198    - Log install errors but don't bug user about them
199    - Search for language updates on upgrade disk
200    - Force time to be based on UTC
201    - Add final warning before installing
202    - Make install headless but still write keyboard info out
203      (don't ask us to use vnc mode)
204    - Make install window wider
205      (fix titlebar spacing)
206    - Don't email root on raid events
207    - Make boot loader use SME labels
208    - Determine upgradability of SME server
209      (change erase disks to upgrade dialog)
210    - Run SME post-install scripts on kickstart install/upgrade
211    - Limit languages to those supported by SME
212    
213    * Fri Aug 19 2011 Karanbir Singh <kbsingh@centos.org> 11.1.2.242-1.el5.centos
214    - Roll in CentOS Branding
215    
216    * Mon Jun 27 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.242-1
217    - Bump the implementation limit on the number of modules in modLoaded (akozumpl)
218      Resolves: rhbz#716836
219    
220    * Fri Jun 24 2011 David Cantrell <dcantrell@redhat.com> 11.1.2.241-1
221    - Load all kernel crypto modules, do not include testmgr modules (dcantrel)
222      Resolves: rhbz#703782
223    
224    * Tue Jun 21 2011 David Cantrell <dcantrell@redhat.com> 11.1.2.240-1
225    - Include all kernel crypto modules for LUKS devices
226      Resolves: rhbz#703782
227    
228    * Mon Jun 6 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.239-1
229    - Create /dev nodes after DUDs are processed (msivak)
230      Resolves: rhbz#707563
231    
232    * Thu Jun 2 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.238-1
233    - edit partition UI: do not create the "Encrypt" check button twice. (akozumpl)
234      Resolves: rhbz#709361
235    
236    * Tue May 31 2011 David Cantrell <dcantrell@redhat.com> 11.1.2.237-1
237    - Add driver for Intel Patsburg SAS Controller Unit driver. (dcantrel)
238      Resolves: rhbz#707790
239    
240    * Fri May 20 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.236-1
241    - Remove a worthless, traceback-causing line.
242      Related: rhbz#572862
243    
244    * Tue May 17 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.235-1
245    - Add "rhsm" to the list of things-to-link-into-/etc (wwoods)
246      Resolves: #670973
247    
248    * Fri May 13 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.234-1
249    - libz.so.1 is in /lib now (akozumpl)
250      Resolves: rhbz#704151
251    - Add more files required by subscription_manager (wwoods)
252      Resolves: rhbz#670973
253    - correctly include /usr/share/rhsm/subscription_manager (wwoods)
254      Related: rhbz#670973
255    
256    * Thu May 12 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.233-1
257    - fix uninitialized self.inum in rhel.py:repoIsAllowed() (akozumpl)
258      Resolves: rhbz#703253
259    - Use static busybox, not busybox-anaconda (mgracik)
260      Resolves: rhbz#500527
261    - Disable iscsi on s390x (akozumpl)
262      Resolves: rhbz#703135
263    
264    * Thu Apr 28 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.232-1
265    - Do not show "missing media" message when unknown media is needed for package. (msivak)
266      Resolves: rhbz#617262
267    - Perform group removals at the beginning of every transaction (clumens)
268      Resolves: rhbz#642224
269    - Filter kickstart-provided repos through the installation key (clumens)
270      Resolves: rhbz#452983
271    
272    * Mon Apr 11 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.231-1
273    - Run subscription-manager 'product-id' plugin during install (wwoods)
274      Resolves: rhbz#670973
275    - infiniband: drivers for Mellanox, QLogic and IBM cards. (akozumpl)
276      Related: rhbz#660684
277    
278    * Thu Apr 7 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.230-1
279    - Fix AttributeError (no str.rpartition in python 2.4)
280      Resolves: rhbz#693655
281    - Add busybox to initrd
282      Resolves: rhbz#500527
283    - Ensure kernel-xen is the default kernel for Xen guests
284      Resolves: rhbz#480031
285    
286    * Fri Apr 1 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.229-1
287    - Fix shlex traceback if pxeboot cmdline ends in a quote (wwoods)
288      Resolves: rhbz#500198
289    - Honor kickstart noipv6 option for media installs (rvykydal)
290      Resolves: rhbz#677653
291    - Quote ETHTOOL_OPTS value in stage 2 (mmatsuya)
292      Resolves: rhbz#674473
293    - Fix ZeroDivisionError with tiny management LUNs (wwoods)
294      Resolves: rhbz#636984
295    - Write OPTIONS for s390x net devs on non-network install methods (dcantrell)
296      Resolves: rhbz#649301
297    
298    * Fri Mar 18 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.228-1
299    - Include and initialize the IP over Infiniband module. (akozumpl)
300      Related: rhbz#660684
301    
302    * Fri Mar 11 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.227-1
303    - Fix waiting for a cdrom with a ks file to come up. (akozumpl)
304      Resolves: rhbz#658398
305    - When the back button is pressed, undo deps. (mmatsuya)
306      Resolves: rhbz#603177
307    - Add global vars to retain parsed /proc/cmdline (bcl)
308      Related: rhbz#569883
309    - Convert earlyModuleLoad to use cmdline_argv (bcl)
310      Related: rhbz#569883
311    - Check blacklist= for the module name before loading it (bcl)
312      Related: rhbz#569883
313    - Write /tmp/anaconda.conf (bcl)
314      Related: rhbz#569883
315    - Copy module blacklist to target system (bcl)
316      Resolves: rhbz#569883
317    - Allow blocking the ssh port through kickstart (clumens)
318      Resolves: rhbz#485086
319    - Use tune4fs for ext4 filesystems (bcl)
320      Resolves: rhbz#616184
321    - Add tune4fs to install images (bcl)
322      Resolves: rhbz#616184
323    - Set selinux context on iptables files (bcl)
324      Resolves: rhbz#658084
325    
326    * Thu Mar 3 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.226-1
327    - Use getDiskPart() from bootyutil. (akozumpl)
328      Related: rhbz#572862
329    - Validate the user-chosen name of an mpath device. (akozumpl)
330      Related: rhbz#572862
331    - Do not lose selection in the bootloader's drive order dialog (akozumpl)
332      Resolves: rhbz#583837
333    - Make sure we select the right net device when iBFT is used (mmatsuya)
334      Signed-Off-By: Martin Sivak <msivak@redhat.com>
335      Resolves: rhbz#643774
336    - Use DISPATCH_NOOP if we go back to the doReIPL step (mgracik)
337      Resolves: rhbz#654685
338    
339    * Fri Feb 25 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.225-1
340    - CD -> disc in the required media message (clumens).
341      Resolves: rhbz#641412
342    
343  * Mon Dec 20 2010 Radek Vykydal <dcantrell@redhat.com> 11.1.2.224-1  * Mon Dec 20 2010 Radek Vykydal <dcantrell@redhat.com> 11.1.2.224-1
344  - noeject overrides kickstart eject (bcl)  - noeject overrides kickstart eject (bcl)


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