Skip to content

Commit

Permalink
fc29
Browse files Browse the repository at this point in the history
  • Loading branch information
cohoe committed Feb 2, 2019
1 parent d72fcac commit 99ffee9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fedora:28
FROM fedora:29

RUN dnf update -y
RUN dnf install -y rpmdevtools boost-devel desktop-file-utils \
Expand All @@ -10,4 +10,4 @@ COPY . /opt/launchy

WORKDIR /opt/launchy

#CMD make build
#CMD make build
5 changes: 4 additions & 1 deletion build/launchy.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -120,6 +120,9 @@ rm -rf $RPM_BUILD_ROOT


%changelog
* Sat Feb 02 2019 Grant Cohoe <grant@grantcohoe.com> - 2.6-06
- Rebuild for FC29

* Tue May 01 2018 Grant Cohoe <grant@grantcohoe.com> - 2.6-05
- Rebuild for FC28

Expand Down

0 comments on commit 99ffee9

Please sign in to comment.