- Also Require shared-mime-info for same reason
This commit is contained in:
parent
e7a9aa5575
commit
aaf270f6ee
@ -1,6 +1,6 @@
|
||||
Name: gdk-pixbuf2
|
||||
Version: 2.21.5
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: An image loading library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -23,6 +23,9 @@ BuildRequires: shared-mime-info
|
||||
BuildRequires: autoconf automake libtool
|
||||
BuildRequires: gettext-autopoint
|
||||
|
||||
# We also need MIME information at runtime
|
||||
Requires: shared-mime-info
|
||||
|
||||
# gdk-pixbuf was included in gtk2 until 2.21.2
|
||||
Conflicts: gtk2 <= 2.21.2
|
||||
|
||||
@ -111,6 +114,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 2 2010 Colin Walters <walters@verbum.org> - 2.21.5-4
|
||||
- Also Require shared-mime-info for same reason
|
||||
|
||||
* Fri Jul 2 2010 Colin Walters <walters@verbum.org> - 2.21.5-3
|
||||
- BR shared-mime-info; see comment above it
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user