- Cleanup per package review (#225608)
This commit is contained in:
parent
2264272b9d
commit
aa67659909
@ -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 <pknirsch@redhat.com> - 8.1-1
|
||||
- Cleanup per package review (#225608)
|
||||
|
||||
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 8.0-5.1.1
|
||||
- rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user