1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
|
2006-01-10 20:32 Olivier Thauvin <thauvin at aerov.jussieu.fr>
* macros.in: - fix typo in RequireS
2006-01-06 15:58 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
* configure.ac, rpm-mandriva-setup.spec: 1.11-1mdk
2006-01-06 15:55 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
* macros.in: Override _query_all_fmt so rpm -qa (without a --qf
format specification) returns the same format as with rpm 4.4.2.
2006-01-06 15:49 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
* macros.in: Override _changelog_truncate to "3 years ago" (instead
of the default in rpm 4.4.4 which is only one year ago)
2006-01-05 17:33 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
* configure.ac, rpm-mandriva-setup.spec: 1.10-1mdk
2006-01-05 17:26 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
* macros.in: Add _rpmlock_path to the default macros. That's the
path used for the transaction fcntl lock. It comes from the rpm
4.4.2 default macros.
2006-01-04 15:18 Gwenole Beauchesne <gbeauchesne at mandriva.com>
* configure.ac, rpm-mandriva-setup.spec: 1.9-1mdk
2006-01-04 14:43 Gwenole Beauchesne <gbeauchesne at mandriva.com>
* find-debuginfo.sh: preserve setuid/setgid permissions when
stripping files for -debug package
2006-01-03 17:21 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
* perl.req: Fix typo in comment
2006-01-01 02:28 Olivier Thauvin <thauvin at aerov.jussieu.fr>
* find-requires.in: - rpm output to stdout if file exists, so we
have ignore first output in all case and keep the result only if
we are sure rpm exit with 0
2005-12-26 20:15 Olivier Thauvin <thauvin at aerov.jussieu.fr>
* macros.in: - Fix PreReq, thanks neoclust to recall me this
2005-12-08 10:52 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
* macros.in: Typo fix
2005-10-17 12:37 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
* configure.ac, rpm-mandriva-setup.spec: 1.8-1mdk
2005-10-17 12:30 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
* perl.req: Ignore perl version requires
2005-10-17 12:25 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
* perl.req: Get correctly the Perl dependencies from "use base"
2005-10-11 14:44 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
* Makefile.am: Add a --clean option to rpmbuild
2005-10-11 14:11 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
* configure.ac, rpm-mandriva-setup.spec: 1.7-1mdk
2005-10-11 13:47 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
* find-requires.in: Insert an automatic dependency on libperl.so
when building XS modules. This fixes the root cause of bugzilla
#17967.
2005-10-06 18:14 Gwenole Beauchesne <gbeauchesne at mandriva.com>
* configure.ac, rpm-mandriva-setup.spec: 1.6 (2007 material, use
MDK-2006_0{,-branch} for 2006)
2005-10-06 18:13 Gwenole Beauchesne <gbeauchesne at mandriva.com>
* macros.in, rpmrc.in: enable -debug packages for 2007, build with
-fasynchronous-unwind-tables on x86 and -fexceptions everywhere
(including for C code)
2005-10-06 18:08 Gwenole Beauchesne <gbeauchesne at mandriva.com>
* Makefile.am: cvstag facility
2005-10-06 18:02 Gwenole Beauchesne <gbeauchesne at mandriva.com>
* configure.ac, rpm-mandriva-setup.spec: 1.5.1-1mdk
2005-10-06 17:44 Gwenole Beauchesne <gbeauchesne at mandriva.com>
* macros.in: %_lib independent fixes to %py_* macros, use distutils
2005-09-28 21:18 Michael Scherer <mscherer at mandrake.org>
* perl.req: add the proper detection of 'use base qw(Foo::Bar)'
construct
2005-09-22 19:54 Olivier Thauvin <thauvin at aerov.jussieu.fr>
* macros.in: - fix py_libdir #18772
2005-08-26 00:52 Gwenole Beauchesne <gbeauchesne at mandriva.com>
* configure.ac, rpm-mandriva-setup.spec: 1.5-1mdk
2005-08-26 00:51 Gwenole Beauchesne <gbeauchesne at mandriva.com>
* macros.in, rpmrc.in: factor out common compile flags and build
with -D_FORTIFY_SOURCE=2
2005-08-26 00:48 Gwenole Beauchesne <gbeauchesne at mandriva.com>
* macros.in: make generation of debug packages work again (aka fix
mdv split + merge from Conectiva macros)
2005-08-26 00:45 Gwenole Beauchesne <gbeauchesne at mandriva.com>
* find-debuginfo.sh: strip shared libs too, really ship with
eu-strip'ed binaries & libs
2005-08-18 22:04 Olivier Thauvin <thauvin at aerov.jussieu.fr>
* rpm-mandriva-setup.spec: - version is 1.4 vi
rpm-mandriva-setup.spec
2005-08-18 21:55 Olivier Thauvin <thauvin at aerov.jussieu.fr>
* configure.ac, rpm-mandriva-setup.spec: - 1.3
2005-08-18 19:31 pterjan
* php.req: Also fix */../* */./* *//*
2005-08-18 18:13 pterjan
* php.req: Don't requires files accessed with ../
2005-08-16 11:05 Gwenole Beauchesne <gbeauchesne at mandriva.com>
* configure.ac, rpm-mandriva-setup.spec: 1.3-1mdk
2005-08-16 10:51 Gwenole Beauchesne <gbeauchesne at mandriva.com>
* macros.in: check-multiarch-files: fix invocation and path to the
script as others (/usr/lib/rpm/check-*), default to not check for
multiarch files in 2006
2005-08-07 11:09 Olivier Thauvin <thauvin at aerov.jussieu.fr>
* configure.ac, rpm-mandriva-setup.spec: - 1.2
2005-08-07 10:00 Olivier Thauvin <thauvin@aerov.jussieu.fr>
* Makefile.am, find-provides.in, find-requires.in, php.prov,
php.req: - add php-pear auto req/prov from pld (suggested by
oden)
2005-08-03 11:55 Olivier Thauvin <thauvin@aerov.jussieu.fr>
* macros.in: - some macro from connectiva
2005-06-27 17:09 Olivier Thauvin <thauvin@aerov.jussieu.fr>
* macros.in: - add %__{chkconfig,service} macros
2005-06-25 09:43 Olivier Thauvin <thauvin@aerov.jussieu.fr>
* rpm-mandriva-setup.spec: - requires multiarch utils
2005-06-23 04:29 Olivier Thauvin <thauvin@aerov.jussieu.fr>
* rpm-mandriva-setup.spec: - add requirement for update
2005-06-22 14:00 Olivier Thauvin <thauvin@aerov.jussieu.fr>
* rpm-mandriva-setup.spec: - split for dep
2005-06-17 06:50 Olivier Thauvin <thauvin@aerov.jussieu.fr>
* rpmrc.in: < spturtle> can you remove -frename-registers, it might
fix the firefox and kde crashes reported here
2005-06-13 16:05 Olivier Thauvin <thauvin@aerov.jussieu.fr>
* rpm-mandriva-setup.spec: typo
2005-06-13 15:50 Olivier Thauvin <thauvin@aerov.jussieu.fr>
* configure.ac, rpm-mandriva-setup.spec: - 1.1
2005-06-13 15:44 Olivier Thauvin <thauvin@aerov.jussieu.fr>
* macros.in: - provide %_package_i18n (testing) - %with %without =>
%_with %_without to not conflict with current rpm macro
2005-06-08 05:14 Olivier Thauvin <thauvin@aerov.jussieu.fr>
* macros.in: - rpmbuild --without section - fix %with() %without()
2005-06-06 04:23 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>
* find-requires.in, rpm-mandriva-setup.spec: - merge from old ppc64
branch: * find-requires: handle ppc64 loaders
2005-05-31 04:16 Olivier Thauvin <thauvin@aerov.jussieu.fr>
* macros.in: - add %_logdir - add some macro from conectiva
2005-05-25 14:02 Olivier Thauvin <thauvin@aerov.jussieu.fr>
* configure.ac, rpm-mandriva-setup.spec: - 1.0
2005-05-25 13:29 Olivier Thauvin <thauvin@aerov.jussieu.fr>
* macros.in: - disable automatic gpg key query on server
2005-05-13 11:23 Olivier Thauvin <thauvin@aerov.jussieu.fr>
* find-requires.in: - add experimantal ocaml requires
2005-05-13 10:21 Olivier Thauvin <thauvin@aerov.jussieu.fr>
* macros.in, rpmrc.in: - do not reload rpm configuration as it
pollute macros parsing - +k6 on ix86
2005-05-13 06:02 Pixel <pixel@mandrakesoft.com>
* rpm-spec-mode.el: fix rpm-increase-release-with-macros when mkrel
is used
2005-05-12 09:29 Olivier Thauvin <thauvin@aerov.jussieu.fr>
* rpm-mandriva-setup.spec: - add changelog
2005-05-12 09:15 Olivier Thauvin <thauvin@aerov.jussieu.fr>
* configure.ac, macros.in, rpm-mandriva-setup.spec: - 0.8 (fix
%_localstatedir)
2005-05-12 08:36 Olivier Thauvin <thauvin@aerov.jussieu.fr>
* configure.ac, rpm-mandriva-setup.spec: - 0.7 (provide emacs spec
mode)
2005-05-10 12:06 Olivier Thauvin <thauvin@aerov.jussieu.fr>
* configure.ac, rpm-mandriva-setup.spec: - 0.6
2005-05-10 06:03 Olivier Thauvin <thauvin@aerov.jussieu.fr>
* macros.in: - %_libexecdir == %_libdir
2005-05-09 12:26 Olivier Thauvin <thauvin@aerov.jussieu.fr>
* Makefile.am: - fix make rpm
2005-05-09 12:25 Olivier Thauvin <thauvin@aerov.jussieu.fr>
* rpm-mandriva-setup.spec: - add changelog
2005-05-09 12:16 Olivier Thauvin <thauvin@aerov.jussieu.fr>
* configure.ac, make_macrosfiles.sh.in, rpm-mandriva-setup.spec,
rpmrc.in: - handle pentium computer
2005-05-08 17:57 Olivier Thauvin <thauvin@aerov.jussieu.fr>
* Makefile.am, rpm-mandriva-setup.spec, rpmrc.in: - add make
ChangeLog - 0.4 final
2005-05-08 17:06 Olivier Thauvin <thauvin@aerov.jussieu.fr>
* README: - add README
2005-05-06 10:11 Olivier Thauvin <thauvin@aerov.jussieu.fr>
* configure.ac, rpm-mandriva-setup.spec: - 0.4
2005-05-06 10:07 Olivier Thauvin <thauvin@aerov.jussieu.fr>
* rpmpopt: - fix popt alias
2005-05-06 06:57 Olivier Thauvin <thauvin@aerov.jussieu.fr>
* macros.in: build_sysmacrospath take %name if no name
2005-05-03 10:19 Olivier Thauvin <thauvin@aerov.jussieu.fr>
* ltmain.sh, rpm-mandriva-setup.spec: - 0.3
2005-05-03 10:06 Olivier Thauvin <thauvin@aerov.jussieu.fr>
* Makefile.am, rpm-mandriva-setup.spec, rpm-spec-mode.el, rpmrc.in:
- add emacs mode spec - update requres - read /etc/rpm/macros.*
2005-05-01 23:51 Olivier Thauvin <thauvin@aerov.jussieu.fr>
* configure.ac, rpm-mandriva-setup.spec: - in way to 0.3
2005-05-01 23:46 Olivier Thauvin <thauvin@aerov.jussieu.fr>
* rpm-mandriva-setup.spec: - 0.2
2005-05-01 23:45 Olivier Thauvin <thauvin@aerov.jussieu.fr>
* configure.ac, make_macrosfiles.sh.in, rpm-mandriva-setup.spec: -
fix optflags
2005-05-01 02:44 Olivier Thauvin <thauvin@aerov.jussieu.fr>
* rpmpopt: - really add rpmpopt
2005-05-01 02:41 Olivier Thauvin <thauvin@aerov.jussieu.fr>
* Makefile.am, configure.ac, macros-perarch.in, macros.in,
make_macrosfiles.sh.in, rpmrc.in: - add rpmpopt - fix optflags in
macros
2005-04-29 05:14 Olivier Thauvin <thauvin@aerov.jussieu.fr>
* Makefile.am, Makefile.in, brp-compress, brp-strip-static-archive,
configure.ac, http.req, macros.in, magic.prov, magic.req,
perl.prov, perl.req, rpm-mandriva-setup.spec, rpmrc.in: - remove
Makefile.in from cvs - more scripts - version is 0.1 (in way) -
use spec-helper at time
2005-04-28 20:16 Olivier Thauvin <thauvin@aerov.jussieu.fr>
* Makefile.am, Makefile.in, macros.in, rpmrc.in: - update mkrel -
include rpm rpmrc in our rpmrc - minor fixes
2005-04-27 04:06 Olivier Thauvin <thauvin@aerov.jussieu.fr>
* find-requires.in, find-provides.in: - fix tr call for mono
req/prov
2005-04-27 01:25 Olivier Thauvin <thauvin@aerov.jussieu.fr>
* AUTHORS, COPYING, INSTALL, Makefile.am, Makefile.in, NEWS,
README, brp-compress, brp-strip, brp-strip-comment-note,
configure.ac, filter.sh, find-debuginfo.sh, find-lang.sh,
find-provides.in, find-provides.perl.in, find-requires.in,
install-sh, ltmain.sh, macros-perarch.in, macros.in,
make_macrosfiles.sh.in, rpm-mandriva-setup.spec, rpmrc.in: -
import
|