source: projects/mkkpkg/trunk/Changelog @ 3664

Revision 3664, 7.8 KB checked in by daisuke, 13 years ago (diff)

import mkkpkg

Line 
1* Sun Apr 16 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.1-0vl1
2- fix warning message of find command (BTS:31)
3- use i586 for default architecture
4
5* Thu Mar 02 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.0-0vl1
6- move parsespec to %%{_datadir} instead of %%{_libdir}
7
8* Sat Dec 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4-0vl1
9- remove nopgp/nogpg option in src.rpm checking.
10  (no{pgp,gpg} options were replaced by nosignature, but we should
11  start to check GPG signature by default.)
12
13* Fri Jun 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.3-0vl1
14- support kernel24, kernel26 and kernel >= 2.6
15  (thanks to Ryoichi INAGAKI)
16
17* Thu Jul 15 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.2-0vl1
18- add Requires: ncurses-devel
19
20* Fri Jun 18 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.1-0vl1
21- fix expansion problem of "${HOME}/rpm"
22
23* Thu Jun 17 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl1
24- apply rpm4 support patch from Ryoichi INAGAKI.
25
26* Tue Nov 26 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.18-0vl1
27- support for kernel >= 2.4.18
28- read EDITOR to edit specfile
29- [security:01127] Re: update: mkkpkg-2.3.18-0vl1
30
31* Tue Mar 05 2002 Toru Sagami <sagami@vinelinux.org>
32- 2.3.17
33- support for kernel22.
34
35* Sun Mar 03 2002 Toru Sagami <sagami@vinelinux.org>
36- 2.3.16
37- fixed a bug that kernel24 build fails even after rpms are created.
38
39* Tue Jan 29 2002 Toru Sagami <sagami@vinelinux.org>
40- 2.3.15
41
42* Tue Jan 29 2002 Toru Sagami <sagami@vinelinux.org>
43- support for kernel25, kernel26, kernel30.
44- Changed: detect BUILDLINUXDIR (instead of exiting) when package version
45  is unsupported.
46- replace %{name} macro with $NAME.
47  NOTE: defining _sourcedir as %{_topdir}/%{name} will prevent _sourcedir
48        from file flood and is  _really_ helpful.
49- as result, exit if mkdir for missing directory fails.
50- added --fetch (synonym: --apt-get, --aptget) to fetch src.rpm via
51  "apt-get source" method.
52  NOTE: "apt-get update" by super user is needed before `mkkpkg --fetch',
53         /etc/apt/source.list correctly contains `rpm-src' line and the
54                 according directory should provide src.rpm for kernel.
55
56* Wed Jan 16 2002 Toru Sagami <sagami@vinelinux.org>
57- 2.3.14
58- just increased version to avoid inconsistencies
59
60* Sun May 27 2001 <sagami@vinelinux.org>
61- 2.3.13
62- added option --quiet for silent operation
63- added option --specfile to start from specfile
64- add --nogpg at rpm --checksig
65- rpmqueryformat()
66- changed: moving log first, cleanup next
67- fixed typo and so on
68
69* Mon Feb 19 2001 Toru Sagami <czs14350@mb.infoweb.ne.jp>
70- 2.3.12
71- handle buildmol macro for ppc
72
73* Mon Feb 05 2001 Toru Sagami <czs14350@mb.infoweb.ne.jp>
74- eliminate runtime LANGUAGE
75- tweak a bit
76
77* Sun Jan 21 2001 Toru Sagami <czs14350@mb.infoweb.ne.jp>
78- ditto
79- added option --output
80
81* Fri Jan 19 2001 Toru Sagami <czs14350@mb.infoweb.ne.jp>
82- fixed typos and grammatical errors
83- fixed cleanup
84
85* Thu Dec 21 2000 Toru Sagami <czs14350@mb.infoweb.ne.jp>
86- added option --rebuild: It is none of use, isn't it?
87
88* Tue Dec 19 2000 Toru Sagami <czs14350@mb.infoweb.ne.jp>
89- 2.3.9
90- grammatically corrected mktempfication
91- do menuconfig for each smp/BOOT .config when --enable-smp
92  (workaround missing .config when --skip option is performed)
93- added option --fast, --fastest
94- showbuildnotice()
95
96* Fri Dec 15 2000 Toru Sagami <czs14350@mb.infoweb.ne.jp>
97- 2.3.8
98- mktempfication:
99  Should we be so secure conscious about mkkpkg? I doubt it:-)
100
101* Tue Dec 05 2000 Toru Sagami <czs14350@mb.infoweb.ne.jp>
102- 2.3.7
103- ask whether to edit SPEC (even we shuould not suggest fg/bg)
104- added RPM_BUILD_ROOT detection for kernel24 support (kind of ugly...)
105- added spec file type detection for kernel24/newer rawhide-2.2 support
106  and modified parsespec
107
108* Fri Dec 01 2000 Toru Sagami <czs14350@mb.infoweb.ne.jp>
109- 2.3.6
110- fixed regular expression in egrep
111- added option --arch=ARCH to build non-base architecture binaries
112- changed:
113  - merge kernel-rebuild.{log,err} into one "kernel-mkkpkg.log" file
114  - gzipped log in $HOME
115  - make CONFMETHOD in silent operation (make -s)
116  - RELEASE/EXTRAVERSION is displayed on menuconfig (quite trivial)
117  - mkkpkg will send a mail after build (commented out)
118  - evaluate $TMPDIR
119  - eliminate $DEBUG
120
121* Mon Oct 16 2000 Toru Sagami <czs14350@mb.infoweb.ne.jp>
122- 2.3.5
123- added ad-hoc kernel24 support
124
125* Sun Oct 15 2000 Toru Sagami <czs14350@mb.infoweb.ne.jp>
126- 2.3.4
127- added kernel24 support (acutually not supported yet)
128- fixed typos and messages
129
130* Tue Jul 18 2000 Toru Sagami <czs14350@mb.infoweb.ne.jp>
131- askyesno() to make it simple
132- checkTMPdir() as well and actually _before_ build
133- be nice
134- added option --release=RELEASE
135- added option --buildmode=MODE
136- added option --rpmarg=RPMARG to trap command line
137  ex. --rpmarg="--buildroot /var/tmp"
138      --rpmarg="--define 'for bar'"
139- experimental (actually not inplimented) --enable-smp for full package :-)
140  Currently (and forever?) "menuconfig" is only once. With --skip-config,
141  --enable-smp will help those who want...
142- unconditionally eliminate "smp" in RELEASE
143  Since kernel SPEC and initscripts are designed in the way kernel-headers
144  and kernel-smp ( has "smp" in 'uname -r') package are built at once, it
145  seems to do harm otherwise. See rc.sysinit and /boot/kernel.h. However,
146  in cases when we build our customized kernel from tar.gz/kernel-source,
147  any "smp" you define in EXTRAVERSION seems to work fine.
148  Note:
149  The packages made by mkkpkg with CONFIG_SMP=y may with luck work on
150  SMP/singled-CPU boxes... what I (who?) mentioned above is 'uname -r'.
151  Once again, the responsibility of any trouble with this script is on you,
152  none of us guarantee what the result will be.
153
154* Sun Jul 09 2000 Toru Sagami <czs14350@nifty.ne.jp>
155- do with BuildALSA in new kernel-2.2.16-0vlx release candidate
156- do menuconfig when xconfig is chosen but DISPLAY is not set
157- logs in /tmp can be moved to $HOME
158- ask when user input RELEASE is same as 'uname -r'
159- added option --help, --version and more
160- added option --eng to use original Congfigure.help if available
161- added option --edit to start editor directly
162- SPEC file modify detection (very ugly)
163- changed Makefile to be a lazy :-)
164
165* Sun Apr 30 2000 Toru Sagami <czs14350@nifty.ne.jp>
166- handle pre preun post postun in parsespec
167
168* Thu Apr 20 2000 Toru Sagami <czs14350@nifty.ne.jp>
169- renewed srpm checking process: nosrc and symbolic link are now OK
170- renewed RPMDIR checking precess:
171  changed RPMDIR -> TOPDIR, new RPMDIR reffers to _rpmdir
172  dont use .rpmmacros, --showrc gives sufficient variables
173- dont continue when /tmp/kernel-rebuild.* exist
174- calls editor directly(commented-out for now)
175- colourized :)
176
177* Thu Mar 3 2000 Jun Nishii <jun@vinelinux.org>
178- bug fix: set ARCH as i386 (i586 does not make pcmcia now)
179
180* Tue Feb 29 2000 Jun Nishii <jun@vinelinux.org>
181- mkkpkg-2.2.4
182- mkkpkg: fix a small bug: patch from Shoji Matsumoto
183- mkkpkg, parsespec: recover PACKAGER
184
185* Sun Feb 27 2000 Jun Nishii <jun@vinelinux.org>
186- mkkpkg-2.2.3
187- fix a bug and typo by Toru Sagami, thanks.
188
189* Fri Feb 25 2000 Jun Nishii <jun@vinelinux.org>
190- mkkpkg-2.2.2
191- fix a bug: wrong path for SRPMS
192
193* Fri Feb 25 2000 Jun Nishii <jun@vinelinux.org>
194- mkkpkg-2.2.1
195- fix a bug: lost definition of RPMRC
196
197* Thu Feb 24 2000 Toru Sagami <czs14350@nifty.ne.jp>
198- mkkpkg-2.2
199- fixed some bugs
200- moved /usr/bin/mkkpkg to /usr/sbin/mkkpkg
201- tweaken, using --showrc --rmspec
202- dont include packager tag in new spec fine, because rpm will include it
203  if defined in rpmmacros
204
205* Sun Jan 30 2000 Jun NISHII <jun@vinelinux.org>
206- mkkpkg-2.1
207
208* Mon Jan 10 2000 Jun Nishii <jun@vinelinux.org>
209- change group
210- prepare parsespec, do not use filelist!
211
212* Thu Oct 28 1999 Jun NISHII <jun@flatout.org>
213- merge patch by Yasuhide OOMORI
214- do not build kernel-smp, kernel-BOOT, kernel-BOOTsmp
215- added kernel-filelist
216
217* Sat Feb 27 1999 MATSUMOTO Shoji <vine@flatout.org>
218- first release
219
220# vim: ai
221# $Id: Changelog,v 1.25 2006/04/16 11:44:13 daisuke Exp $
Note: See TracBrowser for help on using the repository browser.