summaryrefslogtreecommitdiffstats
path: root/anaconda.spec.in
diff options
context:
space:
mode:
Diffstat (limited to 'anaconda.spec.in')
-rw-r--r--anaconda.spec.in13
1 files changed, 3 insertions, 10 deletions
diff --git a/anaconda.spec.in b/anaconda.spec.in
index 1ed543be5..d47ea09a4 100644
--- a/anaconda.spec.in
+++ b/anaconda.spec.in
@@ -48,14 +48,6 @@ strip $RPM_BUILD_ROOT/usr/lib/anaconda/*.so
%clean
rm -rf $RPM_BUILD_ROOT
-%post
-chkconfig --add reconfig
-
-%preun
-if [ $1 = 0 ]; then
- chkconfig --del reconfig
-fi
-
%files
%defattr(-,root,root)
%doc COPYING
@@ -65,8 +57,6 @@ fi
/usr/share/locale/*/*/*
/usr/lib/anaconda
-%config /etc/rc.d/init.d/reconfig
-
%files runtime
%defattr(-,root,root)
/usr/lib/anaconda-runtime
@@ -77,6 +67,9 @@ fi
* %{date} Anaconda team <bugzilla@redhat.com>
- built new version from CVS
+* Thu Feb 07 2002 Michael Fulbright <msf@redhat.com>
+- goodbye reconfig
+
* Thu Jan 31 2002 Jeremy Katz <katzj@redhat.com>
- update the BuildRequires a bit