Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 790347 - sys-apps/firejail-0.9.64.4 templates are not installed
Summary: sys-apps/firejail-0.9.64.4 templates are not installed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Hank Leininger
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-15 12:14 UTC by Esteve Varela Colominas
Modified: 2021-07-16 00:36 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Esteve Varela Colominas 2021-05-15 12:14:03 UTC
The following sed line from the ebuild:
	find -type f -name Makefile.in -exec sed -i -r -e '/^\tinstall .*COPYING /d; /CFLAGS/s: (-O2|-ggdb) : :g' {} + || die
Seems to remove every install line that contains a COPYING file. However, this also removes important documentation such as the profile templates, as can be seen from this line: https://github.com/netblue30/firejail/blob/master/Makefile.in#L135
These templates are referred to by /etc/firejail/default.profile, and should be present. The RELNOTES file that's installed by the same line would be nice to have as well.
Comment 1 Larry the Git Cow gentoo-dev 2021-07-16 00:36:57 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82d803f69cfa47d41fc40c82ac9296d419cbb030

commit 82d803f69cfa47d41fc40c82ac9296d419cbb030
Author:     Hank Leininger <hlein@korelogic.com>
AuthorDate: 2021-07-14 22:48:07 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-07-16 00:36:48 +0000

    sys-apps/firejail: version bump
    
    Signed-off-by: Hank Leininger <hlein@korelogic.com>
    Closes: https://bugs.gentoo.org/801067
    Closes: https://bugs.gentoo.org/790347
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Closes: https://github.com/gentoo/gentoo/pull/21646
    Signed-off-by: Sam James <sam@gentoo.org>

 sys-apps/firejail/Manifest               |  1 +
 sys-apps/firejail/firejail-0.9.66.ebuild | 99 ++++++++++++++++++++++++++++++++
 2 files changed, 100 insertions(+)