Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
savoirfairelinux
jami-project
Commits
88075abc
Commit
88075abc
authored
4 years ago
by
Sébastien Blin
Browse files
Options
Downloads
Patches
Plain Diff
rpm: fix QA_RPATHS
Change-Id: I555c843f33e77f061176835436d654eb13b95108
parent
19209bd5
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/build-package-fedora.sh
+2
-2
2 additions, 2 deletions
scripts/build-package-fedora.sh
with
2 additions
and
2 deletions
scripts/build-package-fedora.sh
+
2
−
2
View file @
88075abc
...
...
@@ -53,7 +53,7 @@ rpmdev-bumpspec --comment="Automatic nightly release" --userstring="Jenkins <rin
dnf builddep
-y
jami.spec
||
echo
"ignoring dnf builddep failure"
# build the package
QA_RPATHS
=
\$
[
0x0001|0x00
02
]
rpmbuild
-ba
jami.spec
QA_RPATHS
=
$((
0
x0001|0x00
10
))
rpmbuild
-ba
jami.spec
# move to output
mv
/root/rpmbuild/RPMS/
*
/
*
/opt/output
...
...
@@ -67,7 +67,7 @@ mkdir -p /root/rpmbuild/BUILD/ring-project/packaging/rules/one-click-install/
cp
jami-all.postinst /root/rpmbuild/BUILD/ring-project/packaging/rules/one-click-install/
# build the package
QA_RPATHS
=
\$
[
0x0001|0x00
02
]
rpmbuild
-ba
jami-one-click.spec
QA_RPATHS
=
$((
0
x0001|0x00
10
))
rpmbuild
-ba
jami-one-click.spec
# move to output
mkdir
-p
/opt/output/one-click-install
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment