summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--anaconda-reconfig.spec.in10
2 files changed, 8 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 2d676dfcd..9d7b50950 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ BUILDONLYSUBDIRS = pump
ifeq (i386, $(ARCH))
SUBDIRS += ddcprobe
-SUBDIRSRECFG += ddcprobe
+#SUBDIRSRECFG += ddcprobe
endif
diff --git a/anaconda-reconfig.spec.in b/anaconda-reconfig.spec.in
index fe1312f19..b50c5a070 100644
--- a/anaconda-reconfig.spec.in
+++ b/anaconda-reconfig.spec.in
@@ -1,6 +1,6 @@
Name: anaconda-reconfig
Version: @@VERSION@@
-Release: 1
+Release: 2
Copyright: GPL
Summary: The Red Hat Linux first time booting configuration tool.
Group: Applications/System
@@ -25,7 +25,7 @@ make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
%install
rm -rf $RPM_BUILD_ROOT
make RECFGDESTDIR=$RPM_BUILD_ROOT install-reconfig
-strip $RPM_BUILD_ROOT/usr/sbin/ddcprobe
+#strip $RPM_BUILD_ROOT/usr/sbin/ddcprobe
%clean
rm -rf $RPM_BUILD_ROOT
@@ -42,7 +42,7 @@ fi
%defattr(-,root,root)
%doc COPYING
/usr/sbin/anaconda-reconfig
-/usr/sbin/ddcprobe
+#/usr/sbin/ddcprobe
/usr/share/anaconda/*
/usr/share/locale/*/*/*
/usr/lib/anaconda/*
@@ -51,6 +51,10 @@ fi
%changelog
+
+* Fri Dec 03 1999 Michael Fulbright <drmike@redhat.com>
+- remove ddcprobe since we don't do X configuration in reconfig now
+
* Tue Nov 30 1999 Michael Fulbright <drmike@redhat.com>
- first try at packaging reconfiguration tool