[Bug 487067] Review Request: autopsy - Graphical front end for The Sleuth Kit Forensics software

bugzilla at redhat.com bugzilla at redhat.com
Mon Apr 13 12:31:23 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=487067





--- Comment #6 from Till Maas <opensource at till.name>  2009-04-13 08:31:22 EDT ---
You have to adjust the filter scripts to the autopsy package, i.e. instead of
literally writing "sed -e '/perl(unwanted_require)/d'", you have to add one sed
command for each unwanted provides/requires entry, e.g.

sed -e '/perl(Main)/d' -d '/perl(conf.pl)/d'

and so on.

Also it is better to prefix the filter scripts with the name of the package,
i.e. autopsy:

Source98: autopsy-filter-provides.sh

Or you use the prefered way and create the filter scripts in %prep, as there is
suggested in the Perl Packaging Guidelines.

Also is sleuthkit really required at buildtime? It seems to build without any
problems if it is not present.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list