Mailinglist Archive: opensuse-commit (857 mails)
| < Previous | Next > |
commit nfs-utils
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 12 Nov 2007 21:56:23 +0100
- Message-id: <20071112205623.D7D52678339@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package nfs-utils
checked in at Mon Nov 12 21:56:23 CET 2007.
--------
--- nfs-utils/nfs-utils.changes 2007-09-14 12:22:48.000000000 +0200
+++ /mounts/work_src_done/STABLE/nfs-utils/nfs-utils.changes 2007-11-12
12:58:57.291287000 +0100
@@ -1,0 +2,6 @@
+Mon Nov 12 12:58:01 CET 2007 - ro@xxxxxxx
+
+- use navigation icons from latex2html in nfs-utils-doc package
+ (#116355)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ nfs-utils.spec ++++++
--- /var/tmp/diff_new_pack.w12704/_old 2007-11-12 21:56:03.000000000 +0100
+++ /var/tmp/diff_new_pack.w12704/_new 2007-11-12 21:56:03.000000000 +0100
@@ -15,7 +15,7 @@
Url: http://nfs.sourceforge.net
Summary: Support Utilities for Kernel nfsd
Version: 1.1.0
-Release: 7
+Release: 8
Group: Productivity/Networking/NFS
License: GPL v2 or later
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -87,6 +87,7 @@
Group: Productivity/Networking/NFS
Summary: Support Utilities for NFS
Obsoletes: nfs-utils < 1.1.0
+Requires: latex2html-pngicons
%description -n nfs-doc
This package contains additional NFS documentation.
@@ -115,6 +116,14 @@
--enable-mount \
--with-krb5=/usr/lib/mit
make
+cd nfs
+for i in *.html ; do
+sed -i \
+ -e
"s@/usr/lib/latex2html/icons.png/next_motif.png@/usr/share/latex2html/icons/next.png@"
\
+ -e
"s@/usr/lib/latex2html/icons.png/up_motif_gr.png@/usr/share/latex2html/icons/up.png@"
\
+ -e
"s@/usr/lib/latex2html/icons.png/previous_motif_gr.png@/usr/share/latex2html/icons/prev.png@"
\
+ $i
+done
%install
make install DESTDIR=$RPM_BUILD_ROOT
@@ -230,8 +239,10 @@
%files -n nfs-doc
%defattr(-,root,root)
%doc nfs/*.html nfs/*.ps linux-nfs/* README.NFSv4
-
%changelog
+* Mon Nov 12 2007 - ro@xxxxxxx
+- use navigation icons from latex2html in nfs-utils-doc package
+ (#116355)
* Fri Sep 14 2007 - ro@xxxxxxx
- use "--no-nfs-version 4" for nfsd and mountd if
NFS4_SUPPORT is set to "no" (#308661)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |