]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Document changes and enable s390 modules debian/1.2.7-2
authorSam Hartman <hartmans@debian.org>
Sun, 20 Oct 2002 19:20:54 +0000 (19:20 +0000)
committerSam Hartman <hartmans@debian.org>
Sun, 20 Oct 2002 19:20:54 +0000 (19:20 +0000)
debian/changelog
debian/kern-sysname

index 0709bb24e9daa1dc2a337974649d8aeb7dfc9936..a55d610b07421e58b550f9876b4c26ebff660117 100644 (file)
@@ -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 <hartmans@debian.org>  Sun, 20 Oct 2002 15:20:19 -0400
+
 openafs (1.2.7-1) unstable; urgency=low
 
   * Fix typo in templates, Closes: #150356fg
index 6c51c9b3124a8f9c59357c9527f9801121ebe6ca..3719dd01b7d8c0d243aff77dbe98049609c43696 100644 (file)
@@ -54,7 +54,10 @@ i[3456]86)
                ;;
            esac
            ;;
-       *)
+    s390)
+        echo s390_linux24
+       ;;
+    *)
        echo ERROr:  sysname not yet known
        exit 1