diff --git a/shared-mime-info.changes b/shared-mime-info.changes index 1284a5c..3b99413 100644 --- a/shared-mime-info.changes +++ b/shared-mime-info.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Feb 26 13:57:54 UTC 2012 - vuntz@opensuse.org + +- Add libxml2-tools BuildRequires for xmllint, now that tools got + split from libxml2 package. + ------------------------------------------------------------------- Tue Jan 17 18:02:01 UTC 2012 - vuntz@opensuse.org diff --git a/shared-mime-info.spec b/shared-mime-info.spec index e9154b4..8423ba3 100644 --- a/shared-mime-info.spec +++ b/shared-mime-info.spec @@ -29,11 +29,15 @@ Source2: macros.shared-mime-info BuildRequires: glib2-devel BuildRequires: intltool BuildRequires: libxml2-devel +# needed for xmllint +BuildRequires: libxml2-tools BuildRequires: translation-update-upstream # Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467 BuildRequires: xz # needed by mime-info-to-mime: -Requires: /bin/rm /bin/mkdir /usr/bin/fgrep +Requires: /bin/mkdir +Requires: /bin/rm +Requires: /usr/bin/fgrep # libgio-2_0-0 Requires: shared-mime-info, but this can't exist yet. We explicitly ignore this dependency here. #!BuildIgnore: shared-mime-info # needed by update-mime-database