diff --git a/basesystem.spec b/basesystem.spec index 4626111..7d43893 100644 --- a/basesystem.spec +++ b/basesystem.spec @@ -1,22 +1,34 @@ -Summary: The skeleton package which defines a simple Red Hat Linux system. +Summary: The skeleton package which defines a simple Fedora system Name: basesystem -Version: 8.0 -Release: 5.1.1 -License: public domain +Version: 8.1 +Release: 1 +License: Public Domain Group: System Environment/Base -Prereq: setup filesystem -BuildRoot: /var/tmp/basesystem-root -BuildArchitectures: noarch +Requires(Pre): setup filesystem +BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) +BuildArch: noarch %description -Basesystem defines the components of a basic Red Hat Linux system (for +Basesystem defines the components of a basic Fedora system (for example, the package installation order to use during bootstrapping). -Basesystem should be the first package installed on a system, and it +Basesystem should be in every installation of a system, and it should never be removed. +%prep + +%build + +%install + +%clean + %files +%defattr(-,root,root,-) %changelog +* Fri Mar 02 2007 Phil Knirsch - 8.1-1 +- Cleanup per package review (#225608) + * Wed Jul 12 2006 Jesse Keating - 8.0-5.1.1 - rebuild