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

Diff of /rpms/booty/sme8/booty.spec

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

Revision 1.1 by slords, Thu Dec 20 16:20:47 2007 UTC Revision 1.12 by slords, Mon May 17 16:51:37 2010 UTC
# Line 1  Line 1 
1  Summary: simple python bootloader config lib  Summary: simple python bootloader config lib
2  Name: booty  Name: booty
3  Version: 0.80.4  Version: 0.80.6
4  Release: 5  Release: 7%{?dist}
5  License: LGPL  License: LGPL
 Source0: %{name}-%{version}.tar.bz2  
 Patch0: %{name}-0.80.4-multipath.patch  
 Patch1: %{name}-0.80.4-ia64-vmm.patch  
6  Group: System Environment/Libraries  Group: System Environment/Libraries
7  BuildRoot: %{_tmppath}/%{name}-root  BuildRoot: %{_tmppath}/%{name}-root
8  Requires: rhpl  Requires: rhpl
9  BuildRequires: python-devel  BuildRequires: python-devel
10  BuildArch: noarch  BuildArch: noarch
11    Source0: %{name}-%{version}.tar.bz2
12    Patch0: booty-0.80.4-multipath.patch
13    Patch1: booty-0.80.4-bz464791-serial-init.patch
14    Patch2: booty-0.80.6-no-ia64-com-on-vmm.patch
15    Patch3: booty-0.80-add-zipl.conf-ramdisk-address.patch
16    Patch4: booty-0.80.6-add-hvargs-kickstart-option.patch
17    Patch5: booty-0.80.6-write-out-hvargs-option-into-generated-ks.patch
18    
19    # SME specific patches
20    Patch1001: 0001-Install-grub-correctly-on-raid1-devices.patch
21    Patch1002: 0002-Use-SME-labels-on-grub-screen.patch
22    
23  %description  %description
24  Small python library for use with bootloader configuration by anaconda  Small python library for use with bootloader configuration by anaconda
# Line 19  and up2date. Line 27  and up2date.
27    
28  %prep  %prep
29  %setup -q  %setup -q
30  %patch0 -p 1 -b .multipath  %patch0 -p1
31  %patch1 -p1 -b .ia64-vmm  %patch1 -p1
32    %patch2 -p1
33    %patch3 -p1
34    %patch4 -p1
35    %patch5 -p1
36    
37    # SME specific patches
38    %patch1001 -p1
39    %patch1002 -p1
40    
41  %build  %build
42  make  make
# Line 39  rm -rf $RPM_BUILD_ROOT Line 55  rm -rf $RPM_BUILD_ROOT
55    
56    
57  %changelog  %changelog
58    * Mon May 17 2010 Shad L. Lords <slords@mail.com> - 0.80.6-7.sme
59    - Install grub correctly on raid1 devices
60    - Use SME labels on grub screen
61    
62    * Fri Jan 08 2010 Radek Vykydal <rvykydal@redhat.com> - 0.80.6-7
63    - Add bootloader --hvargs kickstart option.
64      Resolves: rhbz#552957
65    - Write out --hvargs kickstart option into anaconda-ks.cfg.
66      Related: rhbz#552957
67    
68    * Tue Oct 27 2009 Peter Jones <pjones@redhat.com> - 0.80.6-6
69    - Include zipl.conf ramdisk size parameter by default.
70      Resolves: rhbz#429906
71    
72    * Tue Oct 07 2008 Peter Jones <pjones@redhat.com> - 0.80.6-5
73    - Fix dropped changelog entries.
74      Related: rhbz#465454
75    
76    * Tue Oct 07 2008 Peter Jones <pjones@redhat.com> - 0.80.6-4
77    - Don't specify "com=$SPEED" on vmm= line for ia64.
78      Resolves: rhbz#465454
79    
80    * Tue Sep 30 2008 Peter Jones <pjones@redhat.com> - 0.80.6-3
81    - Rework bootloaderInfo.serial's initialization.
82      Resolves: rhbz#464791
83    
84    * Fri Sep 26 2008 Peter Jones <pjones@redhat.com> - 0.80.6-2
85    - Re-incorperate dropped changelog entries that rpmdiff caught,
86      and dropped fix from 0.80.4-5.
87      Related: rhbz#462843
88    
89    * Thu Sep 25 2008 Peter Jones <pjones@redhat.com> - 0.80.6-1
90    - Fix ia64 xen command line writing
91      Resolves: rhbz#462843
92    
93    * Mon Jul 21 2008 Dave Lehman <dlehman@redhat.com> - 0.80.5-1
94    - Work correctly with root on LUKS encrypted device.
95      Resolves: rhbz#455343
96    
97    * Thu Feb 07 2008 Peter Jones <pjones@redhat.com> - 0.80.4-6
98    - Fix installation of boot sector to partitions on dmraid devices.
99      Resolves: rhbz#236452
100    
101  * Tue Aug 14 2007 David Cantrell <dcantrell@redhat.com> - 0.80.4-5  * Tue Aug 14 2007 David Cantrell <dcantrell@redhat.com> - 0.80.4-5
102  - Do not use LABEL= for non-dm devices, prevents boot failures  - Do not use LABEL= for non-dm devices, prevents boot failures
103    Resolves: rhbz#250631    Resolves: rhbz#250631


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