import CS gnome-online-accounts-3.40.0-3.el9
This commit is contained in:
parent
4e9db09ee0
commit
061655f302
5242
SOURCES/kerberos-fixes.patch
Normal file
5242
SOURCES/kerberos-fixes.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: gnome-online-accounts
|
Name: gnome-online-accounts
|
||||||
Version: 3.40.0
|
Version: 3.40.0
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Single sign-on framework for GNOME
|
Summary: Single sign-on framework for GNOME
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -14,11 +14,13 @@ URL: https://wiki.gnome.org/Projects/GnomeOnlineAccounts
|
|||||||
Source0: https://download.gnome.org/sources/gnome-online-accounts/3.40/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/gnome-online-accounts/3.40/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
# https://pagure.io/fedora-workstation/issue/83
|
# https://pagure.io/fedora-workstation/issue/83
|
||||||
Patch0: 0001-Remove-Documents-support.patch
|
Patch: 0001-Remove-Documents-support.patch
|
||||||
|
|
||||||
# https://gitlab.gnome.org/GNOME/gnome-online-accounts/-/issues/63
|
# https://gitlab.gnome.org/GNOME/gnome-online-accounts/-/issues/63
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1913641
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1913641
|
||||||
Patch1: 0001-google-Remove-Photos-support.patch
|
Patch: 0001-google-Remove-Photos-support.patch
|
||||||
|
|
||||||
|
Patch: kerberos-fixes.patch
|
||||||
|
|
||||||
BuildRequires: pkgconfig(gcr-3)
|
BuildRequires: pkgconfig(gcr-3)
|
||||||
BuildRequires: pkgconfig(gio-2.0) >= %{glib2_version}
|
BuildRequires: pkgconfig(gio-2.0) >= %{glib2_version}
|
||||||
@ -37,6 +39,7 @@ BuildRequires: pkgconfig(rest-0.7)
|
|||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
BuildRequires: vala
|
BuildRequires: vala
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
|
BuildRequires: git
|
||||||
|
|
||||||
Requires: glib2%{?_isa} >= %{glib2_version}
|
Requires: glib2%{?_isa} >= %{glib2_version}
|
||||||
Requires: gtk3%{?_isa} >= %{gtk3_version}
|
Requires: gtk3%{?_isa} >= %{gtk3_version}
|
||||||
@ -58,9 +61,7 @@ The %{name}-devel package contains libraries and header files for
|
|||||||
developing applications that use %{name}.
|
developing applications that use %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -S git
|
||||||
%patch0 -p1
|
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
@ -71,6 +72,7 @@ developing applications that use %{name}.
|
|||||||
--disable-media-server \
|
--disable-media-server \
|
||||||
--disable-silent-rules \
|
--disable-silent-rules \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
|
--enable-compile-warnings=yes \
|
||||||
--enable-documentation \
|
--enable-documentation \
|
||||||
--enable-fedora \
|
--enable-fedora \
|
||||||
--enable-exchange \
|
--enable-exchange \
|
||||||
@ -125,6 +127,10 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
|
|||||||
%{_datadir}/vala/
|
%{_datadir}/vala/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 06 2023 Ray Strode <rstrode@redhat.com> - 3.40.0-3
|
||||||
|
- Backport various kerberos fixes from upstream
|
||||||
|
Resolves: #2177765
|
||||||
|
|
||||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 3.40.0-2
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 3.40.0-2
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
Related: rhbz#1991688
|
Related: rhbz#1991688
|
||||||
|
Loading…
Reference in New Issue
Block a user