Skip to content

Commit d8751a3

Browse files
committed
Install rpm-common
Fixes `error: Unable to open /usr/lib/rpm/rpmrc for reading: No such file or directory.` on Travis CI.
1 parent f6fbafe commit d8751a3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ matrix:
2626
- swig
2727
- librtmp-dev
2828
- xsltproc
29+
- rpm-common
2930
before_script:
3031
- cd build
3132
script:

docs/developer/developer.adoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,13 @@ that you need to have these additional packages installed:
151151
wget lua which procps-ng initscripts chkconfig sendmail bzip2 rpm-build
152152
----
153153

154-
and it is also required to have `sendmail` service running on the system:
154+
On Ubuntu 18.04, also install:
155+
156+
----
157+
rpm-common
158+
----
159+
160+
It is also required to have `sendmail` service running on the system:
155161

156162
----
157163
$ systemctl start sendmail.service

0 commit comments

Comments
 (0)