Revisions of udisks2

buildservice-autocommit accepted request 1117504 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 104)
baserev update by copy to link target
Bjørn Lie's avatar Bjørn Lie (iznogood) accepted request 1117492 from Thomas Blume's avatar Thomas Blume (tsaupe) (revision 103)
fix mount failure on ntfs formatted usb disks (bsc#1216055)
buildservice-autocommit accepted request 1111372 from Luciano Santos's avatar Luciano Santos (luc14n0) (revision 102)
baserev update by copy to link target
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) accepted request 1108173 from Luciano Santos's avatar Luciano Santos (luc14n0) (revision 101)
Obsolete libudisks2-0_bcache and libudisks2-0_zram  dropped modules. And drop %{?systemd_requires} unnecessary macro.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) accepted request 1105520 from Luciano Santos's avatar Luciano Santos (luc14n0) (revision 100)
Version update: 2.9.4 -> 2.10.0
buildservice-autocommit accepted request 1040240 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 99)
baserev update by copy to link target
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) accepted request 1040213 from Thomas Blume's avatar Thomas Blume (tsaupe) (revision 98)
avoid wakening spun-down disks on unrelated events (bsc#1120608)
buildservice-autocommit accepted request 1036406 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 97)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1036394 from Thomas Blume's avatar Thomas Blume (tsaupe) (revision 96)
fix crash during shutdown (bsc#1205371)
buildservice-autocommit accepted request 981450 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 95)
baserev update by copy to link target
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) accepted request 978242 from Johannes Segitz's avatar Johannes Segitz (jsegitz) (revision 94)
- Added hardening to systemd service(s) (bsc#1181400). Added patch(es):
  * harden_udisks2-zram-setup@.service.patch
  * harden_udisks2.service.patch
Bjørn Lie's avatar Bjørn Lie (iznogood) accepted request 955280 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 93)
- Drop gtk-doc BuildRequires, and pass disable-gtk-doc to
  configure, the included gtk-docs are fine, we do not need to
  build them ourselves.
Bjørn Lie's avatar Bjørn Lie (iznogood) accepted request 949433 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 92)
- Stop packaging libudisks_vdo standalone module, it is deprecated.
  Do this via passing explicit disable-vdo to configure and
  dropping libblockdev-vdo-devel BuildRequires. Add a
  libudisks2_0_vdo Obsoletes to ease updates.
- No longer remove upstream config files, we want to be able to
  load modules on demand. Note that we move an example file to docs
  to keep sysconfdir clean of non-conf files.
- Add a default_luks_encryption define, and set it to luks2, sed
  this macro into source, future versions of udisks will not need
  this, as upstream moves to luks2 by default.
- Ghost a dir/file created by us.
- Split out API docs into separate docs sub-package.
Bjørn Lie's avatar Bjørn Lie (iznogood) accepted request 935284 from Luciano Santos's avatar Luciano Santos (luc14n0) (revision 91)
Update to version 2.9.4.
buildservice-autocommit accepted request 872519 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 90)
baserev update by copy to link target
Bjørn Lie's avatar Bjørn Lie (iznogood) accepted request 871305 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 89)
- update to 2.9.2:
  * udiskslinuxblock: Survive a missing /etc/crypttab
  * lvm2: Fix leaking BDLVMVDOPooldata
  * tests: Test modules that are actually enabled during build
  * build: Exclude VDO module from distcheck build
  * udisksfstabentry: Add udisks_fstab_entry_has_opt()
  * udiskslinuxblock: Reflect fstab "noauto" mount option in HintAuto
  * udiskslinuxblock: Update hints after fstab change
  * tests: Add tests for Block hints
  * udiskslinuxfilesystemhelpers: Make TakeOwnership() race free
  * tests: Extend filesystem test_take_ownership tests with symlinks
  * mount options: Allow 'nosymfollow' mount option for unprivileged mounts
  * udisksstate: Silence the block device busy messages on cleanup lock
  * udev: Distinguish mmcblk-class device types
  * udev: Propagate mmcblk disk attributes to mmcblk_boot devices
  * udiskslinuxdrive: Tweak the 'removable'/'ejectable' hints for mmcblk-class devices
  * udiskslinuxblock: Tweak the hints for mmcblk-class devices
  * udisksdaemonutil: Refactor udisks_daemon_util_trigger_uevent() out of UDisksLinuxBlockObject
  * udiskslinuxmanager: Trigger uevent after loop device setup
  * tests: Remove scsi_debug serial number checks
  * tests: Skip zram tests if zram module is already loaded
  * treewide: Fix typos
  * AUTHORS: Add tbzatek as the maintainer
  * tests: Do not use nilfs2 as an example of non-resizable FS
  * Memory leak fixes
  * doc: Update config file path
- drop udisks2-Fix-memory-leaks.patch, udisks2-lvm2-Fix-leaking-BDLVMVDOPooldata.patch (upstream)
buildservice-autocommit accepted request 857841 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 88)
baserev update by copy to link target
Bjørn Lie's avatar Bjørn Lie (iznogood) accepted request 857003 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 87)
Add upstream patches
buildservice-autocommit accepted request 846944 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 86)
baserev update by copy to link target
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) accepted request 832602 from Milan Savić's avatar Milan Savić (milsav92) (revision 85)
- Update to version 2.9.1:
  + This is mostly a bugfix release, notable changes include:
    - active modules are now tracked in a daemon state file and 
      are automatically reloaded on next startup in case of 
      previous unclean daemon shutdown
    - further improvements in object property updates while 
      handling method calls
    - zram module fixes:
      + compatibility improvements with existing zram generators 
        and toolkits
      + the zram-setup@.service systemd unit has been renamed to 
        udisks2-zram-setup@.service
      + related udev rules have been separated into 
        90-udisks2-zram.rules
      + the zram.conf.d path is now configurable and defaults to 
        /usr/lib/zram.conf.d
- Update to version 2.9.0:
  + This 2.9.0 release brings many changes to the daemon core, 
    internal modularity and the libudisks2 library. 
    No public API has been removed, there is a couple of 
    deprecations however.
  + There's a major change in how and when D-Bus object properties 
    are updated. As a general rule when a method call returns 
    affected objects should now have their properties updated by 
    that moment. This is an ongoing task and while majority of the 
    daemon API has been covered, there are pending issues in some 
    of the modules.
  + Configurable mount options is a new big feature for this 
    release, allowing sysadmins to re-define default mount options 
    for each filesystem type. Extensive documentation is available 
    at http://storaged.org/doc/udisks2-api/latest/mount_options.html
  + Internal module API has been reworked, modules should now be 
    enabled separately via the new EnableModule() call that also 
    reports initialization failures. 
    The old org.freedesktop.UDisks2.Manager.EnableModules() call 
    has been deprecated.
  + Additional feature highlights:
    - building the daemon can now be disabled via configure switch, 
      only libudisks2 will be built
    - removed the systemd mount cleanup service, mount state is now 
      tracked separately for persistent and non-persistent mount 
      points and cleanup of lingering persistent mount points is 
      performed on daemon startup (e.g. on system boot)
    - new LVM-VDO integration, deprecated the standalone VDO module
    - added support for (un)locking BitLocker devices
    - libudisks2 now includes generated GDBus code for compiled-in 
      modules, separate pkg-config files are provided as well
Displaying revisions 1 - 20 of 104
openSUSE Build Service is sponsored by