Please ignore the last mail. --resign does it. -----Original Message----- From: rpm-list-bounces@xxxxxxxxxx [mailto:rpm-list-bounces@xxxxxxxxxx] On Behalf Of Das, Sudeep Sent: Tuesday, July 05, 2005 12:45 PM To: rpm-list@xxxxxxxxxx Subject: Adding more data at a later time I have a client server product. The client is packaged as an rpm. The client, upon installation , needs to know the servers ip and port number to connect to.Till now, we got this from the user interactively in %post . Is there a way by which this information can be added to the rpm in the field without recreating the rpm ? I tried this: Have a placeholder of the ip and port in the %post, say xxx.xxx.xxx.xxx:xxxxx, and do a binary find replace on the rpm later to add the required info. This of course messes up the digest verification, but nevertheless, it works with --nodigest. Is there a better way ? Or maybe , after adding the info, can the digest be recomputed ? Regards _______________________________________________ Rpm-list mailing list Rpm-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/rpm-list