b28802
%global glib2_version                   2.36
b28802
%global gobject_introspection_version   1.30.0
b28802
%global polkit_version                  0.102
b28802
%global systemd_version                 208
b28802
%global libatasmart_version             0.17
b28802
%global dbus_version                    1.4.0
b28802
%global with_gtk_doc                    1
140abd
%global libblockdev_version             2.24
b28802
b28802
%define with_bcache                     1
b28802
%define with_btrfs                      1
140abd
%define with_vdo                        0
b28802
%define with_lsm                        1
b28802
%define with_zram                       1
b28802
%define with_lvmcache                   1
b28802
b28802
# valid options are 'luks1' or 'luks2'
b28802
%define default_luks_encryption         luks1
b28802
b28802
%define is_fedora                       0%{?rhel} == 0
b28802
b28802
d3c43a
# bcache and zram are not available on RHEL
d3c43a
%if (0%{?rhel})
b28802
%define with_bcache 0
d3c43a
%define with_zram 0
b28802
%endif
b28802
b28802
# btrfs is not available on RHEL > 7
b28802
%if 0%{?rhel} > 7 || %{with_btrfs} == 0
b28802
%define with_btrfs 0
b28802
%endif
b28802
b28802
# vdo is not available on Fedora
b28802
%if (0%{?fedora}) || %{with_vdo} == 0
b28802
%define with_vdo 0
b28802
%endif
b28802
b28802
# vdo is not available on i686
b28802
%ifnarch x86_64 aarch64 ppc64le s390x
b28802
%define with_vdo 0
b28802
%endif
b28802
b28802
# feature parity with existing RHEL 7 packages
b28802
%if (0%{?rhel}) && (0%{?rhel} <= 7)
b28802
%define with_lsm 0
b28802
%define with_lvmcache 0
b28802
%endif
b28802
b28802
# default to LUKS2 for RHEL > 7
b28802
%if 0%{?rhel} > 7
b28802
%define default_luks_encryption luks2
b28802
%endif
b28802
b28802
b28802
Name:    udisks2
b28802
Summary: Disk Manager
140abd
Version: 2.9.0
5a151b
Release: 13%{?dist}
b28802
License: GPLv2+
b28802
Group:   System Environment/Libraries
b28802
URL:     https://github.com/storaged-project/udisks
b28802
Source0: https://github.com/storaged-project/udisks/releases/download/udisks-%{version}/udisks-%{version}.tar.bz2
140abd
Patch0:  udisks-2.9.1-teardown-needle-match.patch
140abd
Patch1:  udisks-2.9.1-lvm_vdo-test_resize_physical-size.patch
04e847
# https://bugzilla.redhat.com/show_bug.cgi?id=1855785
04e847
Patch2:  udisks-2.9.1-drive_ata_tests.patch
5a151b
# https://bugzilla.redhat.com/show_bug.cgi?id=2120697
5a151b
Patch3:  udisks-2.10.0-block_format_ata_secure_erase.patch
5a151b
# https://bugzilla.redhat.com/show_bug.cgi?id=2135773
5a151b
Patch4:  udisks-2.10.0-iscsi-auth-info.patch
04e847
# https://bugzilla.redhat.com/show_bug.cgi?id=1845973
04e847
Patch10: udisks-2.9.1-daemon-Always-flush-interface-property-changes.patch
04e847
Patch11: udisks-2.9.1-lvm2-Always-flush-interface-property-changes.patch
04e847
Patch12: udisks-2.9.1-lsm-Always-flush-interface-property-changes.patch
04e847
Patch13: udisks-2.9.1-iscsi-Always-flush-interface-property-changes.patch
04e847
Patch14: udisks-2.9.1-zram-Always-flush-interface-property-changes.patch
04e847
Patch15: udisks-2.9.2-udisksdaemonutil-Refactor-udisks_daemon_util_trigger.patch
04e847
Patch16: udisks-2.9.2-udiskslinuxmanager-Trigger-uevent-after-loop-device-setup.patch
8ae392
# https://bugzilla.redhat.com/show_bug.cgi?id=2004422
8ae392
Patch17: udisks-2.9.4-ext-mount-options.patch
d3c43a
Patch20: udisks-2.10.0-tests-drive_ata-apm.patch
d3c43a
Patch21: udisks-2.10.0-tests-no-dev_disk-by-path.patch
d3c43a
Patch22: tests-disable-zram.patch
8ae392
# https://bugzilla.redhat.com/show_bug.cgi?id=2023880
8ae392
# https://bugzilla.redhat.com/show_bug.cgi?id=2025483
8ae392
Patch23: udisks-2.10.0-vdo_test_writeAmplificationRatio.patch
8ae392
# https://bugzilla.redhat.com/show_bug.cgi?id=1999149
8ae392
Patch24: udisks-2.10.0-udiskslinuxencrypted_GError.patch
8ae392
Patch25: udisks-2.10.0-udiskslinuxpartition_GError.patch
8ae392
Patch26: udisks-2.10.0-udiskslinuxpartitiontable_GError.patch
8ae392
Patch27: udisks-2.10.0-udiskslinuxfilesystem_GError.patch
5a151b
# https://bugzilla.redhat.com/show_bug.cgi?id=1966460
5a151b
Patch28: udisks-2.10.0-iscsi_test_05_restart_iscsid.patch
b28802
b28802
BuildRequires: glib2-devel >= %{glib2_version}
b28802
BuildRequires: gobject-introspection-devel >= %{gobject_introspection_version}
b28802
BuildRequires: libgudev1-devel >= %{systemd_version}
b28802
BuildRequires: libatasmart-devel >= %{libatasmart_version}
b28802
BuildRequires: polkit-devel >= %{polkit_version}
b28802
BuildRequires: systemd >= %{systemd_version}
b28802
BuildRequires: systemd-devel >= %{systemd_version}
b28802
BuildRequires: libacl-devel
b28802
BuildRequires: chrpath
b28802
BuildRequires: gtk-doc
b28802
BuildRequires: gettext-devel
b28802
BuildRequires: redhat-rpm-config
b28802
BuildRequires: libblockdev-devel        >= %{libblockdev_version}
b28802
BuildRequires: libblockdev-part-devel   >= %{libblockdev_version}
b28802
BuildRequires: libblockdev-loop-devel   >= %{libblockdev_version}
b28802
BuildRequires: libblockdev-swap-devel   >= %{libblockdev_version}
b28802
BuildRequires: libblockdev-mdraid-devel >= %{libblockdev_version}
b28802
BuildRequires: libblockdev-fs-devel     >= %{libblockdev_version}
b28802
BuildRequires: libblockdev-crypto-devel >= %{libblockdev_version}
b28802
BuildRequires: libmount-devel
140abd
BuildRequires: libuuid-devel
b28802
b28802
Requires: libblockdev        >= %{libblockdev_version}
b28802
Requires: libblockdev-part   >= %{libblockdev_version}
b28802
Requires: libblockdev-loop   >= %{libblockdev_version}
b28802
Requires: libblockdev-swap   >= %{libblockdev_version}
b28802
Requires: libblockdev-mdraid >= %{libblockdev_version}
b28802
Requires: libblockdev-fs     >= %{libblockdev_version}
b28802
Requires: libblockdev-crypto >= %{libblockdev_version}
b28802
b28802
# Needed for the systemd-related macros used in this file
b28802
%{?systemd_requires}
b28802
BuildRequires: systemd
b28802
b28802
# Needed to pull in the system bus daemon
b28802
Requires: dbus >= %{dbus_version}
b28802
# Needed to pull in the udev daemon
b28802
Requires: udev >= %{systemd_version}
b28802
# We need at least this version for bugfixes/features etc.
b28802
Requires: libatasmart >= %{libatasmart_version}
b28802
# For mount, umount, mkswap
b28802
Requires: util-linux
b28802
# For mkfs.ext3, mkfs.ext3, e2label
b28802
Requires: e2fsprogs
b28802
# For mkfs.xfs, xfs_admin
b28802
Requires: xfsprogs
b28802
# For mkfs.vfat
b28802
Requires: dosfstools
b28802
Requires: gdisk
b28802
# For ejecting removable disks
b28802
Requires: eject
b28802
# For utab monitor
b28802
Requires: libmount
b28802
b28802
Requires: lib%{name}%{?_isa} = %{version}-%{release}
b28802
b28802
# For mkntfs (not available on rhel or on ppc/ppc64)
b28802
%if ! 0%{?rhel}
b28802
%ifnarch ppc ppc64
b28802
Requires: ntfsprogs
b28802
%endif
b28802
%endif
b28802
b28802
# For /proc/self/mountinfo, only available in 2.6.26 or higher
b28802
Conflicts: kernel < 2.6.26
b28802
b28802
Provides:  storaged = %{version}-%{release}
b28802
Obsoletes: storaged
b28802
b28802
%description
b28802
The Udisks project provides a daemon, tools and libraries to access and
b28802
manipulate disks, storage devices and technologies.
b28802
b28802
%package -n lib%{name}
b28802
Summary: Dynamic library to access the udisksd daemon
b28802
Group: System Environment/Libraries
b28802
License: LGPLv2+
b28802
Provides:  libstoraged = %{version}-%{release}
b28802
Obsoletes: libstoraged
b28802
b28802
%description -n lib%{name}
b28802
This package contains the dynamic library, which provides
b28802
access to the udisksd daemon.
b28802
b28802
%package -n %{name}-iscsi
b28802
Summary: Module for iSCSI
b28802
Group: System Environment/Libraries
b28802
Requires: %{name}%{?_isa} = %{version}-%{release}
b28802
License: LGPLv2+
b28802
Requires: iscsi-initiator-utils
b28802
BuildRequires: iscsi-initiator-utils-devel
b28802
Provides:  storaged-iscsi = %{version}-%{release}
b28802
Obsoletes: storaged-iscsi
b28802
b28802
%description -n %{name}-iscsi
b28802
This package contains module for iSCSI configuration.
b28802
b28802
%package -n %{name}-lvm2
b28802
Summary: Module for LVM2
b28802
Group: System Environment/Libraries
b28802
Requires: %{name}%{?_isa} = %{version}-%{release}
b28802
License: LGPLv2+
b28802
Requires: lvm2
b28802
Requires: libblockdev-lvm >= %{libblockdev_version}
b28802
BuildRequires: lvm2-devel
b28802
BuildRequires: libblockdev-lvm-devel >= %{libblockdev_version}
b28802
Provides:  storaged-lvm2 = %{version}-%{release}
b28802
Obsoletes: storaged-lvm2
b28802
b28802
%description -n %{name}-lvm2
b28802
This package contains module for LVM2 configuration.
b28802
b28802
%package -n lib%{name}-devel
b28802
Summary: Development files for lib%{name}
b28802
Group: Development/Libraries
b28802
Requires: lib%{name}%{?_isa} = %{version}-%{release}
b28802
License: LGPLv2+
b28802
Provides:  libstoraged-devel = %{version}-%{release}
b28802
Obsoletes: libstoraged-devel
b28802
b28802
%description -n lib%{name}-devel
b28802
This package contains the development files for the library lib%{name}, a
b28802
dynamic library, which provides access to the udisksd daemon.
b28802
b28802
%if 0%{?with_bcache}
b28802
%package -n %{name}-bcache
b28802
Summary: Module for Bcache
b28802
Group: System Environment/Libraries
b28802
Requires: %{name}%{?_isa} = %{version}-%{release}
b28802
License: LGPLv2+
b28802
Requires: libblockdev-kbd >= %{libblockdev_version}
b28802
BuildRequires: libblockdev-kbd-devel >= %{libblockdev_version}
b28802
Provides:  storaged-bcache = %{version}-%{release}
b28802
Obsoletes: storaged-bcache
b28802
b28802
%description -n %{name}-bcache
b28802
This package contains module for Bcache configuration.
b28802
%endif
b28802
b28802
%if 0%{?with_btrfs}
b28802
%package -n %{name}-btrfs
b28802
Summary: Module for BTRFS
b28802
Group: System Environment/Libraries
b28802
Requires: %{name}%{?_isa} = %{version}-%{release}
b28802
License: LGPLv2+
b28802
Requires: libblockdev-btrfs >= %{libblockdev_version}
b28802
BuildRequires: libblockdev-btrfs-devel >= %{libblockdev_version}
b28802
Provides:  storaged-btrfs = %{version}-%{release}
b28802
Obsoletes: storaged-btrfs
b28802
b28802
%description -n %{name}-btrfs
b28802
This package contains module for BTRFS configuration.
b28802
%endif
b28802
b28802
%if 0%{?with_lsm}
b28802
%package -n %{name}-lsm
b28802
Summary: Module for LSM
b28802
Group: System Environment/Libraries
b28802
Requires: %{name}%{?_isa} = %{version}-%{release}
b28802
License: LGPLv2+
b28802
Requires: libstoragemgmt
b28802
BuildRequires: libstoragemgmt-devel
b28802
BuildRequires: libconfig-devel
b28802
Provides:  storaged-lsm = %{version}-%{release}
b28802
Obsoletes: storaged-lsm
b28802
b28802
%description -n %{name}-lsm
b28802
This package contains module for LSM configuration.
b28802
%endif
b28802
b28802
%if 0%{?with_zram}
b28802
%package -n %{name}-zram
b28802
Summary: Module for ZRAM
b28802
Group: System Environment/Libraries
b28802
Requires: %{name}%{?_isa} = %{version}-%{release}
b28802
License: LGPLv2+
b28802
Requires: libblockdev-kbd >= %{libblockdev_version}
b28802
Requires: libblockdev-swap >= %{libblockdev_version}
b28802
BuildRequires: libblockdev-kbd-devel >= %{libblockdev_version}
b28802
BuildRequires: libblockdev-swap-devel
b28802
Provides:  storaged-zram = %{version}-%{release}
b28802
Obsoletes: storaged-zram
b28802
b28802
%description -n %{name}-zram
b28802
This package contains module for ZRAM configuration.
b28802
%endif
b28802
b28802
%if 0%{?with_vdo}
b28802
%package -n %{name}-vdo
b28802
Summary: Module for VDO
b28802
Group: System Environment/Libraries
b28802
Requires: %{name}%{?_isa} = %{version}-%{release}
b28802
License: LGPLv2+
b28802
Requires: vdo
b28802
Requires: libblockdev-vdo >= %{libblockdev_version}
b28802
BuildRequires: libblockdev-vdo-devel >= %{libblockdev_version}
b28802
b28802
%description -n %{name}-vdo
b28802
This package contains module for VDO management.
b28802
%endif
b28802
b28802
%prep
b28802
%setup -q -n udisks-%{version}
b28802
%patch0 -p1
b28802
%patch1 -p1
04e847
%patch2 -p1
5a151b
%patch3 -p1
5a151b
%patch4 -p1
04e847
%patch10 -p1
04e847
%patch11 -p1
04e847
%patch12 -p1
04e847
%patch13 -p1
04e847
%patch14 -p1
04e847
%patch15 -p1
04e847
%patch16 -p1
8ae392
%patch17 -p1
d3c43a
%patch20 -p1
d3c43a
%patch21 -p1
d3c43a
%patch22 -p1
8ae392
%patch23 -p1
8ae392
%patch24 -p1
8ae392
%patch25 -p1
8ae392
%patch26 -p1
8ae392
%patch27 -p1
5a151b
%patch28 -p1
b28802
sed -i udisks/udisks2.conf.in -e "s/encryption=luks1/encryption=%{default_luks_encryption}/"
b28802
b28802
%build
b28802
autoreconf -ivf
b28802
# modules need to be explicitly enabled
b28802
%configure            \
b28802
    --sysconfdir=/etc \
b28802
%if %{with_gtk_doc}
b28802
    --enable-gtk-doc  \
b28802
%else
b28802
    --disable-gtk-doc \
b28802
%endif
b28802
%if 0%{?with_bcache}
b28802
    --enable-bcache   \
b28802
%endif
b28802
%if 0%{?with_btrfs}
b28802
    --enable-btrfs    \
b28802
%endif
b28802
%if 0%{?with_vdo}
b28802
    --enable-vdo      \
b28802
%endif
b28802
%if 0%{?with_zram}
b28802
    --enable-zram     \
b28802
%endif
b28802
%if 0%{?with_lsm}
b28802
    --enable-lsm      \
b28802
%endif
b28802
%if 0%{?with_lvmcache}
b28802
    --enable-lvmcache \
b28802
%endif
b28802
    --enable-lvm2     \
b28802
    --enable-iscsi
b28802
make %{?_smp_mflags}
b28802
b28802
%install
b28802
make install DESTDIR=%{buildroot}
b28802
%if %{with_gtk_doc} == 0
b28802
rm -fr %{buildroot}/%{_datadir}/gtk-doc/html/udisks2
b28802
%endif
b28802
b28802
find %{buildroot} -name \*.la -o -name \*.a | xargs rm
b28802
b28802
chrpath --delete %{buildroot}/%{_sbindir}/umount.udisks2
b28802
chrpath --delete %{buildroot}/%{_bindir}/udisksctl
b28802
chrpath --delete %{buildroot}/%{_libexecdir}/udisks2/udisksd
b28802
b28802
%find_lang udisks2
b28802
b28802
%post -n %{name}
b28802
%systemd_post udisks2.service
140abd
# skip retriggering if udevd isn't even accessible, e.g. containers or
140abd
# rpm-ostree-based systems
140abd
if [ -S /run/udev/control ]; then
140abd
    udevadm control --reload
140abd
    udevadm trigger
140abd
fi
b28802
b28802
%preun -n %{name}
b28802
%systemd_preun udisks2.service
b28802
b28802
%postun -n %{name}
b28802
%systemd_postun_with_restart udisks2.service
b28802
b28802
%ldconfig_scriptlets -n lib%{name}
b28802
b28802
%if 0%{?with_zram}
b28802
%post -n %{name}-zram
b28802
%systemd_post zram-setup@.service
b28802
b28802
%preun -n %{name}-zram
b28802
%systemd_preun zram-setup@.service
b28802
b28802
%postun -n %{name}-zram
b28802
%systemd_postun zram-setup@.service
b28802
%endif
b28802
b28802
%files -f udisks2.lang
b28802
%doc README.md AUTHORS NEWS HACKING
b28802
%license COPYING
b28802
b28802
%dir %{_sysconfdir}/udisks2
b28802
%if %{is_fedora}
b28802
%dir %{_sysconfdir}/udisks2/modules.conf.d
b28802
%endif
b28802
%{_sysconfdir}/udisks2/udisks2.conf
140abd
%{_sysconfdir}/udisks2/mount_options.conf.example
b28802
b28802
%{_datadir}/dbus-1/system.d/org.freedesktop.UDisks2.conf
b28802
%{_datadir}/bash-completion/completions/udisksctl
b28802
%{_tmpfilesdir}/%{name}.conf
b28802
%{_unitdir}/udisks2.service
b28802
%{_udevrulesdir}/80-udisks2.rules
b28802
%{_sbindir}/umount.udisks2
b28802
b28802
b28802
%dir %{_libdir}/udisks2
b28802
%dir %{_libdir}/udisks2/modules
b28802
%dir %{_libexecdir}/udisks2
b28802
%{_libexecdir}/udisks2/udisksd
b28802
b28802
%{_bindir}/udisksctl
b28802
b28802
%{_mandir}/man1/udisksctl.1*
b28802
%{_mandir}/man5/udisks2.conf.5*
b28802
%{_mandir}/man8/udisksd.8*
b28802
%{_mandir}/man8/udisks.8*
b28802
%{_mandir}/man8/umount.udisks2.8*
b28802
b28802
%{_datadir}/polkit-1/actions/org.freedesktop.UDisks2.policy
b28802
%{_datadir}/dbus-1/system-services/org.freedesktop.UDisks2.service
b28802
b28802
# Permissions for local state data are 0700 to avoid leaking information
b28802
# about e.g. mounts to unprivileged users
b28802
%attr(0700,root,root) %dir %{_localstatedir}/lib/udisks2
b28802
b28802
%files -n lib%{name}
b28802
%{_libdir}/libudisks2.so.*
b28802
%{_libdir}/girepository-1.0/UDisks-2.0.typelib
b28802
b28802
%files -n %{name}-lvm2
b28802
%{_libdir}/udisks2/modules/libudisks2_lvm2.so
b28802
%{_datadir}/polkit-1/actions/org.freedesktop.UDisks2.lvm2.policy
b28802
b28802
%files -n %{name}-iscsi
b28802
%{_libdir}/udisks2/modules/libudisks2_iscsi.so
b28802
%{_datadir}/polkit-1/actions/org.freedesktop.UDisks2.iscsi.policy
b28802
b28802
%files -n lib%{name}-devel
b28802
%{_libdir}/libudisks2.so
b28802
%dir %{_includedir}/udisks2
b28802
%dir %{_includedir}/udisks2/udisks
b28802
%{_includedir}/udisks2/udisks/*.h
b28802
%{_datadir}/gir-1.0/UDisks-2.0.gir
b28802
%if %{with_gtk_doc}
b28802
%dir %{_datadir}/gtk-doc/html/udisks2
b28802
%{_datadir}/gtk-doc/html/udisks2/*
b28802
%endif
b28802
%{_libdir}/pkgconfig/udisks2.pc
140abd
%{_libdir}/pkgconfig/udisks2-lvm2.pc
140abd
%{_libdir}/pkgconfig/udisks2-iscsi.pc
140abd
%if 0%{?with_bcache}
140abd
%{_libdir}/pkgconfig/udisks2-bcache.pc
140abd
%endif
140abd
%if 0%{?with_btrfs}
140abd
%{_libdir}/pkgconfig/udisks2-btrfs.pc
140abd
%endif
140abd
%if 0%{?with_lsm}
140abd
%{_libdir}/pkgconfig/udisks2-lsm.pc
140abd
%endif
140abd
%if 0%{?with_zram}
140abd
%{_libdir}/pkgconfig/udisks2-zram.pc
140abd
%endif
140abd
%if 0%{?with_vdo}
140abd
%{_libdir}/pkgconfig/udisks2-vdo.pc
140abd
%endif
b28802
b28802
%if 0%{?with_bcache}
b28802
%files -n %{name}-bcache
b28802
%{_libdir}/udisks2/modules/libudisks2_bcache.so
b28802
%{_datadir}/polkit-1/actions/org.freedesktop.UDisks2.bcache.policy
b28802
%endif
b28802
b28802
%if 0%{?with_btrfs}
b28802
%files -n %{name}-btrfs
b28802
%{_libdir}/udisks2/modules/libudisks2_btrfs.so
b28802
%{_datadir}/polkit-1/actions/org.freedesktop.UDisks2.btrfs.policy
b28802
%endif
b28802
b28802
%if 0%{?with_lsm}
b28802
%files -n %{name}-lsm
b28802
%dir %{_sysconfdir}/udisks2/modules.conf.d
b28802
%{_libdir}/udisks2/modules/libudisks2_lsm.so
b28802
%{_mandir}/man5/udisks2_lsm.conf.*
b28802
%{_datadir}/polkit-1/actions/org.freedesktop.UDisks2.lsm.policy
b28802
%attr(0600,root,root) %{_sysconfdir}/udisks2/modules.conf.d/udisks2_lsm.conf
b28802
%endif
b28802
b28802
%if 0%{?with_zram}
b28802
%files -n %{name}-zram
b28802
%dir %{_sysconfdir}/udisks2/modules.conf.d
b28802
%{_libdir}/udisks2/modules/libudisks2_zram.so
b28802
%{_datadir}/polkit-1/actions/org.freedesktop.UDisks2.zram.policy
b28802
%{_unitdir}/zram-setup@.service
b28802
%endif
b28802
b28802
%if 0%{?with_vdo}
b28802
%files -n %{name}-vdo
b28802
%{_libdir}/udisks2/modules/libudisks2_vdo.so
b28802
%{_datadir}/polkit-1/actions/org.freedesktop.UDisks2.vdo.policy
b28802
%endif
b28802
b28802
%changelog
5a151b
* Tue Nov 01 2022 Tomas Bzatek <tbzatek@redhat.com> - 2.9.0-13
5a151b
- Fix iscsi test auth failures (#1966460)
5a151b
5a151b
* Wed Oct 19 2022 Tomas Bzatek <tbzatek@redhat.com> - 2.9.0-12
5a151b
- Fix iscsi authentication info override (#2135773)
5a151b
5a151b
* Fri Sep 16 2022 Tomas Bzatek <tbzatek@redhat.com> - 2.9.0-11
5a151b
- Fix the patch list
5a151b
5a151b
* Fri Sep 16 2022 Tomas Bzatek <tbzatek@redhat.com> - 2.9.0-10
5a151b
- Restrict ATA Secure Erase Format() options (#2120697)
5a151b
8ae392
* Tue Feb 01 2022 Tomas Bzatek <tbzatek@redhat.com> - 2.9.0-9
8ae392
- Fix LVM-VDO statistics tests (#2023880,#2025483)
8ae392
- Fix GError ownership (#1999149)
8ae392
8ae392
* Mon Oct 25 2021 Tomas Bzatek <tbzatek@redhat.com> - 2.9.0-8
8ae392
- CVE-2021-3802: Harden the default mount options for ext filesystems (#2004422)
8ae392
d3c43a
* Fri Apr 23 2021 Tomas Bzatek <tbzatek@redhat.com> - 2.9.0-7
d3c43a
- Do not build udisks2-zram (#1923078)
d3c43a
- Fix Drive.ATA test failures (#1926827)
d3c43a
04e847
* Tue Jan 26 2021 Tomas Bzatek <tbzatek@redhat.com> - 2.9.0-6
04e847
- Rebuilt for new docbook-style-xsl (#1853153)
04e847
04e847
* Mon Nov 16 2020 Tomas Bzatek <tbzatek@redhat.com> - 2.9.0-5
04e847
- Fix loop device setup
04e847
04e847
* Tue Nov 10 2020 Tomas Bzatek <tbzatek@redhat.com> - 2.9.0-4
04e847
- Fix Drive.Ata tests with system SAS drives (#1855785)
04e847
- Force D-Bus interfaces flush (#1845973)
04e847
140abd
* Mon Jun 22 2020 Tomas Bzatek <tbzatek@redhat.com> - 2.9.0-3
140abd
- Fix the UdisksLVMVDOTest.test_resize_physical test (#1845435)
140abd
140abd
* Mon Jun 22 2020 Tomas Bzatek <tbzatek@redhat.com> - 2.9.0-2
140abd
- Fix block tear-down functionality (#1843454)
140abd
- Fix libblockdev requires
140abd
140abd
* Tue May 26 2020 Tomas Bzatek <tbzatek@redhat.com> - 2.9.0-1
140abd
- Rebase to 2.9.0 (#1824147)
140abd
b28802
* Fri Jun 14 2019 Tomas Bzatek <tbzatek@redhat.com> - 2.8.3-2
b28802
- Minor test fixes
b28802
- Fix potential NULL dereference in UDisksLinuxPartition
b28802
b28802
* Thu Jun 13 2019 Tomas Bzatek <tbzatek@redhat.com> - 2.8.3-1
b28802
- Rebased to upstream 2.8.3 release (#1685210)
b28802
- Fix leaking filedescriptors (#1614774)
b28802
- Fix udisksctl pager scrolling (#1662336)
b28802
- Fix LVM2 plugin CreateSnapshot() error (#1668291)
b28802
- Add ISCSI plugin GetInitiatorNameRaw() method (#1710257)
b28802
b28802
* Mon Oct 08 2018 Vojtech Trefny <vtrefny@redhat.com> - 2.8.0-2
b28802
- Fix string format vulnerability
b28802
  Resolves: rhbz#1632831
b28802
b28802
* Mon Aug 13 2018 Tomas Bzatek <tbzatek@redhat.com> - 2.8.0-1
b28802
- Version 2.8.0
b28802
b28802
* Tue Jul 24 2018 Adam Williamson <awilliam@redhat.com> - 2.7.7-3
b28802
- Rebuild for new libconfig
b28802
b28802
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.7-2
b28802
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
b28802
b28802
* Wed Jul 04 2018 Vojtech Trefny <vtrefny@redhat.com> - 2.7.7-1
b28802
- Version 2.7.7
b28802
b28802
* Thu Feb 08 2018 Vojtech Trefny <vtrefny@redhat.com> - 2.7.6-1
b28802
- Version 2.7.6
b28802
b28802
* Fri Feb 02 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.7.5-2
b28802
- Switch to %%ldconfig_scriptlets
b28802
b28802
* Mon Dec 04 2017 Vojtech Trefny <vtrefny@redhat.com> - 2.7.5-1
b28802
- Version 2.7.5
b28802
b28802
* Wed Nov 01 2017 Vojtech Trefny <vtrefny@redhat.com> - 2.7.4-1
b28802
- Version 2.7.4
b28802
b28802
* Thu Aug 31 2017 Vojtech Trefny <vtrefny@redhat.com> - 2.7.3-1
b28802
- Version 2.7.3
b28802
b28802
* Thu Aug 03 2017 Vojtech Trefny <vtrefny@redhat.com> - 2.7.2-1
b28802
- Version 2.7.2
b28802
b28802
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.1-3
b28802
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
b28802
b28802
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.1-2
b28802
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
b28802
b28802
* Mon Jul 03 2017 Vojtech Trefny <vtrefny@redhat.com> - 2.7.1-1
b28802
- Version 2.7.1
b28802
b28802
* Tue Jun 20 2017 Vojtech Trefny <vtrefny@redhat.com> - 2.7.0-3
b28802
- Do not try to remove changed_blacklist hash table in finalize
b28802
b28802
* Mon Jun 19 2017 Vojtech Trefny <vtrefny@redhat.com> - 2.7.0-2
b28802
- Fix how UDisksClient filters property changes
b28802
b28802
* Fri Jun 02 2017 Vojtech Trefny <vtrefny@redhat.com> - 2.7.0-1
b28802
- Version 2.7.0
b28802
b28802
* Mon May 15 2017 Vojtech Trefny <vtrefny@redhat.com> - 2.6.5-1
b28802
- Version 2.6.5
b28802
b28802
* Tue Mar 14 2017 Vojtech Trefny <vtrefny@redhat.com> - 2.6.4-1
b28802
- Version 2.6.4
b28802
b28802
* Mon Nov 14 2016 Tomas Smetana <tsmetana@redhat.com> - 2.6.3-1
b28802
- Version 2.6.3
b28802
b28802
* Thu Jun 16 2016 Tomas Smetana <tsmetana@redhat.com> - 2.6.2-1
b28802
- Version 2.6.2; aimed to replace udisks2
b28802
b28802
* Wed Apr 27 2016 Peter Hatina <phatina@redhat.com> - 2.6.0-3
b28802
- Add support for libblockdev-part plugin which replaces
b28802
  parted calls
b28802
b28802
* Wed Mar 16 2016 Peter Hatina <phatina@redhat.com> - 2.6.0-2
b28802
- Fix permissions set for storaged_lsm.conf so it is readable only by root
b28802
b28802
* Mon Mar 14 2016 Peter Hatina <phatina@redhat.com> - 2.6.0-1
b28802
- Upgrade to 2.6.0
b28802
b28802
* Wed Feb 10 2016 Peter Hatina <phatina@redhat.com> - 2.5.0-3
b28802
- Package template zram-setup@.service file
b28802
b28802
* Wed Feb 10 2016 Peter Hatina <phatina@redhat.com> - 2.5.0-2
b28802
- Add udisksd configuration file and its man page
b28802
b28802
* Thu Jan 28 2016 Peter Hatina <phatina@redhat.com> - 2.5.0-1
b28802
- UDisks2 drop-in replacement
b28802
b28802
* Thu Jan 21 2016 Peter Hatina <phatina@redhat.com> - 2.4.0-3
b28802
- Redesign subpackage dependencies
b28802
- Make GTK documentation generation configurable
b28802
b28802
* Wed Jan 20 2016 Peter Hatina <phatina@redhat.com> - 2.4.0-2
b28802
- Reload udev rules and trigger events when installed
b28802
b28802
* Wed Jan 13 2016 Peter Hatina <phatina@redhat.com> - 2.4.0-1
b28802
- Upgrade to 2.4.0
b28802
b28802
* Wed Sep 30 2015 Peter Hatina <phatina@redhat.com> - 2.3.0-2
b28802
- Add Fedora/RHEL package configuration options
b28802
b28802
* Mon Sep 14 2015 Peter Hatina <phatina@redhat.com> - 2.3.0-1
b28802
- Change BuildRequires from pkgconfig macro to -devel packages
b28802
- Upgrade to 2.3.0
b28802
b28802
* Mon Aug 24 2015 Peter Hatina <phatina@redhat.com> - 2.2.0-1
b28802
- Upgrade to 2.2.0
b28802
b28802
* Fri Jul  3 2015 Peter Hatina <phatina@redhat.com> - 2.1.1-1
b28802
- Upgrade to 2.1.1
b28802
b28802
* Wed Jun 24 2015 Peter Hatina <phatina@redhat.com> - 2.1.0-4
b28802
- Add Requires for storaged modules
b28802
b28802
* Wed Jun 24 2015 Peter Hatina <phatina@redhat.com> - 2.1.0-3
b28802
- Changes for EPEL-7
b28802
  - Lower systemd required version to 208
b28802
  - Rewrite BuildRequires for systemd-devel
b28802
b28802
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.0-2
b28802
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
b28802
b28802
* Thu Jun 11 2015 Peter Hatina <phatina@redhat.com> - 2.1.0-1
b28802
- Update to upstream 2.1.0
b28802
b28802
* Thu Apr 02 2015 Peter Hatina <phatina@redhat.com> - 2.0.0-1
b28802
- Rebase to the new Storaged implementation
b28802
- Upstream: https://storaged.org
b28802
b28802
* Tue Sep 16 2014 Stef Walter <stefw@redhat.com> - 0.3.1-1
b28802
- Update to upstream 0.3.1
b28802
b28802
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-3
b28802
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
b28802
b28802
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-2
b28802
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
b28802
b28802
* Tue Apr 08 2014 Patrick Uiterwijk <puiterwijk@redhat.com> - 0.3.0-1
b28802
- Update to upstream 0.3.0
b28802
b28802
* Fri Jan 31 2014 Patrick Uiterwijk <puiterwijk@redhat.com> - 0.2.0-1
b28802
- Update to upstream 0.2.0
b28802
b28802
* Thu Jan 16 2014 Patrick Uiterwijk <puiterwijk@redhat.com> - 0.1.0-2
b28802
- Removed double systemd BuildRequire
b28802
- Rewritten summary and description
b28802
b28802
* Sun Jan 12 2014 Patrick Uiterwijk <puiterwijk@redhat.com> - 0.1.0-1
b28802
- Rename from udisks2-lvm