• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
12022-10-02  Mark Wielaard  <mark@klomp.org>
2
3	* elfutils.spec.in: Update for 0.188.
4	Include %{_mandir}/man8/debuginfod*.8* for new
5	debuginfod-service.8 man page.
6	Remove duplicate %{_sysconfdir}/sysconfig/debuginfod.
7
82022-10-20  Mark Wielaard  <mark@klomp.org>
9
10	* elfutils.spec.in: Escape % in comments.
11
122022-10-27  Mark Wielaard  <mark@klomp.org>
13
14	* eu.am: Use grep -F instead of fgrep.
15
162022-10-27  Mark Wielaard  <mark@klomp.org>
17
18	* elfutils.spec.in: Add BuildRequires socat.
19
202022-08-17  Martin Liska  <mliska@suse.cz>
21
22	* debuginfod.service: Add new debuginfod.sysconfig
23	value DEBUGINFOD_EXTRA_ARGS.
24	* debuginfod.sysconfig: Likewise.
25
262022-08-16  Martin Liska  <mliska@suse.cz>
27
28	* profile.csh.in: Support nullglob in profile.*.in files.
29	* profile.sh.in: Likewise.
30
312022-08-17  Frank Ch. Eigler  <fche@redhat.com>
32
33	* debuginfod.sysconfig: Clarify cmdline vs client-env variables.
34
352022-05-03  Mark Wielaard  <mark@klomp.org>
36
37	* profile.csh.in: Move the 2>/dev/null inside the sh -c '' quotes.
38
392022-04-25  Mark Wielaard  <mark@klomp.org>
40
41	* elfutils.spec.in: Update for 0.187.
42
432022-01-19  Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
44
45	* profile.csh.in: Set DEBUGINFOD_URLS directly. Use "$0" and :
46	in sh -c.
47	* profile.sh.in: Set DEBUGINFOD_URLS directly. Don't use sh -c.
48	Use $() instead of ``.
49
502022-04-07  Mark Wielaard  <mark@klomp.org>
51
52	* elfutils.spec.in (debuginfod-client): Add an explicit requires
53	on elfutils-libs and elfutils-libelf.
54
552021-11-10  Mark Wielaard  <mark@klomp.org>
56
57	* elfutils.spec.in: Update for 0.186.
58
592021-10-03  Frank Ch. Eigler  <fche@redhat.com>
60
61	PR27783
62	* profile.sh, profile.csh: Rewrite to document and set DEBUGINFOD_URLS
63	from /etc/debuginfod/*.urls files.
64	* Makefile.am: Install the configury-specified .urls file.
65	* elfutils.spec: Package it.
66
672021-09-05  Dmitry V. Levin  <ldv@altlinux.org>
68
69	* eu.am (STACK_USAGE_NO_ERROR): New variable.
70
712021-07-06  Alice Zhang  <alizhang@redhat.com>
72
73	* debuginfod.sysconfig: Introduce default retry limit.
74
752021-05-10  Mark Wielaard  <mark@klomp.org>
76
77	* elfutils.spec.in: Update for 0.185.
78
792021-05-11  Frank Ch. Eigler  <fche@redhat.com>
80
81	* elfutils.spec.in: Add procps to BuildRequires: for %check.
82
832021-05-10  Mark Wielaard  <mark@klomp.org>
84
85	* elfutils.spec.in: Update for 0.184.
86
872021-02-17  Timm Bäder  <tbaeder@redhat.com>
88
89	* eu.am (NO_PACKED_NOT_ALIGNED_WARNING): New variable.
90	(AM_CFLAGS): Use NO_PACKED_NOT_ALIGNED_WARNING.
91	(AM_CXXFLAGS): Likewise.
92
932021-02-17  Timm Bäder  <tbaeder@redhat.com>
94
95	* eu.am (TRAMPOLINES_WARNING): New variable.
96	(AM_CFLAGS): Use TRAMPOLINES_WARNING.
97	(AM_CXXFLAGS): Likewise.
98
992021-02-12  Mark Wielaard  <mark@klomp.org>
100
101	* elfutils.spec.in: Escape %%check in comment.
102
1032021-02-05  Mark Wielaard  <mark@klomp.org>
104
105	* elfutils.spec.in: Update for 0.183.
106
1072020-12-20  Dmitry V. Levin  <ldv@altlinux.org>
108
109	* .gitignore: New file.
110
1112020-12-12  Dmitry V. Levin  <ldv@altlinux.org>
112
113	* 10-default-yama-scope.conf: Fix spelling typo in comment.
114	* upload-release.sh: Likewise.
115	* elfutils.spec.in: Fix spelling typos in %changelog.
116
1172020-11-04  Dmitry V. Levin  <ldv@altlinux.org>
118
119	* profile.sh.in, profile.csh.in: Do not define $DEBUGINFOD_URLS unless
120	configured using --enable-debuginfod-urls.
121
1222020-11-02  Dmitry V. Levin  <ldv@altlinux.org>
123
124	* Makefile.am (pkgconfig_DATA, install-data-local, uninstall-local):
125	Conditionalize on LIBDEBUGINFOD instead of DEBUGINFOD.
126
1272020-10-31  Dmitry V. Levin  <ldv@altlinux.org>
128
129	* Makefile.am (install-data-local, uninstall-local): Conditionalize
130	on DEBUGINFOD.
131
1322020-10-30  Mark Wielaard  <mark@klomp.org>
133
134	* elfutils.spec.in: Update for 0.182.
135
1362020-10-31  Frank Ch. Eigler  <fche@redhat.com>
137
138	* debuginfod.service: Bump up TimeoutStopSec.
139
1402020-10-30  Frank Ch. Eigler  <fche@redhat.com>
141
142	* elfutils.spec.in: Fix debuginfod config/state file attributes
143	for non-lossy updates.
144
1452020-10-08  Frank Ch. Eigler  <fche@redhat.com>
146
147	* Makefile.am (uninstall-local): Uninstall the new profile.d files.
148
1492020-10-01  Frank Ch. Eigler  <fche@redhat.com>
150
151	PR25461
152	* profile.sh.in, profile.csh.in: New files for /etc/profile.d
153	to define $DEBUGINFOD_URLS.
154	* elfutils.spec.in: Configure with --enable-debuginfod-urls.
155	* Makefile.am: Install them.
156
1572020-09-18  Mark Wielaard  <mark@klomp.org>
158
159	* elfutils.spec.in: Add BuildRequires for libzstd-devel and zstd.
160	* libdw.pc.in: Requires.private libzstd.
161
1622020-09-08  Mark Wielaard  <mark@klomp.org>
163
164	* elfutils.spec.in: Update for 0.181.
165
1662020-06-16  Mark Wielaard  <mark@klomp.org>
167
168	* upload-release.sh: Use /usr/bin/env bash.
169
1702020-06-11  Mark Wielaard  <mark@klomp.org>
171
172	* elfutils.spec.in: Update for 0.189.
173
1742020-04-21  Frank Ch. Eigler <fche@redhat.com>
175
176	* debuginfod.sysconfig (DEBUGINFOD_PATHS): Add /var/lib/pulp.
177
1782020-03-30  Mark Wielaard  <mark@klomp.org>
179
180	* upload-release.sh: chmod uploaded dir and files to make them
181	readable.
182
1832020-03-30  Mark Wielaard  <mark@klomp.org>
184
185	* elfutils.spec.in: Update for 0.179.
186
1872020-03-25  Frank Ch. Eigler <fche@redhat.com>
188
189	* elfutils.spec.in: *Require: bsdtar instead of dpkg.
190
1912020-03-04  Mark Wielaard  <mark@klomp.org>
192
193	* elfutils.spec.in (package debuginfod): Remove Requires: rpm.
194	Add Requires: dpkg.
195
1962020-01-12  Frank Ch. Eigler  <fche@redhat.com>
197
198	* elfutils.spec.in: Typo fix for "Requires: debuginfod-client".
199
2002020-01-11  Frank Ch. Eigler  <fche@redhat.com>
201
202	* debuginfod.service: Set PrivateTmp=yes.
203
2042020-01-01  Dmitry V. Levin  <ldv@altlinux.org>
205
206	* Makefile.am (pkgconfig_DATA): Conditionalize libdebuginfod.pc
207	on DEBUGINFOD.
208
2092019-12-22  Frank Ch. Eigler  <fche@redhat.com>
210
211	* elfutils.spec.in (debuginfod): Add BuildRequire dpkg
212	for deb testing.  (Available on Fedora & EPEL, not base RHEL.)
213
2142019-12-05  Mark Wielaard  <mark@klomp.org>
215
216	* elfutils.spec.in: Add explicit version-release requires for all
217	packages.
218
2192019-11-28  Mark Wielaard  <mark@klomp.org>
220
221	* elfutils.spec.in (debuginfod): Add an explicit Requires
222	elfutils-debuginfod-client.
223
2242019-11-27  Mark Wielaard  <mark@klomp.org>
225
226	* elfutils.spec.in: Move all versioned libdebuginfod libraries
227	from debuginfod-client-devel to debuginfod-client.
228
2292019-11-26  Mark Wielaard  <mark@klomp.org>
230
231	* elfutils.spec.in: Remove Group tags, remove fedora and rhel
232	specifics, introduce elfutils-libs subpackage, move Requires
233	and BuildRequires around for new subpackage, remove dot at end
234	of Summary tags, add post/postun ldconfig for libs and
235	debuginfod-client, remove default defattr(-,root,root) for file
236	lists, order binaries by name.
237
2382019-11-25  Mark Wielaard  <mark@klomp.org>
239
240	* elfutils.spec.in: Add BuildRequires curl.
241
2422019-10-28  Frank Ch. Eigler  <fche@redhat.com>
243
244	* eu.am (AM_CXXFLAGS): Clone & amend AM_CFLAGS for c++11 code.
245	* debuginfod.service, debuginfod.sysconfig: New files: systemd.
246	* Makefile.am: Install them.
247	* elfutils.spec.in: Add debuginfod and debuginfod-client subrpms.
248
2492019-08-29  Mark Wielaard  <mark@klomp.org>
250
251	* elfutils.spec.in (%description devel): Remove libebl text.
252	(%install): Don't touch backend lib.*.so* files.
253	(%files): Remove backends dir and so files.
254	(%files devel): Remove libebl.h and libebl.a
255
2562019-08-28  Mark Wielaard  <mark@klomp.org>
257
258	* elfutils.spec.in (License): Add GFDL.
259	(%install): Correct sub-shell syntax, use (), not {}.
260	(%files): Add man1/eu-*.1*.
261	Add eu-stack. Add COPYING-GFDL.
262	(%files libelf-devel): Add man3/elf_*.3*.
263
2642019-08-14  Dmitry V. Levin  <ldv@altlinux.org>
265
266	* elfutils.spec.in (%files): Add %{_bindir}/eu-elfclassify.
267
2682019-08-13  Mark Wielaard  <mark@klomp.org>
269
270	* Makefile.am (elfutils.spec.in): Use git --get user.name and
271	user.email.
272
2732019-04-15  Mark Wielaard  <mark@klomp.org>
274
275	* upload-release.sh: Add git tag --verify.
276
2772019-02-14  Mark Wielaard  <mark@klomp.org>
278
279	* elfutils.spec.in: Update for 0.176.
280
2812018-11-19  Mark Wielaard  <mark@klomp.org>
282
283	* eu.am (AM_CFLAGS): Add -Wtrampolines.
284
2852018-07-04  Mark Wielaard  <mark@klomp.org>
286
287	* upload-release.sh: New file.
288
2892018-06-11  Mark Wielaard  <mark@klomp.org>
290
291	* elfutils.spec.in: Update for 0.172.
292
2932018-06-01  Mark Wielaard  <mark@klomp.org>
294
295	* elfutils.spec.in: Update for 0.171.
296
2972018-02-09  Joshua Watt  <JPEWhacker@gmail.com>
298
299	* eu.am (IMPLICIT_FALLTHROUGH_WARNING): Set to 5.
300
3012017-11-02  Mark Wielaard  <mark@klomp.org>
302
303	* elfutils.spec.in: Config files under /usr/lib/sysctl.d (_sysctldir)
304	aren't %config.
305
3062017-10-24  Mark Wielaard  <mark@klomp.org>
307
308	* eu.am (AM_CFLAGS): Handle -Wno-packed-not-aligned.
309
3102017-04-27  Ulf Hermann  <ulf.hermann@qt.io>
311
312	* eu.am: Use fpic_CFLAGS.
313
3142016-08-02  Mark Wielaard  <mark@klomp.org>
315
316	* elfutils.spec.in: Update for 0.170.
317
3182017-05-05  Mark Wielaard  <mark@klomp.org>
319
320	* elfutils.spec.in: Update for 0.169.
321
3222016-12-27  Mark Wielaard  <mjw@redhat.com>
323
324	* elfutils.spec.in: Update for 0.168 and new project location.
325
3262016-12-24  Mark Wielaard  <mark@klomp.org>
327
328	* libdw.pc.in: Set URL to http://elfutils.org/
329	* libelf.pc.in: Likewise.
330
3312016-11-02  Mark Wielaard  <mjw@redhat.com>
332
333	* eu.am: Check HAVE_IMPLICIT_FALLTHROUGH_WARNING.
334	(AM_CFLAGS): Add IMPLICIT_FALLTHROUGH_WARNING.
335
3362016-08-04  Mark Wielaard  <mjw@redhat.com>
337
338	* elfutils.spec.in: Update for 0.167.
339
3402016-07-06  Mark Wielaard  <mjw@redhat.com>
341
342	* elfutils.spec.in: Remove eu-ld.
343
3442016-03-31  Mark Wielaard  <mjw@redhat.com>
345
346	* elfutils.spec.in: Update for 0.166.
347
3482016-02-13  Mark Wielaard  <mjw@redhat.com>
349
350	* eu.am: Check HAVE_NULL_DEREFERENCE_WARNING.
351	(AM_CFLAGS): Add NULL_DEREFERENCE_WARNING.
352
3532016-02-09  Mark Wielaard  <mjw@redhat.com>
354
355	* eu.am: Check SANE_LOGICAL_OP_WARNING and
356	HAVE_DUPLICATED_COND_WARNING.
357	(AM_CFLAGS): Add LOGICAL_OP_WARNING and DUPLICATED_COND_WARNING.
358
3592016-01-08  Mark Wielaard  <mjw@redhat.com>
360
361	* elfutils.spec.in: Add elfcompress. Update for 0.165.
362
3632016-01-04  Mark Wielaard  <mjw@redhat.com>
364
365	* libelf.pc.in: New file.
366	* libdw.pc.in: Likewise.
367	* Makefile.am (EXTRA_DIST): Add libelf.pc.in and libdw.pc.in.
368	(pkgconfigdir): New variable.
369	(pkgconfigdir_DATA): Likewise.
370	* elfutils.spec.in (files devel): Add libdw.pc.
371	(files libelf-devel): Add libelf.pc.
372
3732015-10-15  Mark Wielaard  <mjw@redhat.com>
374
375	* elfutils.spec.in: Update for 0.164.
376
3772015-10-07  Mark Wielaard  <mjw@redhat.com>
378
379	* eu.am (ARFLAGS): Set to "cr".
380
3812015-10-09  Josh Stone  <jistone@redhat.com>
382
383	* eu.am (print-%): New target to print any variable.
384
3852015-10-05  Josh Stone  <jistone@redhat.com>
386
387	* eu.am (%.os): Add AM_V_CC silencers.
388
3892015-09-24  Jose E. Marchesi  <jose.marchesi@oracle.com>
390
391	* eu.am (%.os): Use -fPIC instead of -fpic to avoid relocation
392	overflows in some platforms.
393
3942015-09-22  Mark Wielaard  <mjw@redhat.com>
395
396	* eu.am (AM_CFLAGS): Add -Wold-style-definition -Wstrict-prototypes.
397
3982015-08-04  Mark Wielaard  <mjw@redhat.com>
399
400	* 10-default-yama-scope.conf: New file.
401	* Makefile.am (EXTRA_DIST): Add 10-default-yama-scope.conf.
402	* elfutils.spec.in (Requires): default-yama-scope.
403	(default-yama-scope): New package.
404
4052015-06-19  Mark Wielaard  <mjw@redhat.com>
406
407	* elfutils.spec.in: Update for 0.163.
408
4092015-06-11  Mark Wielaard  <mjw@redhat.com>
410
411	* elfutils.spec.in (devel): Include elfutils/known-dwarf.h and
412	elfutils/version.h.
413
4142015-06-10  Mark Wielaard  <mjw@redhat.com>
415
416	* elfutils.spec.in: Update for 0.162.
417
4182015-05-23  Mark Wielaard  <mjw@redhat.com>
419
420	* eu.am (STACK_USAGE_WARNING): New variable set based on
421	ADD_STACK_USAGE_WARNING conditional.
422	(AM_CFLAGS): Use STACK_USAGE_WARNING variable.
423
4242015-05-23  Mark Wielaard  <mjw@redhat.com>
425
426	* eu.am (AM_CFLAGS): Add -Wstack-usage=262144.
427
4282015-04-23  Max Filippov  <jcmvbkbc@gmail.com>
429
430	* eu.am (DEFS.os): New variable.
431
4322015-03-18  Petr Machata  <pmachata@redhat.com>
433
434	* known-dwarf.awk (comment): Drop all uses of this variable.
435	(END): Always emit the non-_DESC variant.  Emit
436	DWARF_ALL_KNOWN_DW_ instead of ALL_KNOWN_DW_*, and
437	DWARF_ONE_KNOWN_DW_ instead of ONE_KNOWN_DW_*.
438
4392015-02-20  Petr Machata  <pmachata@redhat.com>
440
441	* known-dwarf.awk (END): Drop useless variables lo, hi.  Merge two
442	continue-checks in one.
443
4442014-12-18  Mark Wielaard  <mjw@redhat.com>
445
446	* elfutils.spec.in: Update for 0.161.
447
4482014-11-27  Mark Wielaard  <mjw@redhat.com>
449
450	* eu.am: Define textrel_msg, textrel_found and textrel_check based
451	on FATAL_TEXTREL.
452
4532014-08-25  Mark Wielaard  <mjw@redhat.com>
454
455	* elfutils.spec.in: Update for 0.160.
456
4572014-05-17  Mark Wielaard  <mjw@redhat.com>
458
459	* elfutils.spec.in: Update for 0.159.
460	(%files devel): Add libdwelf.h.
461
4622014-04-13  Mark Wielaard  <mjw@redhat.com>
463
464	* eu.am (AM_CFLAGS): Don't add -fmudflap.
465	(COMPILE.os): Don't remove no_mudflap.os.
466
4672014-01-22  Mark Wielaard  <mjw@redhat.com>
468
469	* eu.am (AM_CFLAGS): Unconditionally add -Wformat=2.
470
4712014-01-03  Mark Wielaard  <mjw@redhat.com>
472
473	* elfutils.spec.in: Update for 0.158.
474
4752013-11-01  Michael Forney  <mforney@mforney.org>
476
477	* eu.am: Use READELF.
478
4792013-09-30  Mark Wielaard  <mjw@redhat.com>
480
481	* elfutils.spec.in: Update for readelf NT_SIGINFO and NT_FILE
482	core notes.
483
4842013-09-27  Mark Wielaard  <mjw@redhat.com>
485
486	* config/elfutils.spec.in: Update for 0.157.
487
4882013-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
489
490	* config/elfutils.spec.in: Update for 0.156.
491
4922013-04-24  Mark Wielaard  <mjw@redhat.com>
493
494	* eu.am: Use AM_CPPFLAGS instead of INCLUDES.
495
4962012-08-27  Mark Wielaard  <mjw@redhat.com>
497
498	* config/elfutils.spec.in: Update for 0.155.
499
5002012-07-19  Mark Wielaard  <mjw@redhat.com>
501
502	* known-dwarf.awk: "Generated by" header had wrong file names,
503	mention config/known-dwarf.awk and libdw/dwarf.h contents.
504
5052012-06-22  Mark Wielaard  <mjw@redhat.com>
506
507	* config/elfutils.spec.in: Update for 0.154.
508
5092012-02-23  Mark Wielaard  <mjw@redhat.com>
510
511	* config/elfutils.spec.in: Update for 0.153.
512
5132011-10-31  Mark Wielaard  <mjw@redhat.com>
514
515	* known-dwarf.awk: Use gawk.
516
5172010-07-02  Ulrich Drepper  <drepper@redhat.com>
518
519	* elfutils.spec.in: Add more BuildRequires.
520	Ship the .mo files with the libelf subpackage.
521
5222010-04-15  Roland McGrath  <roland@redhat.com>
523
524	* eu.am (DEFS): Add -DLOCALEDIR=... here.
525
5262010-02-15  Roland McGrath  <roland@redhat.com>
527
528	* eu.am: New file.
529
5302009-04-19  Roland McGrath  <roland@redhat.com>
531
532	* version.h.in: Revert last change.
533
5342009-04-17  Roland McGrath  <roland@redhat.com>
535
536	* version.h.in (_ELFUTILS_PREREQ): Multiple major by 1000000 and minor
537	by 1000; now _ELFUTILS_VERSION is 789000 for version 0.789.
538
5392009-01-22  Ulrich Drepper  <drepper@redhat.com>
540
541	* elfutils.spec.in: Distribute <elfutils/version.h> in
542	elfutils-libelf-devel.
543
5442009-01-22  Roland McGrath  <roland@redhat.com>
545
546	* known-dwarf.awk: Handle DW_FOO_BAR_* sets better.
547
5482009-01-11  Roland McGrath  <roland@redhat.com>
549
550	* known-dwarf.awk: New file.
551	* Makefile.am (EXTRA_DIST): Add it.
552
5532008-12-24  Roland McGrath  <roland@redhat.com>
554
555	* Makefile.am ($(srcdir)/elfutils.spec.in): Rewrite awk magic.
556	Put the target inside [if MAINTAINER_MODE].
557
5582008-12-16  Roland McGrath  <roland@redhat.com>
559
560	* version.h.in: New file.
561
5622008-01-12  Ulrich Drepper  <drepper@redhat.com>
563
564	* elfutils.spec.in: Add m4 to build requirements.
565
5662008-01-02  Ulrich Drepper  <drepper@redhat.com>
567
568	* elfutils.spec.in: Changes for disasm branch merge.
569
5702007-08-08  Roland McGrath  <roland@redhat.com>
571
572	* elfutils.spec.in (License): Canonicalize.
573
5742007-04-23  Roland McGrath  <roland@redhat.com>
575
576	* elfutils.spec.in: Distribute eu-unstrip.
577
5782005-08-13  Roland McGrath  <roland@redhat.com>
579
580	* Makefile.am ($(srcdir)/elfutils.spec.in): Add missing $.
581
5822005-07-28  Roland McGrath  <roland@redhat.com>
583
584	* elfutils.spec.in: Remove libdwfl.so from package.
585
5862005-07-21  Ulrich Drepper  <drepper@redhat.com>
587
588	* elfutils.spec.in: Distribute eu-elfcmp.
589
5902005-04-01  Ulrich Drepper  <drepper@redhat.com>
591
592	* elfutils.spec.in: Distribute eu-addr2line.
593
5942005-03-17  Ulrich Drepper  <drepper@redhat.com>
595
596	* elfutils.spec.in: Distribute libdw.{a,so,h}.
597
5982005-02-22  Ulrich Drepper  <drepper@redhat.com>
599
600	* Makefile.am: Ignore result of cvs run.
601
602	* elfutils.spec.in: Simplify build process by not using a subdir.
603	This means we can use %configure.
604
6052005-02-18  Ulrich Drepper  <drepper@redhat.com>
606
607	* Makefile.am: Automatically added changelog from NEWS file on dist.
608
6092005-02-15  Ulrich Drepper  <drepper@redhat.com>
610
611	* elfutils.spec.in: Make sure RPM_OPT_FLAGS is used.  During
612	%build, really do build the binaries.
613	Remove --enable-shared configure parameters.
614
6152005-02-07  Ulrich Drepper  <drepper@redhat.com>
616
617	* elfutils.spec.in (BuildRequires): Up gcc requirement to 3.4.
618
6192004-11-23  Ulrich Drepper  <drepper@redhat.com>
620
621	* elfutils.spec.in: Some more changes for the RPM with the fake
622	binaries.
623
6242004-01-29  Ulrich Drepper  <drepper@redhat.com>
625
626	* elfutils.spec.in: Update BuildRequires.
627
6282004-01-17  Ulrich Drepper  <drepper@redhat.com>
629
630	* Makefile.am: New file.
631	* config.guess: Moved to here from toplevel.
632	* config.rpath: Likewise.
633	* config.sub: Likewise.
634	* depcomp: Likewise.
635	* install-sh: Likewise.
636	* missing: Likewise.
637	* mkinstalldirs: Likewise.
638	* elfutils.spec.in: New file.
639