]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- fixed spec-file for Mandriva
authorArvin Schnell <aschnell@suse.de>
Tue, 16 Oct 2012 09:29:51 +0000 (11:29 +0200)
committerArvin Schnell <aschnell@suse.de>
Tue, 16 Oct 2012 09:29:51 +0000 (11:29 +0200)
snapper.spec.in

index a8b68b18332f631c2e457e4c4f894efa73d284e8..edf40b80cf5f6868b459bde869a2bcdb07aa5498 100644 (file)
@@ -25,7 +25,11 @@ BuildRoot:   %{_tmppath}/%{name}-%{version}-build
 Source:                snapper-%{version}.tar.bz2
 Prefix:                /usr
 BuildRequires: boost-devel doxygen gcc-c++ libtool libxml2-devel
+%if ! 0%{?mandriva_version}
 BuildRequires: dbus-1-devel
+%else
+BuildRequires: libdbus-1-devel
+%endif
 %if (0%{?suse_version} && 0%{?suse_version} >= 1210)
 BuildRequires: libzypp(plugin:commit)
 %endif