File kernel-dummy.spec of Package kernel-source
#
# spec file for package kernel-dummy (Version 2.6.27.56)
#
# Copyright (c) 2010 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/
#
# norootforbuild
# icecream 0
Url: http://www.kernel.org/
Name: kernel-dummy
Summary: Internal dummy package for synchronizing release numbers
Version: 2.6.27.56
Release: 0.<RELEASE1>
License: GPL v2 only
Group: System/Kernel
AutoReqProv: off
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Internal dummy package for synchronizing release numbers
Authors:
--------
Andreas Gruenbacher <agruen@suse.de>
Source Timestamp: 2010-12-01 16:57:58 +0100
GIT Revision: 1b5f62cf35ce9157f69781339df846ab7661e31d
GIT Branch: SLE11_BRANCH
%install
rm -rf %buildroot
mkdir -p %buildroot/etc
echo dummy > %buildroot/etc/dummy
%files
%defattr(-, root, root)
/etc/dummy
%changelog