Hi, Here's a simple fix for the following issue I encountered when compiling glibc on x86: File listed twice: /usr/share/zoneinfo/iso3166.tab File listed twice: /usr/share/zoneinfo/posixrules The diff removes these files from the %files section, because they are already listed in the rpm.filelist. Please, if possible, integrate into cooker. Thanks, Stefan
--- ../RPM/SPECS/glibc-2.1.3.spec Fri Apr 14 09:33:21 2000 +++ glibc-2.1.3.spec Mon Apr 24 21:46:53 2000 @@ -1,5 +1,5 @@ %define version 2.1.3 -%define release 3mdk +%define release 4mdk %define serial 6 Summary: The GNU libc librairies @@ -327,8 +327,6 @@ /usr/share/locale/locale.alias /sbin/sln /usr/share/locale/*/LC_MESSAGES/*.mo -/usr/share/zoneinfo/iso3166.tab -/usr/share/zoneinfo/posixrules /usr/share/zoneinfo/zone.tab /usr/share/zoneinfo/[A-Z]* @@ -345,6 +343,10 @@ /usr/sbin/nscd %changelog +* Mon Apr 24 2000 Stefan van der Eijk <[EMAIL PROTECTED]> 2.1.3-4mdk +- removed iso3166.tab and posixrules from %files section, they are already + in the filelist. + * Fri Apr 14 2000 David BAUDENS <[EMAIL PROTECTED]> 2.1.3-3mdk - i486 fix - Comment BuildRequires: egcs (not needed; see 2.1.3-1mdk)
