From 47500c9e7c1337d24b3893a2cb0adcfc4a617506f8b445ffd5e5db017cf75cb9 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 19 Oct 2018 13:18:08 +0000 Subject: [PATCH] Minor tweaks OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/flatpak?expand=0&rev=60 --- rpmlintrc => flatpak-rpmlintrc | 0 flatpak.changes | 6 ++---- flatpak.spec | 4 ++-- 3 files changed, 4 insertions(+), 6 deletions(-) rename rpmlintrc => flatpak-rpmlintrc (100%) diff --git a/rpmlintrc b/flatpak-rpmlintrc similarity index 100% rename from rpmlintrc rename to flatpak-rpmlintrc diff --git a/flatpak.changes b/flatpak.changes index 1815ae9..cc08924 100644 --- a/flatpak.changes +++ b/flatpak.changes @@ -48,8 +48,7 @@ Thu Oct 11 16:30:24 UTC 2018 - alarrosa@suse.com maintain. + Documentation updates + Translation updates - -- Update to version 1.0.2: +- Changges from version 1.0.2: + The dbus proxy is now available in a separate git module, xdg-dbus-portal, which is imported into flatpak as a submodule. It is possible to build flatpak against the system @@ -73,8 +72,7 @@ Thu Oct 11 16:30:24 UTC 2018 - alarrosa@suse.com + Cleaned up some error messages. + Various documentation fixes and cleanups. + Updated translations. - -- Update to version 1.0.1: +- Changes from version 1.0.1: + This fixes various build and test failures that were detected when packaging 1.0, as well as translations and doc udpates. It also has some minor features, including a new subcommand diff --git a/flatpak.spec b/flatpak.spec index 54b4c65..2a21f8e 100644 --- a/flatpak.spec +++ b/flatpak.spec @@ -25,7 +25,7 @@ License: LGPL-2.1-or-later Group: System/Packages URL: https://flatpak.github.io/ Source: %{name}-%{version}.tar.xz -Source99: rpmlintrc +Source99: %{name}-rpmlintrc Patch0: polkit_rules_usability.patch BuildRequires: bison BuildRequires: bubblewrap >= 0.2.1 @@ -115,7 +115,7 @@ more information. %prep %setup -q %patch0 -p1 -sed -i -e '1s,#!/usr/bin/env python3,#!/usr/bin/python3,' scripts/flatpak-* +sed -i -e '1s,#!%{_bindir}/env python3,#!%{_bindir}/python3,' scripts/flatpak-* %build NOCONFIGURE=1 ./autogen.sh