Description of Problem: SRPM packet squid-2.4.STABLE7-4.src.rpm cannot be rebuilded. (I for some reason need --disable-internal-dns) It requires sgml-tools but that packet is nowhere to be found (meaning in RedHat repository) and according to web page, development is abandoned. Additional Information: This fixes it at least temporarily -> --- squid.spec.orig 2002-11-22 10:08:30.000000000 +0100 +++ squid.spec 2002-11-21 11:22:20.000000000 +0100 @@ -18,7 +18,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root Prereq: /sbin/chkconfig logrotate shadow-utils Requires: bash >= 2.0 -BuildPrereq: openjade sgml-tools openldap-devel pam-devel +#BuildPrereq: openjade sgml-tools openldap-devel pam-devel +BuildPrereq: openjade openldap-devel pam-devel Obsoletes: squid-novm %description @@ -66,10 +67,10 @@ make -f makefile -mkdir faq -cp $RPM_SOURCE_DIR/FAQ.sgml faq -cd faq -sgml2html FAQ.sgml +#mkdir faq +#cp $RPM_SOURCE_DIR/FAQ.sgml faq +#cd faq +#sgml2html FAQ.sgml #cd .. #cd auth_modules
linuxdoc-tools provides sgml-tools.
Heh, ok, then this is proper patch -> --- squid.spec.orig 2002-11-22 10:08:30.000000000 +0100 +++ squid.spec 2002-11-22 18:59:21.000000000 +0100 @@ -18,7 +18,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root Prereq: /sbin/chkconfig logrotate shadow-utils Requires: bash >= 2.0 -BuildPrereq: openjade sgml-tools openldap-devel pam-devel +BuildPrereq: openjade linuxdoc-tools openldap-devel pam-devel Obsoletes: squid-novm %description