mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #296] Various issues with building RPM files #209
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#209
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jgriffiths on GitHub (Feb 15, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/296
Currently:
The rpm building really should be/needs to be simplified and added to the make machinery.
@h1z1 commented on GitHub (Feb 16, 2016):
See #238 . I believe they are working on it.
@jgriffiths commented on GitHub (Feb 16, 2016):
@h1z1 That issue isn't directly related although they obviously had issues with the RPM creation in 0.9.38 as shown by their comments about e.g. needing to add the the missing library to the spec file. The patch that closed that issue didn't touch the RPM creation scripts or the spec file at all.
This issue and associated pull request are to fix the RPM building problems.
@netblue30 commented on GitHub (Feb 16, 2016):
https://github.com/netblue30/firejail/issues/238 - there was a problem with 0.9.38 on CentOS 6, /run directory does not exist on Centos 6, the user would have to create it manually. The problem is fixed now. I'll go ahead and merge https://github.com/netblue30/firejail/pull/297
@netblue30 commented on GitHub (Feb 16, 2016):
All merged, thanks!