/[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.12 by slords, Mon May 17 16:51:37 2010 UTC Revision 1.13 by slords, Sat Sep 17 21:16:16 2011 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.6  Version: 0.80.6
4  Release: 7%{?dist}  Release: 10
5  License: LGPL  License: LGPL
6  Group: System Environment/Libraries  Group: System Environment/Libraries
7  BuildRoot: %{_tmppath}/%{name}-root  BuildRoot: %{_tmppath}/%{name}-root
# Line 15  Patch2: booty-0.80.6-no-ia64-com-on-vmm. Line 15  Patch2: booty-0.80.6-no-ia64-com-on-vmm.
15  Patch3: booty-0.80-add-zipl.conf-ramdisk-address.patch  Patch3: booty-0.80-add-zipl.conf-ramdisk-address.patch
16  Patch4: booty-0.80.6-add-hvargs-kickstart-option.patch  Patch4: booty-0.80.6-add-hvargs-kickstart-option.patch
17  Patch5: booty-0.80.6-write-out-hvargs-option-into-generated-ks.patch  Patch5: booty-0.80.6-write-out-hvargs-option-into-generated-ks.patch
18    Patch6: booty-0.80.6-Be-a-bit-more-clever-recognizing-partitions-from-nam.patch
19  # SME specific patches  Patch7: booty-0.80.6-Do-not-duplicate-getDiskPart-everywhere.patch
20  Patch1001: 0001-Install-grub-correctly-on-raid1-devices.patch  Patch8: booty-0.80.6-Translate-dm-0-to-devicename.patch
21  Patch1002: 0002-Use-SME-labels-on-grub-screen.patch  Patch9: booty-0.80.6-md-raid1.patch
22    Patch10: booty-0.80.6-Fix-cutting-of-the-partition.patch
23    
24  %description  %description
25  Small python library for use with bootloader configuration by anaconda  Small python library for use with bootloader configuration by anaconda
# Line 33  and up2date. Line 34  and up2date.
34  %patch3 -p1  %patch3 -p1
35  %patch4 -p1  %patch4 -p1
36  %patch5 -p1  %patch5 -p1
37    %patch6 -p1
38  # SME specific patches  %patch7 -p1
39  %patch1001 -p1  %patch8 -p1
40  %patch1002 -p1  %patch9 -p1
41    %patch10 -p1
42    
43  %build  %build
44  make  make
# Line 55  rm -rf $RPM_BUILD_ROOT Line 57  rm -rf $RPM_BUILD_ROOT
57    
58    
59  %changelog  %changelog
60  * Mon May 17 2010 Shad L. Lords <slords@mail.com> - 0.80.6-7.sme  * Tue May 17 2011 Ales Kozumplik <akozumpl@redhat.com> - 0.80.6-10
61  - Install grub correctly on raid1 devices  - Fix cutting of the partition 'p' in getDiskPart().
62  - Use SME labels on grub screen    Related: rhbz#572862
63    
64    * Fri Apr 8 2011 Ales Kozumplik <akozumpl@redhat.com> - 0.80.6-9
65    - Fix grub stage1 installation for /boot on md raid1. (rvykydal)
66      Resolves: #213578
67    
68    * Thu Mar 3 2011 Ales Kozumplik <akozumpl@redhat.com> - 0.80.6-8
69    - Translate dm-0 to <devicename>.
70      Resolves: #667014
71    - Do not duplicate getDiskPart() everywhere.
72      Related: #572862
73    - Be a bit more clever recognizing partitions from names.
74      Resolves: #572862
75    
76  * Fri Jan 08 2010 Radek Vykydal <rvykydal@redhat.com> - 0.80.6-7  * Fri Jan 08 2010 Radek Vykydal <rvykydal@redhat.com> - 0.80.6-7
77  - Add bootloader --hvargs kickstart option.  - Add bootloader --hvargs kickstart option.


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