public inbox for libc-help@sourceware.org
 help / color / mirror / Atom feed
* Bug 26517 - timezone: Fix zdump duplicate binary
@ 2020-11-16  3:44 PRASANTH R
  2020-11-23 11:00 ` Florian Weimer
  0 siblings, 1 reply; 2+ messages in thread
From: PRASANTH R @ 2020-11-16  3:44 UTC (permalink / raw)
  To: libc-help

[-- Attachment #1: Type: text/plain, Size: 137 bytes --]

Hi,

This was my first patch, just curious to see the review on this. kindly
find the attachment


Thanks & Regards,
Prasanth
8124063630

[-- Attachment #2: timezone-Change-zdump-installation-to-bin-directory.patch --]
[-- Type: text/x-patch, Size: 795 bytes --]

From 50b88ed8dc9c72ace18d80b85927a8e960d08e2a Mon Sep 17 00:00:00 2001
From: Prasanth R <prasanth.r@timesys.com>
Date: Fri, 21 Aug 2020 13:39:30 +0530
Subject: [PATCH] timezone: Change zdump installation to bin directory

Commit 3bc4186c7a9, tzdata changed the zdump installation
to bin directory, which creates duplicates of zdump in the
Root filesystem.
---
 timezone/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/timezone/Makefile b/timezone/Makefile
index 75f38df..a6e7cf0 100644
--- a/timezone/Makefile
+++ b/timezone/Makefile
@@ -32,7 +32,8 @@ generated += tzselect
 testdata = $(objpfx)testdata
 
 ifeq ($(enable-timezone-tools),yes)
-install-sbin := zic zdump
+install-sbin := zic
+install-bin := zdump
 install-bin-script = tzselect
 endif
 
-- 
2.7.4


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Bug 26517 - timezone: Fix zdump duplicate binary
  2020-11-16  3:44 Bug 26517 - timezone: Fix zdump duplicate binary PRASANTH R
@ 2020-11-23 11:00 ` Florian Weimer
  0 siblings, 0 replies; 2+ messages in thread
From: Florian Weimer @ 2020-11-23 11:00 UTC (permalink / raw)
  To: PRASANTH R via Libc-help; +Cc: PRASANTH R

* PRASANTH R. via Libc-help:

> This was my first patch, just curious to see the review on this. kindly
> find the attachment

Thank you for your patch.  Please re-post it to the libc-alpha list,
and add a NEWS entry in the “Deprecated and removed features, and other
changes affecting compatibility” section.  Thanks.

Florian
-- 
Red Hat GmbH, https://de.redhat.com/ , Registered seat: Grasbrunn,
Commercial register: Amtsgericht Muenchen, HRB 153243,
Managing Directors: Charles Cachera, Brian Klemm, Laurie Krebs, Michael O'Neill


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-23 11:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-16  3:44 Bug 26517 - timezone: Fix zdump duplicate binary PRASANTH R
2020-11-23 11:00 ` Florian Weimer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).