From dea56bb5179b6936d3c23b5d1ddb95c87f3656db Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Wed, 18 Sep 2013 03:55:32 -0400 Subject: remove unused files Change-Id: Ic4c646d80780857d1afc522b7f5e2f6917af779b Signed-off-by: Anas Nashif --- packaging/baselibs.conf | 8 ------- packaging/build-initvm.changes | 12 ---------- packaging/build-initvm.spec | 53 ------------------------------------------ 3 files changed, 73 deletions(-) delete mode 100644 packaging/baselibs.conf delete mode 100644 packaging/build-initvm.changes delete mode 100644 packaging/build-initvm.spec diff --git a/packaging/baselibs.conf b/packaging/baselibs.conf deleted file mode 100644 index 951e38e..0000000 --- a/packaging/baselibs.conf +++ /dev/null @@ -1,8 +0,0 @@ -arch i386 targets x86_64:i386 -arch i586 targets x86_64:i586 -build-initvm - targetname - - targettype i386 provides "build-initvm" - targettype i586 provides "build-initvm" - targettype i386 +/usr - targettype i586 +/usr diff --git a/packaging/build-initvm.changes b/packaging/build-initvm.changes deleted file mode 100644 index d18eb7d..0000000 --- a/packaging/build-initvm.changes +++ /dev/null @@ -1,12 +0,0 @@ -------------------------------------------------------------------- -Tue Oct 4 12:43:27 UTC 2011 - adrian@suse.de - -- use new qemu-*-binfmt handler to run commands with correct $0 -- fix build for Factory - -------------------------------------------------------------------- -Mon Mar 21 07:02:52 UTC 2011 - adrian@suse.de - -- initial package for new cross build support for OBS. Done by - James Perkins from LinuxFoundation - diff --git a/packaging/build-initvm.spec b/packaging/build-initvm.spec deleted file mode 100644 index cef4a23..0000000 --- a/packaging/build-initvm.spec +++ /dev/null @@ -1,53 +0,0 @@ -# -# spec file for package build-initvm -# -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. -# -# All modifications and additions to the file contributed by third parties -# remain the property of their copyright owners, unless otherwise agreed -# upon. The license for this file, and modifications and additions to the -# file, is the same license as for the pristine package itself (unless the -# license for the pristine package is not an Open Source License, in which -# case the license is the MIT License). An "Open Source License" is a -# license that conforms to the Open Source Definition (Version 1.9) -# published by the Open Source Initiative. - -# Please submit bugfixes or comments via http://bugs.opensuse.org/ -# - - -Name: build-initvm -Summary: A Script to Build SUSE Linux RPMs -License: GPL-2.0+ -Group: Development/Tools/Building -Version: 20120927 -Release: 0 -Source: obs-build-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build -AutoReqProv: off -Requires: build -BuildRequires: gcc -BuildRequires: glibc-devel -%if 0%{?suse_version} > 1200 -BuildRequires: glibc-devel-static -%endif - -%description -This package provides a script for building RPMs for SUSE Linux in a -chroot or a secure virtualized environment. - - -%prep -%setup -q -n obs-build-%version - -%build -make CFLAGS="$RPM_BUILD_FLAGS" initvm-all - -%install -make DESTDIR=$RPM_BUILD_ROOT initvm-install - -%files -%defattr(-,root,root) -/usr/lib/build/initvm - -%changelog -- cgit v1.2.3