source: projects/specs/trunk/g/grubby/grubby-vl.spec @ 8067

Revision 8067, 4.5 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release or rebuild

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