source: projects/specs/branches/6/m/mkbootdisk/mkbootdisk-vl.spec @ 521

Revision 521, 4.1 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: Creates an bootdisk for Vine Linux
2Summary(ja): ¥Ö¡¼¥È¥Ç¥£¥¹¥¯ºîÀ®¥Ä¡¼¥ë
3Name: mkbootdisk
4Version: 1.4.2
5Release: 4vl1
6Copyright: GPL
7Group: System Environment/Base
8Source: mkbootdisk-%{version}.tar.gz
9Patch: mkbootdisk-%{version}-vine.patch
10ExclusiveArch: i386 sparc
11ExclusiveOs: Linux
12Requires: mkinitrd syslinux dosfstools
13Conflicts: modutils < 2.3.23
14%ifarch sparc
15Requires: silo genromfs
16%endif
17BuildRoot: /var/tmp/%{name}-root
18
19%description
20The mkbootdisk program creates a standalone boot floppy disk for
21booting the running system. The created boot disk will look for the
22root filesystem on the device mentioned in /etc/fstab and includes an
23initial ramdisk image that will load any necessary SCSI modules for
24the system.
25
26%prep
27%setup -q
28%patch -p1 -b .vine
29
30%install
31rm -rf $RPM_BUILD_ROOT
32make BUILDROOT=$RPM_BUILD_ROOT mandir=%{_mandir} install
33
34%clean
35rm -rf $RPM_BUILD_ROOT
36
37%files
38%defattr(-,root,root)
39%attr(755,root,root) /sbin/mkbootdisk
40%attr(644,root,root) %{_mandir}/man8/mkbootdisk.8.gz
41
42%changelog
43* Sat Mar 23 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.2-4vl1
44- merged with rawhide's new mkbootdisk
45  * Wed Jan 09 2002 Tim Powers <timp@redhat.com>
46  - automated rebuild
47  * Wed Aug 15 2001 Matt Wilson <msw@redhat.com>
48  - changed Summary:, it's no longer a bad copy and paste job from the
49    mkinitrd spec file (MF #50193)
50  * Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
51  - Bump release + rebuild.
52  * Tue Feb 08 2001 Michael Fulbright <msf@redhat.com>
53  - return error code when we cant format the floppy. Helps anaconda out.
54  * Tue Jan 23 2001 Erik Troan <ewt@redhat.com>
55  - switched to use syslinux rather then lilo
56  - requires dosfstools
57  - put version in only one place, mkbootdisk
58  * Thu Jul 06 2000 Erik Troan <ewt@redhat.com>
59  - wasn't including ethernet devices properly
60  * Thu Jun  1 2000 Bill Nottingham <notting@redhat.com>
61  - conf.modules -> modules.conf, fhs stuff
62  * Mon May 01 2000 Erik Troan <ewt@redhat.com>
63  - patched to work with disk labels
64
65* Mon Mar 04 2002 Toru Sagami <sagami@vinelinux.org> 1.2.8-2vl3
66- reject "lba32" LILO option (why was it necessary?)
67- added a patch for mke2fs to create fd of maximum(?) disc space.
68
69* Wed May 09 2001 <sagami@vinelinux.org>
70- 1.2.8-2vl2: use cp --parent instead of cp -P due to POSIX conformance
71- added the "lba32" LILO option
72- added verbose.patch from Masaki Kawamura's package (1.2.5-3vl3)
73
74* Tue Dec 26 2000 Toru Sagami <czs14350@mb.infoweb.ne.jp>
75- 1.2.8-2vl1
76- conf.modules -> modules.conf: Conflicts: modutils < 2.3.23
77- fhs stuff
78
79* Thu Oct 12 2000 Yoshihiro Kajiki <kajiki@ylug.org>
80- change bootup message to suit with Vine Linux
81
82* Fri Aug  4 2000 Jun Nishii <jun@vinelinux.org>
83- 1.2.5-3vl1
84- adapt to Vine Linux 2.1
85  (simply added "ExclusiveArch ppc" line)
86 
87* Thu Feb  3 2000 Matt Wilson <msw@redhat.com>
88- gzip manpage
89
90* Mon Jan 10 2000 Erik Troan <ewt@redhat.com>
91- removed rescue stuff
92
93* Mon Nov  8 1999 Matt Wilson <msw@redhat.com>
94- removed 'prompt' from silo.conf
95
96* Mon Oct 25 1999 Jakub Jelinek <jakub@redhat.com>
97- fix sparc ramdisk making for new modutils and kernel
98  file layout.
99
100* Sat Sep 25 1999 Michael K. Johnson <johnsonm@redhat.com>
101- ignore commented lines in fstab, generally more robust
102  fstab parsing
103
104* Sat Aug 21 1999 Bill Nottingham <notting@redhat.com>
105- ditto
106
107* Thu Aug 12 1999 Bill Nottingham <notting@redhat.com>
108- add fix
109
110* Tue May 25 1999 Matt Wilson <msw@redhat.com>
111- added -P to the cp lines for devices to pick up parent directories
112  for ida/ and rd/
113
114* Wed Apr  7 1999 Matt Wilson <msw@redhat.com>
115- pass load_ramdisk=2 as alan had to port his ramdisk hack from 2.0.x
116
117* Mon Apr  5 1999 Matt Wilson <msw@redhat.com>
118- pass load_ramdisk=1 for rescue image, as 2.2 kernels get this right
119
120* Thu Mar 18 1999 Matt Wilson <msw@redhat.com>
121- fixed misspelling in man page
122
123* Thu Feb 25 1999 Matt Wilson <msw@redhat.com>
124- updated the description
125
126* Thu Nov  5 1998 Jeff Johnson <jbj@redhat.com>
127- import from ultrapenguin 1.1.
128
129* Fri Oct 30 1998 Jakub Jelinek <jj@ultra.linux.cz>
130- support for SPARC
131
132* Sat Aug 29 1998 Erik Troan <ewt@redhat.com>
133- wasn't including nfs, isofs, or fat modules properly
134- mkinitrd args weren't passed right due to a typo
Note: See TracBrowser for help on using the repository browser.