rpms/DeviceKit-disks/devel DeviceKit-disks.spec,1.11,1.12

Matthias Clasen mclasen at fedoraproject.org
Sat Mar 28 03:56:07 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/DeviceKit-disks/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12895

Modified Files:
	DeviceKit-disks.spec 
Log Message:
fix requires



Index: DeviceKit-disks.spec
===================================================================
RCS file: /cvs/pkgs/rpms/DeviceKit-disks/devel/DeviceKit-disks.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- DeviceKit-disks.spec	26 Mar 2009 01:12:47 -0000	1.11
+++ DeviceKit-disks.spec	28 Mar 2009 03:55:36 -0000	1.12
@@ -11,7 +11,7 @@
 Summary: Disk Management Service
 Name: DeviceKit-disks
 Version: 003
-Release: 8%{?dist}
+Release: 9%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
 URL: http://gitweb.freedesktop.org/?p=users/david/DeviceKit-disks.git;a=summary
@@ -46,7 +46,10 @@
 # for mlabel
 Requires: mtools
 # for mkntfs
+# no ntfsprogs on ppc, though
+%ifnarch ppc ppc64
 Requires: ntfsprogs
+$endif
 
 Conflicts: kernel < 2.6.25
 
@@ -134,8 +137,10 @@
 %{_datadir}/gtk-doc/html/devkit-disks/*
 
 # Note: please don't forget the %{?dist} in the changelog. Thanks
-#
 %changelog
+* Fri Mar 27 2009 Matthias Clasen  <mclasen at redhat.com> - 003-9.f11
+- Don't require ntfsprogs on ppc, where it doesn't exist
+
 * Wed Mar 25 2009 Matthias Clasen  <mclasen at redhat.com> - 003-8.f11
 - Add dependencies to for all the cmdline tools we use (#490670)
 




More information about the fedora-extras-commits mailing list