Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-project
Commits
88075abc
Commit
88075abc
authored
Apr 19, 2021
by
Sébastien Blin
Browse files
rpm: fix QA_RPATHS
Change-Id: I555c843f33e77f061176835436d654eb13b95108
parent
19209bd5
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/build-package-fedora.sh
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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment