forked from pool/build
Rev openSUSE:Factory/18 Md5 8afbec164c76ff64a4773906df67a363 2009-02-20 20:02:31 unknown None
This commit is contained in:
parent
2bd87449be
commit
7cacedfe02
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b5d35b76a7350ee513434032fc87af7a718c48119080f00b41065d2063fc8b47
|
|
||||||
size 62333
|
|
3
build-2009.02.20.tar.gz
Normal file
3
build-2009.02.20.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e65ab7c7d17b5a0eba70779bf83870868ac255f2c52d8fa2098aa0922ff3ae31
|
||||||
|
size 72111
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 20 12:04:00 CET 2009 - adrian@suse.de
|
||||||
|
|
||||||
|
- Fix kvm support together with Alexander
|
||||||
|
- Support for new disturl containing a complete pointer to build
|
||||||
|
service instance resource
|
||||||
|
- add support for package compare to allow Build Service to drop
|
||||||
|
same packages after build
|
||||||
|
- image repack support from Christoph
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 27 14:27:19 CET 2009 - adrian@suse.de
|
Tue Jan 27 14:27:19 CET 2009 - adrian@suse.de
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: build
|
Source: build
|
||||||
Version: 2007.09.14-1
|
Version: 2009.02.20
|
||||||
Binary: build
|
Binary: build
|
||||||
Maintainer: Rene Engelhard <rengelhard@suse.de>
|
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Standards-Version: 3.7.2
|
Standards-Version: 3.7.2
|
||||||
Build-Depends: debhelper (>= 4)
|
Build-Depends: debhelper (>= 4)
|
||||||
|
15
build.spec
15
build.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package build (Version 2009.01.27)
|
# spec file for package build (Version 2009.02.20)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -23,8 +23,8 @@ License: GPL v2 or later
|
|||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: A Script to Build SUSE Linux RPMs
|
Summary: A Script to Build SUSE Linux RPMs
|
||||||
Version: 2009.01.27
|
Version: 2009.02.20
|
||||||
Release: 2
|
Release: 1
|
||||||
# osc rm build-*tar.bz2
|
# osc rm build-*tar.bz2
|
||||||
# REVISION=$(svn info https://forgesvn1.novell.com/svn/opensuse/trunk/buildservice/src/build | sed -ne "/Revision: /s///p")
|
# REVISION=$(svn info https://forgesvn1.novell.com/svn/opensuse/trunk/buildservice/src/build | sed -ne "/Revision: /s///p")
|
||||||
# VERSION="$(date +"%Y.%m.%d").r$REVISION"
|
# VERSION="$(date +"%Y.%m.%d").r$REVISION"
|
||||||
@ -38,7 +38,7 @@ Release: 2
|
|||||||
# osc build build.spec
|
# osc build build.spec
|
||||||
# osc ci
|
# osc ci
|
||||||
# osc submitreq create -m"current svn snapshot." openSUSE:Tools build openSUSE:Factory
|
# osc submitreq create -m"current svn snapshot." openSUSE:Tools build openSUSE:Factory
|
||||||
Source: build-%{version}.tar.bz2
|
Source: build-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -73,6 +73,13 @@ ln -s /usr/lib/build/build $RPM_BUILD_ROOT/usr/bin/build
|
|||||||
%{_mandir}/man1/build.1*
|
%{_mandir}/man1/build.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 20 2009 adrian@suse.de
|
||||||
|
- Fix kvm support together with Alexander
|
||||||
|
- Support for new disturl containing a complete pointer to build
|
||||||
|
service instance resource
|
||||||
|
- add support for package compare to allow Build Service to drop
|
||||||
|
same packages after build
|
||||||
|
- image repack support from Christoph
|
||||||
* Tue Jan 27 2009 adrian@suse.de
|
* Tue Jan 27 2009 adrian@suse.de
|
||||||
- update to current buildservice/1.5 branch
|
- update to current buildservice/1.5 branch
|
||||||
- More fixes for kiwi image build
|
- More fixes for kiwi image build
|
||||||
|
@ -1,3 +1,14 @@
|
|||||||
|
build (2009.02.20-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* Fix kvm support together with Alexander
|
||||||
|
* Support for new disturl containing a complete pointer to build
|
||||||
|
service instance resource
|
||||||
|
* add support for package compare to allow Build Service to drop
|
||||||
|
same packages after build
|
||||||
|
* image repack support from Christoph
|
||||||
|
|
||||||
|
-- Adrian Schroeter <adrian@suse.de> Fri, 20 Feb 2009 08:27:13 +0200
|
||||||
|
|
||||||
build (2007.09.14-1) unstable; urgency=low
|
build (2007.09.14-1) unstable; urgency=low
|
||||||
|
|
||||||
* update to 2173:
|
* update to 2173:
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:e036eda999f497b98725901d76b8f402db90be49f77955947b3b0b401426f20a
|
oid sha256:39955bdd3da1f62d4027a2fff2feb12121ebcde2b67898c3f2eb512f9581213f
|
||||||
size 1774
|
size 1782
|
||||||
|
Loading…
Reference in New Issue
Block a user