source: projects/specs/branches/6/g/grubby/grubby-vl.spec @ 654

Revision 654, 4.4 KB checked in by daisuke, 14 years ago (diff)

new package
grubby-7.0.13-3

Line 
1Name: grubby
2Version: 7.0.13
3Release: 3%{?_dist_release}
4Summary: Command line tool for updating bootloader configs
5Summary(ja): ブートローダの設定を更新するためのコマンドラインツール
6Group: System Environment/Base
7License: GPLv2+
8URL: http://git.fedorahosted.org/git/grubby.git
9# we only pull git snaps at the moment
10# git clone git://git.fedorahosted.org/git/grubby.git
11# git archive --format=tar --prefix=grubby-%{version}/ HEAD |bzip2 > grubby-%{version}.tar.bz2
12Source0: %{name}-%{version}.tar.bz2
13Patch10: %{name}-7.0.13-vine.patch
14Patch20: %{name}-7.0.13-tuxonice.patch
15
16BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
17BuildRequires: pkgconfig glib2-devel popt-devel
18BuildRequires: libblkid-devel
19%ifarch s390 s390x
20Requires: s390utils-base
21%endif
22
23%description
24grubby  is  a command line tool for updating and displaying information about
25the configuration files for the grub, lilo, elilo (ia64),  yaboot (powerpc) 
26and zipl (s390) boot loaders. It is primarily designed to be used from scripts
27which install new kernels and need to find information about the current boot
28environment.
29
30%prep
31%setup -q
32%patch10 -p1 -b .vine
33%patch20 -p1 -b .tuxonice
34
35%build
36make %{?_smp_mflags}
37
38%check
39make test
40
41%install
42rm -rf $RPM_BUILD_ROOT
43make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
44
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49
50%files
51%defattr(-,root,root,-)
52%doc COPYING
53/sbin/installkernel
54/sbin/new-kernel-pkg
55/sbin/grubby
56%{_mandir}/man8/grubby.8*
57
58
59%changelog
60* Thu Mar 18 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0.13-3
61- add Patch20 to support tuxonice
62
63* Mon Feb 22 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0.13-2
64- add Patch10 (ported from mkinitrd-5)
65
66* Tue Feb 16 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0.13-1
67- initial build for Vine Linux
68
69* Thu Feb 11 2010 Peter Jones <pjones@redhat.com> - 7.0.13-1
70- Strip boot partition prefix from initrd path if present during --update.
71  Related: rhbz#557922
72- add host only support for local kernel compiles (airlied)
73
74* Mon Feb 08 2010 Peter Jones <pjones@redhat.com> - 7.0.12-1
75- compare rootdev using uuid instead of stat, for better btrfs support (josef)
76  Resolves: rhbz#530108
77
78* Mon Feb 08 2010 Peter Jones <pjones@redhat.com> - 7.0.11-1
79- Make it possible to update the initrd without any other change.
80  Related: rhbz#557922
81
82* Fri Feb 05 2010 Peter Jones <pjones@redhat.com> - 7.0.10-1
83- Make --update able to add an initramfs.
84  Related: rhbz#557922
85
86* Mon Nov 30 2009 Peter Jones <pjones@redhat.com> - 7.0.9-3
87- Use s390utils-base as the s390 dep, not s390utils
88  Related: rhbz#540565
89
90* Tue Nov 24 2009 Peter Jones <pjones@redhat.com> - 7.0.9-2
91- Add s390utils dep when on s390, since new-kernel-package needs it.
92  Resolves: rhbz#540565
93
94* Fri Oct 30 2009 Peter Jones <pjones@redhat.com> - 7.0.9-1
95- Add support for dracut to installkernel (notting)
96
97* Thu Oct  1 2009 Hans de Goede <hdegoede@redhat.com> - 7.0.8-1
98- Stop using nash
99
100* Fri Sep 11 2009 Hans de Goede <hdegoede@redhat.com> - 7.0.7-1
101- Remove writing rd_plytheme=$theme to kernel args in dracut mode (hansg)
102- Add a couple of test cases for extra initrds (rstrode)
103- Allow tmplLine to be NULL in getInitrdVal (rstrode)
104
105* Fri Sep 11 2009 Peter Jones <pjones@redhat.com> - 7.0.6-1
106- Fix test case breakage from 7.0.5 (rstrode)
107
108* Fri Sep 11 2009 Peter Jones <pjones@redhat.com> - 7.0.5-1
109- Add support for plymouth as a second initrd. (rstrode)
110  Resolves: rhbz#520515
111
112* Wed Sep 09 2009 Hans de Goede <hdegoede@redhat.com> - 7.0.4-1
113- Add --dracut cmdline argument for %post generation of dracut initrd
114
115* Wed Aug 26 2009 Hans de Goede <hdegoede@redhat.com> - 7.0.3-1
116- Silence error when no /etc/sysconfig/keyboard (#517187)
117
118* Fri Aug  7 2009 Hans de Goede <hdegoede@redhat.com> - 7.0.2-1
119- Add --add-dracut-args new-kernel-pkg cmdline option
120
121* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.0.1-2
122- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
123
124* Fri Jul 17 2009 Jeremy Katz <katzj@redhat.com> - 7.0.1-1
125- Fix blkid usage (#124246)
126
127* Wed Jun 24 2009 Jeremy Katz <katzj@redhat.com> - 7.0-1
128- BR libblkid-devel now instead of e2fsprogs-devel
129- Add bits to switch to using dracut for new-kernel-pkg
130
131* Wed Jun  3 2009 Jeremy Katz <katzj@redhat.com> - 6.0.86-2
132- add instructions for checking out from git
133
134* Tue Jun  2 2009 Jeremy Katz <katzj@redhat.com> - 6.0.86-1
135- initial build after splitting out from mkinitrd
136
Note: See TracBrowser for help on using the repository browser.