Author: glen Date: Sun May 18 16:57:31 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - amd64 build fix
---- Files affected: SPECS: unionfs.spec (1.35 -> 1.36) ---- Diffs: ================================================================ Index: SPECS/unionfs.spec diff -u SPECS/unionfs.spec:1.35 SPECS/unionfs.spec:1.36 --- SPECS/unionfs.spec:1.35 Sun May 18 18:22:42 2008 +++ SPECS/unionfs.spec Sun May 18 18:57:26 2008 @@ -10,6 +10,7 @@ Source0: ftp://ftp.fsl.cs.sunysb.edu/pub/unionfs/unionfs-utils-0.x/%{name}_utils-%{version}.tar.gz # Source0-md5: c88ba424a7eb196ac930ee41ef3b6f43 URL: http://www.filesystems.org/project-unionfs.html +BuildRequires: automake BuildRequires: libuuid-devel # NB: tools do not require -libs BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -70,6 +71,7 @@ %setup -q -n %{name}_utils-%{version} %build +cp -f /usr/share/automake/config.sub . %configure %{__make} @@ -114,6 +116,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.36 2008-05-18 16:57:26 glen +- amd64 build fix + Revision 1.35 2008-05-18 16:22:42 glen - unionfs tools v0.2.1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/unionfs.spec?r1=1.35&r2=1.36&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
