Skip to content
Snippets Groups Projects
Commit 0a97e703 authored by Jenkins's avatar Jenkins
Browse files

submodules: update nightly branch

parents d939a957 f0bcf078
No related branches found
No related tags found
No related merge requests found
client-gnome @ a8f228c0
Subproject commit d5366a359b57ad9c9b097c7982fbce2064d48d20
Subproject commit a8f228c0fb7b86555fbeb01933248856cb4198c1
daemon @ aff0eda4
Subproject commit 5421633d70e253d5103692cb51275408838e8253
Subproject commit aff0eda4f9f5fa36dbb67bcfbc86d192b22e6c22
......@@ -7,6 +7,7 @@ RUN dnf clean all
RUN dnf upgrade -y && \
dnf install -y mesa-libgbm-devel mesa-dri-drivers && \
dnf install -y libinput-devel && \
dnf install -y qt5-qtbase-5.11.1-7.fc29 qt5-linguist-5.11.1-2.fc29 qt5-qtbase-devel-5.11.1-7.fc29 && \
dnf install -y \
git \
rpm-build \
......@@ -60,6 +61,8 @@ RUN dnf upgrade -y && \
openssl-static \
sqlite-devel
RUN echo "exclude=qt5-qtbase* qt5-linguist*" >> /etc/dnf/dnf.conf
ADD scripts/build-package-fedora.sh /opt/build-package-fedora.sh
CMD /opt/build-package-fedora.sh
lrc @ fce17764
Subproject commit ff0b3fce4b690ffedaff8c8362a44e3e6b6c564b
Subproject commit fce17764386eb96a5db23ae067554d16eb84208d
......@@ -208,7 +208,8 @@ DESTDIR=%{buildroot} make -C client-gnome/build install
/sbin/ldconfig
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
%postun -p /sbin/ldconfig
%postun
/sbin/ldconfig
#for < f24 we have to update the schema explicitly
%if 0%{?fedora} < 24
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment