Accepting request 507027 from GNOME:Next

Retry - this time I even built it locally

OBS-URL: https://build.opensuse.org/request/show/507027
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/PackageKit?expand=0&rev=294
This commit is contained in:
Bjørn Lie 2017-06-29 12:57:19 +00:00 committed by Git OBS Bridge
parent 3a422f9939
commit 48540ff535
2 changed files with 8 additions and 3 deletions

View File

@ -5,6 +5,8 @@ Wed Jun 28 09:04:56 UTC 2017 - dimstar@opensuse.org
build system. As long as the version of automake available is the
same as was used to bootstrap the tarball, there is no issue, but
if the version changes, the call must be explicit.
- Add autoconf-archive BuildRequires in order to actually be able
to successfully bootstrap.
-------------------------------------------------------------------
Wed Jun 7 15:24:01 UTC 2017 - dimstar@opensuse.org

View File

@ -37,6 +37,8 @@ Patch1: PackageKit-zypp-backend-improve-refresh-cache.patch
# PATCH-FIX-UPSTREAM PackageKit-avoid-stack-smashing-on-i586.patch fdo#101267, bsc#1020028 sckang@suse.com -- Fix PackageKit stack smashing when running "pkcon get-updates" on 32-bit system.
Patch2: PackageKit-avoid-stack-smashing-on-i586.patch
BuildRequires: NetworkManager-devel
# Needed in order to be able to bootstrap (patch2)
BuildRequires: autoconf-archive
BuildRequires: automake
BuildRequires: fdupes
BuildRequires: gcc-c++
@ -54,14 +56,12 @@ BuildRequires: libqt4-devel
BuildRequires: libtool
BuildRequires: libzypp-devel
BuildRequires: mozilla-nspr-devel >= 4.8
BuildRequires: pkgconfig
BuildRequires: polkit-devel >= 0.98
BuildRequires: python-devel
# We need the %%mime_database_* macros
BuildRequires: shared-mime-info
BuildRequires: sqlite-devel
%if !0%{?is_opensuse}
BuildRequires: translation-update-upstream
%endif
BuildRequires: vala
BuildRequires: pkgconfig(bash-completion) >= 2.0
BuildRequires: pkgconfig(libsystemd)
@ -84,6 +84,9 @@ Obsoletes: %{name}-browser-plugin < 1.1.0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%py_requires
%{?systemd_requires}
%if !0%{?is_opensuse}
BuildRequires: translation-update-upstream
%endif
%description
PackageKit is a system designed to make installing and updating