Accepting request 49616 from home:dimstar:branches:GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/49616 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=103
This commit is contained in:
parent
b5e5637639
commit
95d3c41614
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 30 16:50:03 UTC 2010 - dimstar@opensuse.org
|
||||
|
||||
- Add python BuildRequires to work around an error in
|
||||
systemtap-sdt-devel packages on openSUSE < Factory/11.4.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 27 19:42:31 CEST 2010 - vuntz@opensuse.org
|
||||
|
||||
|
@ -50,6 +50,10 @@ BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: pkg-config
|
||||
# systemtap-sdt-devel on openSUSE 11.3 was missing a Requires: python.
|
||||
%if %{?suse_version} <= 1130
|
||||
BuildRequires: python
|
||||
%endif
|
||||
BuildRequires: systemtap-sdt-devel
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: zlib-devel
|
||||
|
Loading…
Reference in New Issue
Block a user