Răsfoiți Sursa

(Requires): Add libxml2 and libxslt dependency on
the package.

svn path=/trunk/mono/; revision=15143

Duncan Mak 22 ani în urmă
părinte
comite
63e8dbfc22
2 a modificat fișierele cu 6 adăugiri și 1 ștergeri
  1. 5 0
      ChangeLog
  2. 1 1
      mono.spec.in

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2003-06-05  Duncan Mak  <[email protected]>
+
+	* mono.spec.in (Requires): Add libxml2 and libxslt dependency on
+	the package.
+
 2003-05-19  Dick Porter  <[email protected]>
 
 	* configure.in: Netbsd build fix by [email protected].

+ 1 - 1
mono.spec.in

@@ -8,7 +8,7 @@ Group: System Environment/Base
 Source0: http://go-mono.com/archive/mono-0.14.tar.gz
 URL: http://go-mono.com/
 BuildRoot: %{_tmppath}/%{name}-root
-Requires: /sbin/ldconfig
+Requires: /sbin/ldconfig, libxml2, libxslt
 BuildRequires: libgc-devel
 BuildRequires: bison
 Packager: Miguel de Icaza <[email protected]>