Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-project
Commits
5f3e928a
Unverified
Commit
5f3e928a
authored
Jun 07, 2018
by
Sébastien Blin
Browse files
fedora: use dnf builddep instead yum-builddep
Change-Id: Iab011abd51859cdcfb30663fb8bd2fd44aa71bcd
parent
9499b72a
Changes
4
Hide whitespace changes
Inline
Side-by-side
docker/Dockerfile_fedora_26
View file @
5f3e928a
FROM fedora:26
RUN dnf clean all
RUN dnf install -y
yum-utils
rpmdevtools
RUN dnf install -y
dnf-command\(builddep\)
rpmdevtools
RUN dnf clean all
RUN dnf upgrade -y && \
...
...
@@ -15,7 +15,7 @@ RUN dnf upgrade -y && \
cmake \
speexdsp-devel \
pulseaudio-libs-devel \
libcanberra-devel \
libcanberra-devel \
libsamplerate-devel \
libtool \
dbus-devel \
...
...
docker/Dockerfile_fedora_27
View file @
5f3e928a
FROM fedora:27
RUN dnf clean all
RUN dnf install -y
yum-utils
rpmdevtools
RUN dnf install -y
dnf-command\(builddep\)
rpmdevtools
RUN dnf clean all
RUN dnf upgrade -y && \
...
...
@@ -15,7 +15,7 @@ RUN dnf upgrade -y && \
cmake \
speexdsp-devel \
pulseaudio-libs-devel \
libcanberra-devel \
libcanberra-devel \
libsamplerate-devel \
libtool \
dbus-devel \
...
...
docker/Dockerfile_fedora_28
View file @
5f3e928a
FROM fedora:28
RUN dnf clean all
RUN dnf install -y
yum-utils
rpmdevtools
RUN dnf install -y
dnf-command\(builddep\)
rpmdevtools
RUN dnf clean all
RUN dnf upgrade -y && \
...
...
scripts/build-package-fedora.sh
View file @
5f3e928a
...
...
@@ -33,7 +33,7 @@ sed -i "s/RELEASE_VERSION/${RELEASE_VERSION}/g" ring.spec
rpmdev-bumpspec
--comment
=
"Automatic nightly release"
--userstring
=
"Jenkins <ring@lists.savoirfairelinux.net>"
ring.spec
# install build deps
yum-
builddep
-y
ring.spec
||
echo
"ignoring
yum-
builddep failure"
dnf
builddep
-y
ring.spec
||
echo
"ignoring
dnf
builddep failure"
# place the source
mkdir
-p
/root/rpmbuild/SOURCES
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment