Accepting request 78687 from Base:System

BuildIgnore ruby to solve a build cycle on Factory... probably worthy to verify with coolo/aj if this is correct place to break it (forwarded request 78451 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/78687
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/polkit?expand=0&rev=22
This commit is contained in:
Sascha Peilicke 2011-08-15 07:49:37 +00:00 committed by Git OBS Bridge
commit ae476f6eac
3 changed files with 10 additions and 3 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0f7e1b4b4c6a67f286ee4afdc28bda3d72a4e49f8f3d7a0e501433d696e3454f
size 856689

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Aug 10 12:20:39 UTC 2011 - dimstar@opensuse.org
- BuildIgnore ruby, which is being dragged in via indirect
dependencies by gtk-doc for one of the helpers, which we do not
need during the build of polkit. Not dragging ruby in resolves a
build-cycle.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu May 5 19:35:05 CEST 2011 - vuntz@opensuse.org Thu May 5 19:35:05 CEST 2011 - vuntz@opensuse.org

View File

@ -30,6 +30,8 @@ Source99: baselibs.conf
BuildRequires: glib2-devel >= 2.25.12 BuildRequires: glib2-devel >= 2.25.12
BuildRequires: gobject-introspection-devel >= 0.6.2 BuildRequires: gobject-introspection-devel >= 0.6.2
BuildRequires: gtk-doc BuildRequires: gtk-doc
# gtk-doc drags indirectyly ruby in for one of the helpers. This in turn causes a build cycle.
#!BuildIgnore: ruby
BuildRequires: intltool BuildRequires: intltool
BuildRequires: libexpat-devel BuildRequires: libexpat-devel
BuildRequires: pam-devel BuildRequires: pam-devel