From bf264604519445c55cfbc4e2eade322f0f7cf77d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Fri, 8 May 2015 19:49:49 +0200 Subject: [PATCH] initial rpm release (#1218749) --- yast2-devtools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/yast2-devtools.spec b/yast2-devtools.spec index d53f728..cf95cda 100644 --- a/yast2-devtools.spec +++ b/yast2-devtools.spec @@ -4,7 +4,7 @@ # Conditional for bootstrapping new distributions. # Uncomment for bootstrap-builds. -%global bootstrap_build 1 +#global bootstrap_build 1 # Settings used for build from snapshots. %{!?rel_build:%global commit a85b2c6a5bf53de97883299a87f61a0bcf6844b7} @@ -37,7 +37,7 @@ Name: %{suite_name}2-%{name_suffix} Version: 3.1.30 -Release: 0.1%{?gitrel}%{?dist} +Release: 1%{?gitrel}%{?dist} Summary: YaST Development Tools License: GPLv2+ @@ -168,5 +168,8 @@ done %changelog +* Fri May 08 2015 Björn Esser - 3.1.30-1 +- initial rpm release (#1218749) + * Mon May 04 2015 Björn Esser - 3.1.30-0.1 - bootstrapping