Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
jami-project
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
172
Issues
172
List
Boards
Labels
Service Desk
Milestones
Iterations
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
savoirfairelinux
jami-project
Commits
5f3e928a
Unverified
Commit
5f3e928a
authored
Jun 07, 2018
by
Sébastien Blin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fedora: use dnf builddep instead yum-builddep
Change-Id: Iab011abd51859cdcfb30663fb8bd2fd44aa71bcd
parent
9499b72a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
docker/Dockerfile_fedora_26
docker/Dockerfile_fedora_26
+2
-2
docker/Dockerfile_fedora_27
docker/Dockerfile_fedora_27
+2
-2
docker/Dockerfile_fedora_28
docker/Dockerfile_fedora_28
+1
-1
scripts/build-package-fedora.sh
scripts/build-package-fedora.sh
+1
-1
No files found.
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
Markdown
is supported
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