From 56468a540ef9b1cc5c506943b115173a286b6df2 Mon Sep 17 00:00:00 2001 From: Vaughan Agrez Date: Tue, 2 May 2017 21:10:13 +0800 Subject: [PATCH] Update spec & bump version --- fedberry-config.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/fedberry-config.spec b/fedberry-config.spec index 390da75..6c31b30 100644 --- a/fedberry-config.spec +++ b/fedberry-config.spec @@ -2,8 +2,8 @@ %define name %{bname}-config Name: %{name} -Version: 0.3.10 -Release: 2%{?dist} +Version: 0.3.11 +Release: 1%{?dist} License: GPLv3+ Summary: Easy configuration of various system options in FedBerry Group: Applications/System @@ -80,8 +80,7 @@ touch --no-create %{_datadir}/icons/hicolor || : %files -%doc README.md -%doc README.html +%doc README.md README.html %license LICENSE %attr(0755,root,root) %{_sbindir}/%{name} %attr(0644,root,root) %{_unitdir}/rootfs-grow.service @@ -90,6 +89,10 @@ touch --no-create %{_datadir}/icons/hicolor || : %changelog +* Tue May 02 2017 Vaughan 0.3.11-1 +- New release +- Add custom icon + * Sun Apr 30 2017 Vaughan 0.3.10-2 - Update desktop file