mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #297] [MERGED] RPM build fixes #3589
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#3589
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?
📋 Pull Request Information
Original PR: https://github.com/netblue30/firejail/pull/297
Author: @jgriffiths
Created: 2/15/2016
Status: ✅ Merged
Merged: 2/16/2016
Merged by: @netblue30
Base:
master← Head:rpmfixes📝 Commits (5)
497b755Update spec filed684d99Fix mkrpm.sh0e68e84'make rpms' now makes the rpm filesba35f89Remove old-mkrpm.shf5558ddmake clean now removes rpms📊 Changes
5 files changed (+46 additions, -881 deletions)
View changed files
📝
.gitignore(+1 -0)📝
Makefile.in(+5 -1)📝
platform/rpm/firejail.spec(+13 -148)📝
platform/rpm/mkrpm.sh(+27 -282)➖
platform/rpm/old-mkrpm.sh(+0 -450)📄 Description
Fixes the issues noted in issue #296 and in particular brings rpm building into the make system. With these changes the sequence './configure && make rpms' produces the app/debug/source rpms in cwd. I have built and installed the resulting rpm on Fedora 23 and verified that it works running Firefox.
More generally this removes redundant information that needs to be kept up to date manually, e.g. the version is passed by the Makefile automatically and added to the spec rather than being duplicated there. A future enhancement could add always-up-to-date changelog entries by munging RELNOTES.
Finally, this version is much, much simpler than the existing scripts at only 40 LOC.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.