File rescue-server.spec of Package rescue-server
#
# spec file for package rescue-server
#
# Copyright (c) 2013 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: rescue-server
ExclusiveArch: x86_64
BuildRequires: installation-images
License: GPL-2.0+
Group: Metapackages
AutoReqProv: off
Summary: Rescue server image
Version: 2.0
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define _binary_payload w.ufdio
%description
Files for special rescue server image used on s390x. It can't be created as
subpackage of installation-images. Hence we need this separate package.
%prep
%build
%install
mkdir -p %{buildroot}/usr/lib/skelcd
cp -a /usr/share/rescue-server %{buildroot}/usr/lib/skelcd/CD1
%files
%defattr(-,root,root)
%dir /usr/lib/skelcd
/usr/lib/skelcd/CD1
%changelog