Adrian Schröter 2011-09-26 20:36:55 +00:00 committed by Git OBS Bridge
parent 6adef64144
commit bb950ca980
8 changed files with 27 additions and 9 deletions

View File

@ -1,6 +1,6 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="version">2011.07.01</param>
<param name="version">2011.09.26</param>
<param name="url">git://gitorious.org/opensuse/build.git</param>
<param name="scm">git</param>
</service>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:084956f749d3e778c23039fc7a7d5d9795df338a3ac9b7644b84799127375fb6
size 269586

3
build-2011.09.26.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:94473d8ca028f2dc7640d2220290fb5d85315d78c6f55fccb7d7c0b5678c8f69
size 122310

View File

@ -23,8 +23,8 @@ License: GPLv2+
Group: Development/Tools/Building
AutoReqProv: on
Summary: Tools to generate base lib packages
Version: 2011.07.01
Release: 2
Version: 2011.09.26
Release: 0
#!BuildIgnore: build-mkbaselibs
Provides: build-mkbaselibs
Source: build-%{version}.tar.gz

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Sep 26 20:33:59 UTC 2011 - adrian@suse.de
- fixing kvm cpuid setting for AMD and Intel CPU's
- support new xen tools
- fixed qemu build initialisation
-------------------------------------------------------------------
Sun Aug 7 19:58:28 UTC 2011 - opensuse@cboltz.de

View File

@ -1,6 +1,6 @@
Format: 1.0
Source: build
Version: 2011.07.01
Version: 2011.09.26
Binary: build
Maintainer: Adrian Schroeter <adrian@suse.de>
Architecture: all

View File

@ -23,8 +23,8 @@ License: GPLv2+
Group: Development/Tools/Building
AutoReqProv: on
Summary: A Script to Build SUSE Linux RPMs
Version: 2011.07.01
Release: 3
Version: 2011.09.26
Release: 0
#!BuildIgnore: build-mkbaselibs
Source: build-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -100,6 +100,11 @@ cd $RPM_BUILD_ROOT/usr/lib/build/configs/
%if 0%{?suse_version}
%if 0%{?sles_version}
ln -s sles%{sles_version}.conf default.conf
%if 0%{?sles_version} < 12
# use sle variation with IA64 compat package generation
install -m 0644 baselibs_global-sle.conf \
$RPM_BUILD_ROOT/usr/lib/build/baselibs_global.conf
%endif
%else
V=%suse_version
ln -s sl${V:0:2}.${V:2:1}.conf default.conf

View File

@ -1,3 +1,9 @@
build (2011.09.26-1) unstable; urgency=low
* Update to current git trunk
-- Adrian Schroeter <adrian@suse.de> Fri, 01 Jul 2010 10:03:54 +0200
build (2011.07.01-1) unstable; urgency=low
* Update to current git trunk