From: Sam Hartman Date: Sun, 20 Oct 2002 19:20:54 +0000 (+0000) Subject: Document changes and enable s390 modules X-Git-Tag: debian/1.2.7-2 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=f3180e73718c14f55af968b466d79346e0b08fd2;p=packages%2Fo%2Fopenafs.git Document changes and enable s390 modules --- diff --git a/debian/changelog b/debian/changelog index 0709bb24e..a55d610b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +openafs (1.2.7-2) unstable; urgency=low + + * Fix uss to build with bison 1.50 and 1.75 so we can throw away the + resulting binaries, Closes: #164366 + * Evaluate all limited range of comparison warnings; a warning in + rxkad_client.c remains but is harmless, other warnings pointed to + potential problems that were fixed, Closes: #162754 + * Fix s390 modules to actually build, Closes: #162772 + + -- Sam Hartman Sun, 20 Oct 2002 15:20:19 -0400 + openafs (1.2.7-1) unstable; urgency=low * Fix typo in templates, Closes: #150356fg diff --git a/debian/kern-sysname b/debian/kern-sysname index 6c51c9b31..3719dd01b 100644 --- a/debian/kern-sysname +++ b/debian/kern-sysname @@ -54,7 +54,10 @@ i[3456]86) ;; esac ;; - *) + s390) + echo s390_linux24 + ;; + *) echo ERROr: sysname not yet known exit 1