sysconfig (0.0.13ubuntu5) eoan; urgency=medium

  * Generate less harmless warnings on install.

 -- Dimitri John Ledkov <xnox@ubuntu.com>  Mon, 09 Sep 2019 13:04:30 +0100

sysconfig (0.0.13ubuntu4) xenial; urgency=medium

  * Clean obsolete directories without failing.

 -- Dimitri John Ledkov <xnox@ubuntu.com>  Wed, 13 Apr 2016 17:58:33 +0100

sysconfig (0.0.13ubuntu3) xenial; urgency=medium

  * Drop all of hwup/hwdown scripts and logic, migrate to chzdev configs
    from s390-tools package. LP: #1560545

    In general, this means that we will stop forking a full bash and
    processing loads of bash scripts to activate every CCW device. Instead
    chzdev is used to generate minimalistic udev rules, that use udev
    builtin functionality only. These generated udev rules, are stored in
    /etc/udev/rules.d and copied into initramfs. Thus all required CCW
    devices are activated race-free, and faster than before.

  * Remaining components are update-initramfs tools hook to activate
    devices passed on kernel command line, and to ship the newly used
    chzdev/lszdev tools for recovery.

 -- Dimitri John Ledkov <xnox@ubuntu.com>  Fri, 08 Apr 2016 16:58:37 +0100

sysconfig (0.0.13ubuntu2) xenial; urgency=medium

  * Drop deprecated WAIT_FOR_SYSFS key from udev rules, as it is not
    supported by recent udevd anymore.

 -- Dimitri John Ledkov <xnox@ubuntu.com>  Fri, 08 Apr 2016 10:42:20 +0100

sysconfig (0.0.13ubuntu1) xenial; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - Drop preinst -> this is a new package on ubuntu, so no migrations are
      necessory.
    - Drop postinst, as no upgrade logic is needed and use trigger for
      update-initramfs.
    - Simplify debian/rules to simply use dh
    - Bump compat to 9
    - Use .install & .dirs files to do all installations, if this package
      ever gains per-arch differences, .install.s390x can be then used etc.
    - Bump standards version.
    - Use source format version 3 (native).

 -- Dimitri John Ledkov <xnox@ubuntu.com>  Mon, 07 Mar 2016 12:19:25 +0000

sysconfig (0.0.13) unstable; urgency=medium

  [ Raphael Philipe Mendes da Silva ]
  * Fix INTERFACE_NAME to actually rename the network interface with
    current udev. (Closes: #815819)

 -- Philipp Kern <pkern@debian.org>  Sat, 27 Feb 2016 15:58:58 +0100

sysconfig (0.0.12ubuntu1) xenial; urgency=medium

  * Drop preinst -> this is a new package on ubuntu, so no migrations are
    necessory.
  * Drop postinst, as no upgrade logic is needed and use trigger for
    update-initramfs.
  * Simplify debian/rules to simply use dh
  * Bump compat to 9
  * Use .install & .dirs files to do all installations, if this package
    ever gains per-arch differences, .install.s390x can be then used etc.
  * Bump standards version.
  * Use source format version 3 (native).

 -- Dimitri John Ledkov <xnox@ubuntu.com>  Thu, 25 Feb 2016 12:04:15 +0000

sysconfig (0.0.12) unstable; urgency=medium

  * Deal with qeth being built-in instead of being a module.
    (Closes: #813098)

 -- Philipp Kern <pkern@debian.org>  Sun, 07 Feb 2016 00:58:34 +0100

sysconfig (0.0.11) unstable; urgency=medium

  * Change maintainer to Debian S/390 Team.
  * Fix DASD options to be set before the device is set online.
    Thanks to Stephen Powell for the patch. (Closes: #801912)

 -- Philipp Kern <pkern@debian.org>  Sun, 25 Oct 2015 15:37:48 +0100

sysconfig (0.0.10+nmu4) unstable; urgency=medium

  * Copy all hardware scripts to the initrd instead of just a selection.
    (Closes: #621080)

 -- Philipp Kern <pkern@debian.org>  Sun, 11 Oct 2015 21:22:51 +0200

sysconfig (0.0.10+nmu3) unstable; urgency=medium

  * Porter NMU.
  * Fix another instance of 3390 vs. 3380. (Closes: #620126)
  * Include a hook script that brings up the configured DASDs from
    within the initramfs. This allows booting with root on LVM
    and allows more DASD settings to be applied early on.
    Thanks to Stephen Powell for the patch. (Closes: #621080)

 -- Philipp Kern <pkern@debian.org>  Sun, 06 Sep 2015 21:41:05 +0200

sysconfig (0.0.10+nmu2) unstable; urgency=medium

  * Porter NMU.
  * Only run hwup from udev if devices are added. (Closes: #620095)
    Thanks to Stephen Powell for the hint.
  * 3880 storage control units support 3370 (FBA) and 3380 (CKD)
    devices. The latter had been mistyped as 3390. (Closes: #620126)
    Thanks to Stephen Powell for getting the kernel developers
    to fix this in the kernel back in 2011.
  * Allow to specify DASD_USE_DIAG=(0/1) and DASD_READONLY=(0/1) in
    DASD configuration files. (Closes: #620205)
  * Fix a few syntax disobediences. Thanks to Stephen Powell for the
    patch. (Closes: #795954)

 -- Philipp Kern <pkern@debian.org>  Sun, 06 Sep 2015 09:27:57 +0200

sysconfig (0.0.10+nmu1) unstable; urgency=low

  * Porter NMU.
  * Enable this port-specific package for the related port s390x.
    (Closes: #638368)

 -- Philipp Kern <pkern@debian.org>  Sat, 29 Oct 2011 14:10:30 +0200

sysconfig (0.0.10) unstable; urgency=medium

  * Move udev rules files.
  * Fix path-less source of script files. (closes: #600135)

 -- Bastian Blank <waldi@debian.org>  Sat, 30 Oct 2010 17:10:09 +0200

sysconfig (0.0.9+nmu2) unstable; urgency=low

  * Non-maintainer upload.
  * Allow for driver name change in sysfs for CTC network devices in Linux
    kernel 2.6.33. Closes: #566632.
  * Correct variable use in hwup-ccw-group script. Closes: #566635.
  * Also set buffer and protocol options both for the (old) ctc module and
    the (current) ctcm modules. Closes: #566629.

 -- Frans Pop <fjp@debian.org>  Thu, 29 Apr 2010 10:50:24 +0200

sysconfig (0.0.9+nmu1) unstable; urgency=medium

  * Non-maintainer upload.
  * Use bash as shell for hwup and hwdown. Closes: #523178.
  * udev-net: quote variable to avoid syntax errors if it's empty.
    Closes: #523178.
  * Increase debhelper compatibility to 5.

 -- Frans Pop <fjp@debian.org>  Wed, 02 Dec 2009 02:00:15 +0100

sysconfig (0.0.9) unstable; urgency=low

  * Don't use the deprecated PHYSDEVPATH interface.
  * Use $kernel instead of $id expansion.

 -- Bastian Blank <waldi@debian.org>  Thu, 09 Apr 2009 09:11:04 +0200

sysconfig (0.0.8) unstable; urgency=low

  * Split udev rules file. One part needs to run before the persistent rules,
    one part after the driver loading.

 -- Bastian Blank <waldi@debian.org>  Fri, 12 Sep 2008 13:44:43 +0200

sysconfig (0.0.7) unstable; urgency=medium

  * Move udev rules file. It provides more specific interface names than the
    udev provided rules.

 -- Bastian Blank <waldi@debian.org>  Fri, 12 Sep 2008 12:31:51 +0200

sysconfig (0.0.6) unstable; urgency=medium

  * Ignore not support qeth options. Needed for 2.6.26.
  * Fix udev rules file.
  * Remove ifupdown mapping.
  * Support ctcm for ctc devices. Needed for 2.6.25.
  * Recreate initramfs if possible.

 -- Bastian Blank <waldi@debian.org>  Fri, 04 Jul 2008 15:44:33 +0200

sysconfig (0.0.5) unstable; urgency=medium

  * Removed unused options code.
  * Fix detection of fba dasds.

 -- Bastian Blank <waldi@debian.org>  Mon, 12 Mar 2007 17:52:41 +0100

sysconfig (0.0.4) unstable; urgency=low

  * Support options for ctc and qeth devices.
  * Support network interface renaming.

 -- Bastian Blank <waldi@debian.org>  Thu, 22 Jun 2006 10:23:25 +0200

sysconfig (0.0.3) unstable; urgency=low

  * Load ccwgroup modules if necessary.
  * Fix udev rules.

 -- Bastian Blank <waldi@debian.org>  Sat, 29 Apr 2006 23:37:45 +0200

sysconfig (0.0.2) unstable; urgency=low

  * Add initramfs-tools script.

 -- Bastian Blank <waldi@debian.org>  Thu, 30 Mar 2006 13:25:34 +0200

sysconfig (0.0.1) unstable; urgency=low

  * Initial release,

 -- Bastian Blank <waldi@debian.org>  Mon, 30 Jan 2006 20:02:25 +0100

