[udisks] Rebuild for new libudev

Adam Jackson ajax at fedoraproject.org
Tue Jun 5 15:52:22 UTC 2012


commit 9dccbc1466f1854bad78cf44844b4b588203ce3e
Author: Adam Jackson <ajax at redhat.com>
Date:   Tue Jun 5 11:52:20 2012 -0400

    Rebuild for new libudev
    
    - Conditional BuildReqs for {libudev,systemd}-devel

 udisks.spec |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/udisks.spec b/udisks.spec
index 5455c14..6c7d33c 100644
--- a/udisks.spec
+++ b/udisks.spec
@@ -9,11 +9,12 @@
 %define libatasmart_version     0.12
 %define sg3_utils_version       1.27
 %define smp_utils_version       0.94
+%define systemd_version         185
 
 Summary: Storage Management Service
 Name: udisks
 Version: 1.0.4
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
 URL: http://www.freedesktop.org/wiki/Software/udisks
@@ -27,7 +28,11 @@ BuildRequires: device-mapper-devel >= %{device_mapper_version}
 BuildRequires: intltool
 BuildRequires: libatasmart-devel >= %{libatasmart_version}
 BuildRequires: libgudev1-devel >= %{udev_version}
+%if 0%{?fedora} > 17 || 0%{?rhel} > 6
+BuildRequires: systemd-devel >= %{systemd_version}
+%else
 BuildRequires: libudev-devel >= %{udev_version}
+%endif
 BuildRequires: sg3_utils-devel >= %{sg3_utils_version}
 BuildRequires: gtk-doc
 # needed to pull in the system bus daemon
@@ -149,6 +154,10 @@ chmod 0644 $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/udisks-bash-completion.sh
 
 # Note: please don't forget the %{?dist} in the changelog. Thanks
 %changelog
+* Tue Jun 05 2012 Adam Jackson <ajax at redhat.com> 1.0.4-7%{?dist}
+- Rebuild for new libudev
+- Conditional BuildReqs for {libudev,systemd}-devel
+
 * Sat Apr 14 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 1.0.4-6
 - Add dependency on eject - fixes RHBZ 810882
 


More information about the scm-commits mailing list