From af2b4c18d72fc057f2255829dfe1f08cb6b3eb971b6a68929d9cf0b1c09f1a72 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Mon, 9 May 2011 07:01:34 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/polkit revision 21.0 OBS-URL: https://build.opensuse.org/package/show/Base:System/polkit?expand=0&rev=d8370b72e008d52c07b5e49f11993114 --- polkit.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkit.spec b/polkit.spec index 574dd75..1a704c8 100644 --- a/polkit.spec +++ b/polkit.spec @@ -20,7 +20,7 @@ Name: polkit Summary: PolicyKit Authorization Framework Version: 0.101 -Release: 1 +Release: 5 License: LGPLv2.1+ Url: http://www.freedesktop.org/wiki/Software/PolicyKit BuildRoot: %{_tmppath}/%{name}-%{version}-build From 98cdbcdb5cd3cd92b6ce41dad176139768a3ec60e94bd6c6e1e60783d5395d75 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 12 Aug 2011 18:03:34 +0000 Subject: [PATCH 2/2] Accepting request 78451 from home:dimstar:branches: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 OBS-URL: https://build.opensuse.org/request/show/78451 OBS-URL: https://build.opensuse.org/package/show/Base:System/polkit?expand=0&rev=46 --- _service:recompress:download_url:polkit-0.101.tar.bz2 | 3 --- polkit.changes | 8 ++++++++ polkit.spec | 2 ++ 3 files changed, 10 insertions(+), 3 deletions(-) delete mode 100644 _service:recompress:download_url:polkit-0.101.tar.bz2 diff --git a/_service:recompress:download_url:polkit-0.101.tar.bz2 b/_service:recompress:download_url:polkit-0.101.tar.bz2 deleted file mode 100644 index 4b3949d..0000000 --- a/_service:recompress:download_url:polkit-0.101.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f7e1b4b4c6a67f286ee4afdc28bda3d72a4e49f8f3d7a0e501433d696e3454f -size 856689 diff --git a/polkit.changes b/polkit.changes index 0bea751..7bb413b 100644 --- a/polkit.changes +++ b/polkit.changes @@ -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 diff --git a/polkit.spec b/polkit.spec index 1a704c8..577d7c4 100644 --- a/polkit.spec +++ b/polkit.spec @@ -30,6 +30,8 @@ Source99: baselibs.conf BuildRequires: glib2-devel >= 2.25.12 BuildRequires: gobject-introspection-devel >= 0.6.2 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: libexpat-devel BuildRequires: pam-devel