Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Aug 2016 00:22:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        perl@FreeBSD.org
Subject:   [Bug 197011] textproc/p5-XML-SAX: checksum mismatch for ParserDetails.ini
Message-ID:  <bug-197011-14331-6QBwj3iEHd@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-197011-14331@https.bugs.freebsd.org/bugzilla/>
References:  <bug-197011-14331@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D197011

--- Comment #12 from John Hein <z7dr6ut7gs@snkmail.com> ---
(In reply to Mathieu Arnold from comment #11)
The redhat package labels it a "ghost" file.  Look for the ghost directive
here:

http://www.rpm.org/max-rpm-snapshot/s1-rpm-inside-files-list-directives.html

Basically it means not to include the file in the package but remove it on
uninstall - intended for logs and other things that get generated by the
package during its installed lifetime.

Then they have a post install scriptlet to gen the file (using save_parsers=
()).
 And some logic to try to preserve an existing ParserDetails.ini file (cp to
.backup) which doesn't look quite right, but probably works in most typical
cases.

And a pre-uninstall scriptlet to undo that post-install stuff.

The bottom line is that the file shows up in the package listing, but is
ignored for package verification.  Tested on Fedora 23.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-197011-14331-6QBwj3iEHd>