From 99ffee983e6d6bbfdf94739286453da69bc7c501 Mon Sep 17 00:00:00 2001 From: Grant Cohoe Date: Sat, 2 Feb 2019 13:28:27 -0500 Subject: [PATCH] fc29 --- build/Dockerfile | 4 ++-- build/launchy.spec | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index 8620f35..8c3be3f 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -FROM fedora:28 +FROM fedora:29 RUN dnf update -y RUN dnf install -y rpmdevtools boost-devel desktop-file-utils \ @@ -10,4 +10,4 @@ COPY . /opt/launchy WORKDIR /opt/launchy -#CMD make build \ No newline at end of file +#CMD make build diff --git a/build/launchy.spec b/build/launchy.spec index 56f9005..57e727a 100644 --- a/build/launchy.spec +++ b/build/launchy.spec @@ -1,6 +1,6 @@ Name: launchy Version: 2.6 -Release: 05%{?dist} +Release: 06%{?dist} Summary: Custom spin of the Open Source Keystroke Launcher Group: Applications/File @@ -120,6 +120,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Feb 02 2019 Grant Cohoe - 2.6-06 +- Rebuild for FC29 + * Tue May 01 2018 Grant Cohoe - 2.6-05 - Rebuild for FC28