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
b28802
%global libblockdev_version             2.19
b28802
b28802
%define with_bcache                     1
b28802
%define with_btrfs                      1
b28802
%define with_vdo                        1
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
b28802
# bcache is not available on RHEL
b28802
%if (0%{?rhel}) || %{with_bcache} == 0
b28802
%define with_bcache 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_zram 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
b28802
Version: 2.8.3
b28802
Release: 2%{?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
b28802
Patch0:  0001-tests-Reflect-new-location-of-D-Bus-service-files.patch
b28802
Patch1:  0002-integration-test-Do-not-copy-config-files-when-testi.patch
b28802
Patch2:  0001-udiskslinuxpartition-Fix-potential-NULL-dereference.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
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
b28802
%patch2 -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
b28802
%systemd_post clean-mount-point@.service
b28802
udevadm control --reload
b28802
udevadm trigger
b28802
b28802
%preun -n %{name}
b28802
%systemd_preun udisks2.service
b28802
%systemd_preun clean-mount-point@.service
b28802
b28802
%postun -n %{name}
b28802
%systemd_postun_with_restart udisks2.service
b28802
%systemd_postun clean-mount-point@.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
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
%{_unitdir}/clean-mount-point@.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
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
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