From 3545e9a6a1b29d062b9534ac3c28b6003ee7aec1 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sat, 22 Aug 2009 11:06:14 -0700 Subject: [PATCH] Update ABI version of the OpenAFS kernel module * The openafs-modules package now provides openafs-modules3 and conflicts on pre-1.5.61 openafs-client packages since the interface between afsd and the module has changed. openafs-client now conflicts with openafs-modules2 and recommends openafs-modules3. --- debian/changelog | 4 ++++ debian/control | 4 ++-- debian/module/control.in | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index e8f6434c1..2a683b56d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,10 @@ openafs (1.5.61+dfsg-1) UNRELEASED; urgency=low restricted mode enabled for bosserver, and disconnected mode enabled for the client. Except for demand-attach, these options don't change the default behavior, just make new capabilities available. + * The openafs-modules package now provides openafs-modules3 and + conflicts on pre-1.5.61 openafs-client packages since the interface + between afsd and the module has changed. openafs-client now conflicts + with openafs-modules2 and recommends openafs-modules3. -- Russ Allbery Fri, 21 Aug 2009 22:19:03 -0700 diff --git a/debian/control b/debian/control index 689e80b44..665189720 100644 --- a/debian/control +++ b/debian/control @@ -16,9 +16,9 @@ Architecture: alpha amd64 arm armel i386 ia64 lpia powerpc ppc64 s390 s390x spar Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: lsof, openafs-modules-dkms (>= ${source:Version}) | openafs-modules-source (>= ${source:Version}) - | openafs-modules2 + | openafs-modules3 Suggests: openafs-doc, openafs-krb5 -Conflicts: arla, openafs-modules1 +Conflicts: arla, openafs-modules1, openafs-modules2 Description: AFS distributed filesystem client support AFS is a distributed filesystem allowing cross-platform sharing of files among multiple computers. Facilities are provided for access diff --git a/debian/module/control.in b/debian/module/control.in index 31c8aab3b..c7d254daa 100644 --- a/debian/module/control.in +++ b/debian/module/control.in @@ -7,8 +7,8 @@ Build-Depends: debhelper (>= 5), flex, bison Standards-Version: 3.7.2 Package: openafs-modules-=KVERS -Conflicts: openafs-client (<< 1.2.9) -Provides: openafs-modules2 +Conflicts: openafs-client (<< 1.5.61) +Provides: openafs-modules3 Architecture: any Recommends: =IMG-=KVERS Description: AFS distributed filesystem kernel module -- 2.39.5