diff options
Diffstat (limited to 'anaconda.spec.in')
-rw-r--r-- | anaconda.spec.in | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/anaconda.spec.in b/anaconda.spec.in index a040dcc61..91a71264c 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -12,7 +12,19 @@ Requires: rpm-python BuildRoot: /var/tmp/anaconda-%{PACKAGE_VERSION} %description -The anaconda package contains the Red Hat Linux installer. +The anaconda package contains portions of the Red Hat Linux installer which +may be run be the user for reconfiguration and advanced installation +options. + +%package runtime +Summary: Portions of the Red Hat Linux installer only needed for fresh installations. +Group: Applications/System + +%description +The anaconda-runtime package contains parts of the Red Hat Linux install +which are needed for installing new systems. It is used to build Red Hat +Linux media sets, but the files it contains are not meant for us on +already installed systems. %prep @@ -23,7 +35,7 @@ make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" %install rm -rf $RPM_BUILD_ROOT -make RECFGDESTDIR=$RPM_BUILD_ROOT install-reconfig +make RECFGDESTDIR=$RPM_BUILD_ROOT install #strip $RPM_BUILD_ROOT/usr/sbin/ddcprobe strip $RPM_BUILD_ROOT/usr/lib/anaconda/*.so @@ -43,13 +55,16 @@ fi %defattr(-,root,root) %doc COPYING /usr/sbin/anaconda -#/usr/sbin/ddcprobe +/usr/sbin/ddcprobe /usr/share/anaconda/* /usr/share/locale/*/*/* /usr/lib/anaconda/* %config /etc/rc.d/init.d/reconfig +%files runtime +/usr/lib/anaconda-runtime + %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog |