From 3805715ef4c285146f8949641c46cf454e13baf3 Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Tue, 15 Dec 2015 14:24:50 +0100 Subject: [PATCH] enable bootstrap for secondary arch --- plasma-workspace.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/plasma-workspace.spec b/plasma-workspace.spec index cc4d701..b2a1585 100644 --- a/plasma-workspace.spec +++ b/plasma-workspace.spec @@ -1,6 +1,6 @@ # Define (as 1) to enable bootstrap when building plasma-workspace on a new # repo or arch where there's no package that would provide plasmashell -#define bootstrap 1 +%define bootstrap 1 %global kf5_version 5.13.0 @@ -11,7 +11,7 @@ Name: plasma-workspace Summary: Plasma workspace, applications and applets Version: 5.5.0 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2+ URL: https://projects.kde.org/projects/kde/workspace/plasma-workspace @@ -588,6 +588,9 @@ fi %changelog +* Tue Dec 15 2015 Than Ngo - 5.5.0-5 +- enable bootstrap for secondary arch + * Mon Dec 14 2015 Daniel Vrátil - 5.5.0-4 - proper upstream fix for #356415 (review #126331)