Packages changed:
  aaa_base (84.87+git20180130.ae1f262 -> 84.87+git20180205.2d2832f)
  automake
  cppunit
  filesystem
  issue-generator (1.3 -> 1.4)
  libkate
  python-rpm (4.14.0 -> 4.14.1)
  python-setuptools (38.4.1 -> 38.5.1)
  rpm (4.14.0 -> 4.14.1)
  systemd-presets-branding-openSUSE
  v4l-utils (1.12.5 -> 1.14.1)

=== Details ===

==== aaa_base ====
Version update (84.87+git20180130.ae1f262 -> 84.87+git20180205.2d2832f)
Subpackages: aaa_base-extras

- Update to version 84.87+git20180205.2d2832f:
  * Move /lib/aaa_base/convert_sysctl to /usr/lib/base-scripts/convert_sysctl
    to cleanup filesystem.
  * Don't create /etc/init.d/{boot.local,after.local,halt.local} in
    aaa_base.pre section.
  * Remove dead code from pre/post install sections.
- Add /var/adm/backup subdirectories to aaa_base-extras, they are
  only needed by this package.
- Update to version 84.87+git20180204.875cba8:
  * Move sysconfig.backup into extra subpackage, where all the
    scripts using it are, too.
  * Create systemd timer for the cron.daily scripts for backup-rpmdb,
    backup-sysconfig and check-battery. Move scripts to
    /usr/lib/base-scripts.
  * Remove suse.de-cron-local. If somebody really still has a
    /root/cron.daily.local file, he can move it to /etc/cron.daily.
  * Don't modify data in root's home directory
  * Don't create userdel.local, this isn't in use since many years

==== automake ====

- Avoid bashisms in test-driver:
  * 0001-correct-parameter-parsing-in-test-driver-script.patch
  Use test's = operator instead of ==; use '[' instead of '[['.
  This avoids 'make check' failures of distribution tarballs (built on
  openSUSE) on platforms not supporting bashisms, e.g. NetBSD-7.1.

==== cppunit ====
Subpackages: cppunit-devel libcppunit-1_14-0

- Fix RPM group of shlib subpackage.
- Fix description bsc#1079783

==== filesystem ====

- Adjust aaa_base test for latest aaa_base changes
- Remove /var/adm/fillup-templates, already prohibited by rpmlint
- Remove /var/adm/backup/{rpmdb,sysconfig}, they belong to
  aaa_base-extras only.

==== issue-generator ====
Version update (1.3 -> 1.4)

- Update to version 1.4
  - check if agetty is available
  - adjust to changed ssh-keygen output

==== libkate ====
Subpackages: libkate1 liboggkate1

- Allow Leap:42.3 to build by defining %python2_sitearch to
  python_sitearch.
- Use %license on license file.
- Mention baselibs.conf
- Make python2 dependency conditional bsc#1076407
- Remove few path based requires/etc
- Conflict properly with older libkate in order to allow migration
  and not clash with liboggkate1 library

==== python-rpm ====
Version update (4.14.0 -> 4.14.1)
Subpackages: python2-rpm python3-rpm

- update to rpm-4.14.1

==== python-setuptools ====
Version update (38.4.1 -> 38.5.1)
Subpackages: python2-setuptools python3-setuptools

- update to version 38.5.1:
  * #1271: Revert to Cython legacy build_ext behavior for
    compatibility.
- changes from version 38.5.0:
  * #1229: Expand imports in build_ext to refine detection of Cython
    availability.
  * #1270: When Cython is available, build_ext now uses the
    new_build_ext.

==== rpm ====
Version update (4.14.0 -> 4.14.1)
Subpackages: rpm-build rpm-devel

- Update %remove_and_set: This macro needs no fallback to
  /var/adm/fillup-templates, as it does not work on files provided
  by the packages, but rather constructs temporary files inside
  fillup_dir.
- remove shebang from python-macro-helper
- update to rpm-4.14.1
  * Fix arbitrary code execution when evaluating common
    python-related macros
  * new artifact file marker
  * less strict signature header verification [bnc#1078284]
- dropped patches:
  * bigarchive.diff
  * editdwarf.diff
  * hardlink.diff
  * rofs.diff
  * transfiletriggerpostun.diff

==== systemd-presets-branding-openSUSE ====

- Enable backup-rpmdb.timer, backup-sysconfig.timer and
  check-battery.timer, previously cron.daily jobs.

==== v4l-utils ====
Version update (1.12.5 -> 1.14.1)
Subpackages: libv4l libv4l-devel libv4l1-0 libv4l2-0 libv4l2rds0 libv4lconvert0

- Update to version 1.14.1:
  * Lot of changes, see ChangeLog for details.