[Pkg-xen-devel] Bug#673743: xen-api: smbfs does not exist any more, move to cifs-utils
Martin Pitt
martin.pitt at ubuntu.com
Mon May 21 07:12:38 UTC 2012
Package: xcp-xapi
Severity: important
Version: 1.3.2-5
Tags: patch
User: ubuntu-devel at lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch quantal
Hello,
the "smbfs" package has been deprecated for years, and finally removed
last week:
cifs-utils (2:5.4-1) unstable; urgency=low
* New upstream release (Closes: #669327).
- Version build dep on libwbclient-dev for wbclient.pc file
- Add 01_use_rc.patch to fix building.
- Add 02_add_D_FORTIFY_SOURCE.patch to fix building.
* Drop smbfs binary package (Closes: #620847).
-- Luk Claes <luk at debian.org> Sun, 13 May 2012 18:39:07 +0200
Please update your package to move to cifs-utils. Patch attached.
Thanks for considering,
Martin
--
Martin Pitt | http://www.piware.de
Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org)
-------------- next part --------------
diff -Nru xen-api-1.3.2/debian/changelog xen-api-1.3.2/debian/changelog
--- xen-api-1.3.2/debian/changelog 2012-04-14 22:23:03.000000000 +0200
+++ xen-api-1.3.2/debian/changelog 2012-05-21 09:09:32.000000000 +0200
@@ -1,3 +1,10 @@
+xen-api (1.3.2-5ubuntu1) quantal; urgency=low
+
+ * debian/control, debian/README.Debian: Move from smbfs (which is not built
+ any more) to cifs-utils.
+
+ -- Martin Pitt <martin.pitt at ubuntu.com> Mon, 21 May 2012 09:09:11 +0200
+
xen-api (1.3.2-5) unstable; urgency=low
* Debconf templates and debian/control reviewed by the debian-l10n-
diff -Nru xen-api-1.3.2/debian/control xen-api-1.3.2/debian/control
--- xen-api-1.3.2/debian/control 2012-04-14 22:23:03.000000000 +0200
+++ xen-api-1.3.2/debian/control 2012-05-21 09:08:26.000000000 +0200
@@ -12,7 +12,7 @@
Package: xcp-xapi
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, lsb-base, pciutils, python-xenapi (= ${source:Version}), xcp-squeezed, xcp-v6d, xcp-fe, xcp-storage-managers, xen-hypervisor-4.1-amd64 | xen-hypervisor-4.1-i386 | xen-hypervisor-4.1, xen-utils-4.1, stunnel, hwdata, xcp-eliloader, xcp-xe, xcp-networkd
-Recommends: xcp-vncterm, xcp-guest-templates, smbfs
+Recommends: xcp-vncterm, xcp-guest-templates, cifs-utils
Provides: xcp
Description: Xen Cloud Platform - XenAPI server
The Xen Cloud Platform (XCP) is a server virtualization and cloud
diff -Nru xen-api-1.3.2/debian/README.Debian xen-api-1.3.2/debian/README.Debian
--- xen-api-1.3.2/debian/README.Debian 2012-04-14 22:23:03.000000000 +0200
+++ xen-api-1.3.2/debian/README.Debian 2012-05-21 09:09:08.000000000 +0200
@@ -73,7 +73,7 @@
install Debian guests without using an iso SR. Anyway, for Samba, you will need
to do:
-apt-get install smbfs
+apt-get install cifs-utils
The following samba config will serve these images in the folder /iso-images:
@@ -205,7 +205,7 @@
should export them through NFS or a samba share, then do as below for
samba:
-/usr/lib/xcp/bin/xe-mount-iso-sr //12.23.34.45/isoimg -t smbfs
+/usr/lib/xcp/bin/xe-mount-iso-sr //12.23.34.45/isoimg -t cifs
"isoimg" is of course here the name of the share Samba share (nothing unusual,
right?).
@@ -220,10 +220,10 @@
caching, so it may take few seconds until "xe cd-list" shows the iso that you
may have dropped in this share.
-Note that neither smbfs nor nfs-common are hard dependencies, so you may
+Note that neither cifs-utils nor nfs-common are hard dependencies, so you may
need to apt-get install these packages manually:
-apt-get install smbfs
+apt-get install cifs-utils
or
apt-get install nfs-common
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20120521/0a0e514f/attachment.pgp>
More information about the Pkg-xen-devel
mailing list