From 24eeee2ff45f1833a70022958d923069b9f500f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Wed, 24 Oct 2012 18:53:39 +0200 Subject: [PATCH] the notify-upower script is not installed with dummy backend on s390(x) --- upower.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/upower.spec b/upower.spec index 41a682c..26a5df7 100644 --- a/upower.spec +++ b/upower.spec @@ -1,7 +1,7 @@ Summary: Power Management Service Name: upower Version: 0.9.18 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: System Environment/Libraries URL: http://hal.freedesktop.org/releases/ @@ -83,7 +83,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_datadir}/polkit-1/actions/*.policy %{_datadir}/dbus-1/system-services/*.service /usr/lib/systemd/system/*.service +%ifnarch s390 s390x /usr/lib/systemd/system-sleep/notify-upower.sh +%endif %files devel %defattr(-,root,root,-) @@ -99,6 +101,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_includedir}/libupower-glib/upower.h %changelog +* Wed Oct 24 2012 Dan HorĂ¡k - 0.9.18-2 +- the notify-upower script is not installed with dummy backend on s390(x) + * Wed Aug 08 2012 Richard Hughes - 0.9.18-1 - New upstream release - Use systemd for suspend and hibernate