Update builds to include libsecret

This commit is contained in:
Michelle Tilley 2017-04-20 09:37:21 -07:00
parent 9655bdf5e7
commit 0c32fcc573
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ RUN yum install -y \
gcc-c++ \
glibc-devel \
git-core \
libgnome-keyring-devel \
libsecret-devel \
rpmdevtools
RUN npm install -g npm --loglevel error

View File

@ -2,7 +2,7 @@ Package: <%= appFileName %>
Version: <%= version %>
Depends: git, gconf2, gconf-service, libgtk2.0-0, libudev0 | libudev1, libgcrypt11 | libgcrypt20, libnotify4, libxtst6, libnss3, python, gvfs-bin, xdg-utils, libcap2
Recommends: lsb-release
Suggests: libgnome-keyring0, gir1.2-gnomekeyring-1.0
Suggests: libsecret-1-0, gir1.2-gnomekeyring-1.0
Section: devel
Priority: optional
Architecture: <%= arch %>