c01606
%global nm_version 1.2
c01606
%global nma_version 1.0
c01606
%global glib_required_version 2.63.1
c01606
%global gtk_required_version 3.11.3
c01606
%global geoclue_version 2.3.1
c01606
c01606
%global tarball_version %%(echo %{version} | tr '~' '.')
c01606
c01606
Name:           gnome-initial-setup
baba85
Version:        40.4
e63d2b
Release:        3%{?dist}
c01606
Summary:        Bootstrapping your OS
c01606
c01606
License:        GPLv2+
c01606
URL:            https://wiki.gnome.org/Design/OS/InitialSetup
c01606
Source0:        https://download.gnome.org/sources/%{name}/40/%{name}-%{tarball_version}.tar.xz
c01606
Source1:        vendor.conf
c01606
baba85
# https://bugzilla.redhat.com/show_bug.cgi?id=2097848
baba85
Patch0:         timezones.patch
baba85
c01606
BuildRequires:  meson
c01606
BuildRequires:  gcc
baba85
BuildRequires:  git
c01606
BuildRequires:  krb5-devel
c01606
BuildRequires:  desktop-file-utils
c01606
BuildRequires:  libpwquality-devel
c01606
BuildRequires:  pkgconfig(libnm) >= %{nm_version}
c01606
BuildRequires:  pkgconfig(libnma) >= %{nma_version}
c01606
BuildRequires:  pkgconfig(accountsservice)
c01606
BuildRequires:  pkgconfig(gnome-desktop-3.0)
c01606
BuildRequires:  pkgconfig(gstreamer-1.0)
c01606
BuildRequires:  pkgconfig(cheese)
c01606
BuildRequires:  pkgconfig(cheese-gtk) >= 3.3.5
c01606
BuildRequires:  pkgconfig(fontconfig)
c01606
BuildRequires:  pkgconfig(geocode-glib-1.0)
c01606
BuildRequires:  pkgconfig(gweather-3.0)
c01606
BuildRequires:  pkgconfig(goa-1.0)
c01606
BuildRequires:  pkgconfig(goa-backend-1.0)
c01606
BuildRequires:  pkgconfig(gtk+-3.0) >= %{gtk_required_version}
c01606
BuildRequires:  pkgconfig(glib-2.0) >= %{glib_required_version}
c01606
BuildRequires:  pkgconfig(gio-2.0) >= %{glib_required_version}
c01606
BuildRequires:  pkgconfig(gio-unix-2.0) >= %{glib_required_version}
c01606
BuildRequires:  pkgconfig(gdm)
c01606
BuildRequires:  pkgconfig(iso-codes)
c01606
BuildRequires:  pkgconfig(libgeoclue-2.0) >= %{geoclue_version}
c01606
BuildRequires:  pkgconfig(packagekit-glib2)
c01606
BuildRequires:  pkgconfig(webkit2gtk-4.0)
c01606
BuildRequires:  krb5-devel
c01606
BuildRequires:  ibus-devel
c01606
BuildRequires:  rest-devel
c01606
BuildRequires:  polkit-devel
c01606
BuildRequires:  libsecret-devel
c01606
c01606
# gnome-initial-setup is being run by gdm
c01606
Requires: gdm
c01606
Requires: geoclue2-libs%{?_isa} >= %{geoclue_version}
c01606
Requires: glib2%{?_isa} >= %{glib_required_version}
c01606
# we install a rules file
c01606
Requires: polkit-js-engine
c01606
Requires: /usr/bin/gkbd-keyboard-display
c01606
c01606
Requires(pre): shadow-utils
c01606
c01606
Provides: user(%name)
c01606
c01606
%description
c01606
GNOME Initial Setup is an alternative to firstboot, providing
c01606
a good setup experience to welcome you to your system, and walks
c01606
you through configuring it. It is integrated with gdm.
c01606
c01606
%prep
baba85
%autosetup -p1 -n %{name}-%{tarball_version} -Sgit
c01606
c01606
%build
c01606
%meson -Dparental_controls=disabled -Dvendor-conf-file=%{_datadir}/gnome-initial-setup/vendor.conf
c01606
%meson_build
c01606
c01606
%install
c01606
%meson_install
c01606
c01606
desktop-file-validate %{buildroot}%{_sysconfdir}/xdg/autostart/gnome-initial-setup-copy-worker.desktop
c01606
desktop-file-validate %{buildroot}%{_datadir}/applications/gnome-initial-setup.desktop
c01606
c01606
mkdir -p %{buildroot}%{_datadir}/gnome-initial-setup
c01606
cp %{SOURCE1} %{buildroot}%{_datadir}/gnome-initial-setup/
c01606
c01606
%find_lang %{name}
c01606
c01606
%pre
c01606
useradd -rM -d /run/gnome-initial-setup/ -s /sbin/nologin %{name} &>/dev/null || :
c01606
c01606
%files -f %{name}.lang
c01606
%license COPYING
c01606
%doc README.md
c01606
%{_libexecdir}/gnome-initial-setup
c01606
%{_libexecdir}/gnome-initial-setup-copy-worker
c01606
%{_sysconfdir}/xdg/autostart/gnome-initial-setup-copy-worker.desktop
c01606
%{_sysconfdir}/xdg/autostart/gnome-initial-setup-first-login.desktop
c01606
c01606
%{_datadir}/applications/gnome-initial-setup.desktop
c01606
%{_datadir}/gnome-session/sessions/gnome-initial-setup.session
c01606
%{_datadir}/gnome-shell/modes/initial-setup.json
c01606
%{_datadir}/polkit-1/rules.d/20-gnome-initial-setup.rules
c01606
%{_userunitdir}/*
c01606
c01606
%dir %{_datadir}/gnome-initial-setup
c01606
%{_datadir}/gnome-initial-setup/vendor.conf
c01606
c01606
%changelog
e63d2b
* Tue Jun 21 2022 Michael Catanzaro <mcatanzaro@redhat.com> - 40.4-3
e63d2b
- BuildRequires: git
e63d2b
e63d2b
* Tue Jun 21 2022 Michael Catanzaro <mcatanzaro@redhat.com> - 40.4-2
baba85
- Remove timezone boundaries
baba85
baba85
* Mon Aug 16 2021 David King <amigadave@amigadave.com> - 40.4-1
baba85
- Update to 40.4 (#1991431)
baba85
c01606
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 40.1-2
c01606
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
c01606
  Related: rhbz#1991688
c01606
c01606
* Wed May 05 2021 Kalev Lember <klember@redhat.com> - 40.1-1
c01606
- Update to 40.1
c01606
c01606
* Fri Apr 30 2021 Kalev Lember <klember@redhat.com> - 40.0-3
c01606
- Drop gnome-tour dep here and move it to gnome-shell instead (#1955179)
c01606
c01606
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 40.0-2
c01606
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
c01606
c01606
* Mon Mar 22 2021 Kalev Lember <klember@redhat.com> - 40.0-1
c01606
- Update to 40.0
c01606
c01606
* Mon Mar 15 2021 Kalev Lember <klember@redhat.com> - 40~rc-1
c01606
- Update to 40.rc
c01606
c01606
* Wed Feb 17 2021 Kalev Lember <klember@redhat.com> - 40~beta-1
c01606
- Update to 40.beta
c01606
c01606
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.38.3-2
c01606
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
c01606
c01606
* Sat Jan 16 2021 Kalev Lember <klember@redhat.com> - 3.38.3-1
c01606
- Update to 3.38.3
c01606
c01606
* Wed Nov 25 2020 Kalev Lember <klember@redhat.com> - 3.38.2-1
c01606
- Update to 3.38.2
c01606
c01606
* Mon Oct  5 2020 Kalev Lember <klember@redhat.com> - 3.38.1-1
c01606
- Update to 3.38.1
c01606
c01606
* Fri Sep 11 2020 Ray Strode <rstrode@redhat.com> - 3.38.0-2
c01606
- Remove weird, unnecessary g_idle_add which are triggering
c01606
  some weird, not fully understood bug.
c01606
  Resolves: #1875140
c01606
c01606
* Thu Sep 10 2020 Kalev Lember <klember@redhat.com> - 3.38.0-1
c01606
- Update to 3.38.0
c01606
c01606
* Sun Sep 06 2020 Kalev Lember <klember@redhat.com> - 3.37.92-1
c01606
- Update to 3.37.92
c01606
- Drop upstreamed honor-firstboot-disabled.patch
c01606
c01606
* Thu Aug 27 2020 Kalev Lember <klember@redhat.com> - 3.37.91.1-2
c01606
- Require new gnome-tour package (#1873206)
c01606
c01606
* Mon Aug 24 2020 Kalev Lember <klember@redhat.com> - 3.37.91.1-1
c01606
- Update to 3.37.91.1
c01606
- Rebase honor-firstboot-disabled.patch
c01606
c01606
* Mon Aug 17 2020 Kalev Lember <klember@redhat.com> - 3.37.91-1
c01606
- Update to 3.37.91
c01606
c01606
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.37.3-3
c01606
- Second attempt - Rebuilt for
c01606
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
c01606
c01606
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.37.3-2
c01606
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
c01606
c01606
* Mon Jul 20 2020 Kalev Lember <klember@redhat.com> - 3.37.3-1
c01606
- Update to 3.37.3
c01606
c01606
* Tue Jun 23 2020 Adam Williamson <awilliam@redhat.com> - 3.37.1-3
c01606
- Backport MR #89 to fix 'disabled' timezone page setting timezone
c01606
c01606
* Mon May 04 2020 Adam Williamson <awilliam@redhat.com> - 3.37.1-2
c01606
- Backport MR #83 to fix preselection of input methods
c01606
c01606
* Thu Apr 30 2020 Kalev Lember <klember@redhat.com> - 3.37.1-1
c01606
- Update to 3.37.1
c01606
c01606
* Mon Apr 27 2020 Kalev Lember <klember@redhat.com> - 3.36.2-1
c01606
- Update to 3.36.2
c01606
c01606
* Sat Mar 28 2020 Kalev Lember <klember@redhat.com> - 3.36.1-1
c01606
- Update to 3.36.1
c01606
c01606
* Fri Mar 06 2020 Kalev Lember <klember@redhat.com> - 3.36.0-1
c01606
- Update to 3.36.0
c01606
c01606
* Mon Mar 02 2020 Kalev Lember <klember@redhat.com> - 3.35.92-1
c01606
- Update to 3.35.92
c01606
c01606
* Mon Feb 17 2020 Kalev Lember <klember@redhat.com> - 3.35.91-1
c01606
- Update to 3.35.91
c01606
c01606
* Tue Feb 04 2020 Kalev Lember <klember@redhat.com> - 3.35.90-1
c01606
- Update to 3.35.90
c01606
c01606
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.35.3-3
c01606
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
c01606
c01606
* Thu Jan 16 2020 Kalev Lember <klember@redhat.com> - 3.35.3-2
c01606
- Rebuilt for libgnome-desktop soname bump
c01606
c01606
* Tue Jan 07 2020 Kalev Lember <klember@redhat.com> - 3.35.3-1
c01606
- Update to 3.35.3
c01606
c01606
* Tue Jan 07 2020 Kalev Lember <klember@redhat.com> - 3.34.3-1
c01606
- Update to 3.34.3
c01606
c01606
* Mon Oct 07 2019 Kalev Lember <klember@redhat.com> - 3.34.1-1
c01606
- Update to 3.34.1
c01606
c01606
* Mon Sep 09 2019 Benjamin Berg <bberg@redhat.com> - 3.34.0-2
c01606
- Fix g-i-s starting in GDM
c01606
  Upstream MR https://gitlab.gnome.org/GNOME/gnome-initial-setup/merge_requests/59
c01606
- Resolves: 1750237
c01606
c01606
* Mon Sep 09 2019 Kalev Lember <klember@redhat.com> - 3.34.0-1
c01606
- Update to 3.34.0
c01606
c01606
* Wed Sep 04 2019 Benjamin Berg <bberg@redhat.com> - 3.33.92-2
c01606
- Include upstream patches to fix systemd support
c01606
  https://gitlab.gnome.org/GNOME/gnome-initial-setup/merge_requests/58
c01606
- Resolves: 1746563
c01606
c01606
* Tue Sep 03 2019 Kalev Lember <klember@redhat.com> - 3.33.92-1
c01606
- Update to 3.33.92
c01606
c01606
* Tue Aug 20 2019 Kalev Lember <klember@redhat.com> - 3.33.91-1
c01606
- Update to 3.33.91
c01606
c01606
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.33.4-3
c01606
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
c01606
c01606
* Sun Jul 21 2019 Kalev Lember <klember@redhat.com> - 3.33.4-2
c01606
- Rebuilt for libgnome-desktop soname bump
c01606
c01606
* Mon Jul 15 2019 Kalev Lember <klember@redhat.com> - 3.33.4-1
c01606
- Update to 3.33.4
c01606
c01606
* Mon Jul 08 2019 Kalev Lember <klember@redhat.com> - 3.33.2-2
c01606
- Rebuilt for libgweather soname bump
c01606
c01606
* Tue May 21 2019 Kalev Lember <klember@redhat.com> - 3.33.2-1
c01606
- Update to 3.33.2
c01606
c01606
* Tue Apr 16 2019 Adam Williamson <awilliam@redhat.com> - 3.32.1-2
c01606
- Rebuild with Meson fix for #1699099
c01606
c01606
* Sat Apr 06 2019 Kalev Lember <klember@redhat.com> - 3.32.1-1
c01606
- Update to 3.32.1
c01606
c01606
* Thu Apr 04 2019 Ray Strode <rstrode@redhat.com> - 3.32.0-1
c01606
- Update to 3.32.0
c01606
c01606
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.30.0-2
c01606
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
c01606
c01606
* Sat Sep 22 2018 Kalev Lember <klember@redhat.com> - 3.30.0-1
c01606
- Update to 3.30.0
c01606
c01606
* Fri Sep 07 2018 Kalev Lember <klember@redhat.com> - 3.29.92-1
c01606
- Update to 3.29.92
c01606
- Drop upstreamed patches reduce-initial-setup-redundancy.patch and
c01606
  allow-weak-passwords.patch
c01606
- Rebase honor-firstboot-disabled.patch
c01606
c01606
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.28.0-8
c01606
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
c01606
c01606
* Mon Apr 30 2018 Adam Williamson <awilliam@redhat.com> - 3.28.0-7
c01606
- Drop unnecessary pkgconfig(NetworkManager) BuildRequire
c01606
- Run autoreconf to avoid automake version mismatch
c01606
c01606
* Wed Apr 11 2018 Michael Catanzaro <mcatanzaro@gnome.org> - 3.28.0-6
c01606
- Allow setting weak passwords
c01606
c01606
* Mon Apr 02 2018 Michael Catanzaro <mcatanzaro@gnome.org> - 3.28.0-5
c01606
- Move vendor.conf to /usr/share
c01606
c01606
* Sat Mar 31 2018 Michael Catanzaro <mcatanzaro@gnome.org> - 3.28.0-4
c01606
- Forgot to update vendor.conf in the previous build
c01606
c01606
* Sat Mar 31 2018 Michael Catanzaro <mcatanzaro@gnome.org> - 3.28.0-3
c01606
- Update reduce initial setup redundancy patch again
c01606
c01606
* Sat Mar 31 2018 Michael Catanzaro <mcatanzaro@gnome.org> - 3.28.0-2
c01606
- Update reduce initial setup redundancy patches
c01606
c01606
* Tue Mar 13 2018 Kalev Lember <klember@redhat.com> - 3.28.0-1
c01606
- Update to 3.28.0
c01606
c01606
* Fri Feb 16 2018 Michael Catanzaro <mcatanzaro@gnome.org> - 3.27.90-2
c01606
- Install vendor.conf to conditionally suppress certain pages
c01606
c01606
* Fri Feb 16 2018 Michael Catanzaro <mcatanzaro@gnome.org> - 3.27.90-1
c01606
- Upgrade to 3.27.90 and add reduce initial setup redundancy patches
c01606
c01606
* Tue Feb 13 2018 Björn Esser <besser82@fedoraproject.org> - 3.26.0-5
c01606
- Rebuild against newer gnome-desktop3 package
c01606
c01606
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.26.0-4
c01606
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
c01606
c01606
* Mon Feb 05 2018 Kalev Lember <klember@redhat.com> - 3.26.0-3
c01606
- Rebuilt for libgweather soname bump
c01606
c01606
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 3.26.0-2
c01606
- Rebuilt for switch to libxcrypt
c01606
c01606
* Thu Sep 14 2017 Kalev Lember <klember@redhat.com> - 3.26.0-1
c01606
- Update to 3.26.0
c01606
c01606
* Thu Sep 07 2017 Kalev Lember <klember@redhat.com> - 3.25.92-1
c01606
- Update to 3.25.92
c01606
c01606
* Mon Jul 31 2017 Kalev Lember <klember@redhat.com> - 3.25.4-1
c01606
- Update to 3.25.4
c01606
c01606
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.25.3-2
c01606
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
c01606
c01606
* Sun Jun 25 2017 Kalev Lember <klember@redhat.com> - 3.25.3-1
c01606
- Update to 3.25.3
c01606
c01606
* Wed May 10 2017 Kalev Lember <klember@redhat.com> - 3.24.2-1
c01606
- Update to 3.24.2
c01606
c01606
* Tue Mar 21 2017 Rui Matos <rmatos@redhat.com> - 3.24.0-1
c01606
- Update to 3.24.0
c01606
c01606
* Tue Mar 14 2017 Florian Müllner <fmuellner@redhat.com> - 3.23.92-1
c01606
- Update to 3.23.92
c01606
c01606
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.23.1-3
c01606
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
c01606
c01606
* Tue Jan 31 2017 Rui Matos <rmatos@redhat.com> - 3.23.1-2
c01606
- Honor anaconda's firstboot being disabled
c01606
c01606
* Sun Oct 30 2016 Kalev Lember <klember@redhat.com> - 3.23.1-1
c01606
- Update to 3.23.1
c01606
c01606
* Wed Oct 12 2016 Kalev Lember <klember@redhat.com> - 3.22.1-1
c01606
- Update to 3.22.1
c01606
c01606
* Mon Sep 19 2016 Kalev Lember <klember@redhat.com> - 3.22.0-1
c01606
- Update to 3.22.0
c01606
c01606
* Tue Sep 13 2016 Kalev Lember <klember@redhat.com> - 3.21.92-1
c01606
- Update to 3.21.92
c01606
c01606
* Mon Sep 05 2016 Kalev Lember <klember@redhat.com> - 3.21.91-2
c01606
- Build the software sources page
c01606
c01606
* Sat Sep 03 2016 Kalev Lember <klember@redhat.com> - 3.21.91-1
c01606
- Update to 3.21.91
c01606
- Update project URL
c01606
c01606
* Wed Apr 13 2016 Kalev Lember <klember@redhat.com> - 3.20.1-1
c01606
- Update to 3.20.1
c01606
c01606
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 3.20.0-1
c01606
- Update to 3.20.0
c01606
c01606
* Tue Mar 15 2016 Kalev Lember <klember@redhat.com> - 3.19.92-1
c01606
- Update to 3.19.92
c01606
c01606
* Tue Mar 01 2016 Richard Hughes <rhughes@redhat.com> - 3.19.91-1
c01606
- Update to 3.19.91
c01606
c01606
* Tue Feb 16 2016 Richard Hughes <rhughes@redhat.com> - 3.19.2-1
c01606
- Update to 3.19.2
c01606
c01606
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.1-2
c01606
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
c01606
c01606
* Wed Oct 28 2015 Kalev Lember <klember@redhat.com> - 3.19.1-1
c01606
- Update to 3.19.1
c01606
c01606
* Mon Sep 21 2015 Kalev Lember <klember@redhat.com> - 3.18.0-1
c01606
- Update to 3.18.0
c01606
c01606
* Mon Aug 31 2015 Kalev Lember <klember@redhat.com> - 3.17.91-1
c01606
- Update to 3.17.91
c01606
c01606
* Mon Aug 17 2015 Kalev Lember <klember@redhat.com> - 3.17.90-1
c01606
- Update to 3.17.90
c01606
- Use make_install macro
c01606
c01606
* Mon Aug 17 2015 Kalev Lember <klember@redhat.com> - 3.17.4-2
c01606
- Rebuilt for libcheese soname bump
c01606
c01606
* Mon Jul 27 2015 David King <amigadave@amigadave.com> - 3.17.4-1
c01606
- Update to 3.17.4
c01606
c01606
* Wed Jul 22 2015 David King <amigadave@amigadave.com> - 3.16.3-3
c01606
- Bump for new gnome-desktop3
c01606
c01606
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.16.3-2
c01606
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
c01606
c01606
* Mon May 18 2015 Matthias Clasen <mclasen@redhat.com> - 3.16.3-1
c01606
- Update to 3.16.3
c01606
c01606
* Tue May 12 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.2-1
c01606
- Update to 3.16.2
c01606
c01606
* Wed Apr 15 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.1-1
c01606
- Update to 3.16.1
c01606
c01606
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.0-1
c01606
- Update to 3.16.0
c01606
c01606
* Wed Mar 18 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.92-1
c01606
- Update to 3.15.92
c01606
c01606
* Thu Mar 05 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.91.1-1
c01606
- Update to 3.15.91.1
c01606
c01606
* Mon Mar 02 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.91-1
c01606
- Update to 3.15.91
c01606
- Use the %%license macro for the COPYING file
c01606
c01606
* Thu Feb 19 2015 Matthias Clasen <mclasen@redhat.com> - 3.15.90.1-1
c01606
- Update to 3.15.90.1
c01606
c01606
* Tue Dec 16 2014 Rui Matos <rmatos@redhat.com> - 3.14.2.1-2
c01606
- Resolves: rhbz#1172363
c01606
c01606
* Tue Nov 11 2014 Rui Matos <rmatos@redhat.com> - 3.14.2.1-1
c01606
- Update to 3.14.2.1
c01606
c01606
* Mon Nov 10 2014 Rui Matos <rmatos@redhat.com> - 3.14.2-1
c01606
- Update to 3.14.2
c01606
- Resolves: rhbz#1158442
c01606
c01606
* Fri Oct 31 2014 Rui Matos <rmatos@redhat.com> - 3.14.1-3
c01606
- Resolves: rhbz#1151519
c01606
c01606
* Tue Oct 21 2014 Rui Matos <rmatos@redhat.com> - 3.14.1-2
c01606
- Resolves: rhbz#1154206
c01606
c01606
* Sat Oct 11 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.1-1
c01606
- Update to 3.14.1
c01606
c01606
* Tue Sep 23 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
c01606
- Update to 3.14.0
c01606
c01606
* Wed Sep 17 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.7-1
c01606
- Update to 3.13.7
c01606
c01606
* Tue Sep 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.6-1
c01606
- Update to 3.13.6
c01606
c01606
* Mon Sep 08 2014 Adam Williamson <awilliam@redhat.com> - 3.13.5-2
c01606
- backport upstream patch to offer full list of keyboard layouts (BGO #729208)
c01606
c01606
* Wed Sep 03 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.5-1
c01606
- Update to 3.13.5
c01606
c01606
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.4-3
c01606
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
c01606
c01606
* Wed Aug 13 2014 Matthias Clasen <mclasen@redhat.com> - 3.13.4-2
c01606
- Drop the yelp focus patch (we've dropped the yelp patch it depends on)
c01606
c01606
* Fri Jul 25 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.4-1
c01606
- Update to 3.13.4
c01606
c01606
* Thu Jul 24 2014 Matthias Clasen <mclasen@redhat.com> - 3.12.1-3
c01606
- Fix a memory corruption crash (#1116478)
c01606
c01606
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.1-2
c01606
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
c01606
c01606
* Thu May 15 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.1-1
c01606
- Update to 3.12.1
c01606
c01606
* Tue Mar 25 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.0-1
c01606
- Update to 3.12.0
c01606
c01606
* Thu Mar 20 2014 Richard Hughes <rhughes@redhat.com> - 3.11.92-1
c01606
- Update to 3.11.92
c01606
c01606
* Sat Mar 08 2014 Richard Hughes <rhughes@redhat.com> - 3.11.91-1
c01606
- Update to 3.11.91
c01606
c01606
* Fri Feb 28 2014 Richard Hughes <rhughes@redhat.com> - 3.11.90-1
c01606
- Update to 3.11.90
c01606
c01606
* Wed Feb 19 2014 Kalev Lember <kalevlember@gmail.com> - 3.10.1.1-5
c01606
- Rebuilt for libgnome-desktop soname bump
c01606
c01606
* Fri Nov 29 2013 Rui Matos <rmatos@redhat.com> - 3.10.1.1-4
c01606
- Resolves: rhbz#1035548 - Disables the GOA page in new user mode
c01606
c01606
* Thu Nov 28 2013 Rui Matos <rmatos@redhat.com> - 3.10.1.1-3
c01606
- Resolves: rhbz#1027507 - [abrt] gnome-initial-setup-3.10.1.1-2.fc20: magazine_chain_pop_head
c01606
c01606
* Fri Nov  1 2013 Matthias Clasen <mclasen@redhat.com> - 3.10.1.1-2
c01606
- Fix goa add dialog to not be empty
c01606
c01606
* Mon Oct 28 2013 Richard Hughes <rhughes@redhat.com> - 3.10.1.1-1
c01606
- Update to 3.10.1.1
c01606
c01606
* Thu Sep 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0.1-1
c01606
- Update to 3.10.0.1
c01606
c01606
* Wed Sep 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0-1
c01606
- Update to 3.10.0
c01606
c01606
* Tue Sep 03 2013 Kalev Lember <kalevlember@gmail.com> - 0.12-7
c01606
- Rebuilt for libgnome-desktop soname bump
c01606
c01606
* Fri Aug 23 2013 Kalev Lember <kalevlember@gmail.com> - 0.12-6
c01606
- Rebuilt for gnome-online-accounts soname bump
c01606
c01606
* Fri Aug 09 2013 Kalev Lember <kalevlember@gmail.com> - 0.12-5
c01606
- Rebuilt for cogl 1.15.4 soname bump
c01606
c01606
* Tue Aug 06 2013 Adam Williamson <awilliam@redhat.com> - 0.12-4
c01606
- rebuild for new libgweather
c01606
c01606
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-3
c01606
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
c01606
c01606
* Fri Jun 21 2013 Kalev Lember <kalevlember@gmail.com> - 0.12-2
c01606
- Rebuilt for libgweather 3.9.3 soname bump
c01606
c01606
* Mon Jun 17 2013 Rui Matos <rmatos@redhat.com> - 0.12-1
c01606
- Update to 0.12
c01606
c01606
* Fri Jun  7 2013 Matthias Clasen <mclasen@redhat.com> - 0.11-2
c01606
- Require polkit-js-engine
c01606
c01606
* Tue May 28 2013 Matthias Clasen <mclasen@redhat.com> - 0.11-1
c01606
- Update to 0.11
c01606
c01606
* Tue May 14 2013 Rui Matos <rmatos@redhat.com> - 0.10-1
c01606
- Update to 0.10
c01606
- Add BuildRequires on polkit-devel
c01606
- Update files list
c01606
c01606
* Thu May  2 2013 Rui Matos <rmatos@redhat.com> - 0.9-2
c01606
- Remove unused patches
c01606
- Add build requires for ibus
c01606
c01606
* Tue Apr 16 2013 Matthias Clasen <mclasen@redhat.com> - 0.9-1
c01606
- Update to 0.9
c01606
c01606
* Tue Apr 16 2013 Ray Strode <rstrode@redhat.com> 0.8-4
c01606
- Add requires for keyboard viewer app
c01606
c01606
* Wed Mar 20 2013 Ray Strode <rstrode@redhat.com> 0.8-3
c01606
- Add cosimoc fix for gd page transitions
c01606
c01606
* Wed Mar 20 2013 Ray Strode <rstrode@redhat.com> 0.8-2
c01606
- Disable gd page transitions for now since they don't
c01606
  completely work right (ask adamw).
c01606
- Fix crasher when realmd goes away
c01606
c01606
* Tue Mar 19 2013 Matthias Clasen <mclasen@redhat.com> - 0.8-1
c01606
- Update to 0.8
c01606
c01606
* Tue Mar 12 2013 Matthias Clasen <mclasen@redhat.com> - 0.7-1
c01606
- Update to 0.7
c01606
c01606
* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 0.6-4
c01606
- Rebuilt for cogl soname bump
c01606
c01606
* Wed Feb 20 2013 Kalev Lember <kalevlember@gmail.com> - 0.6-3
c01606
- Rebuilt for libgnome-desktop soname bump
c01606
c01606
* Fri Jan 25 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.6-2
c01606
- Rebuild for new cogl
c01606
c01606
* Wed Jan 16 2013 Matthias Clasen <mclasen@redhat.com> - 0.6-1
c01606
- 0.6
c01606
c01606
* Fri Jan 11 2013 Matthias Clasen <mclasen@redhat.com> - 0.5-1
c01606
- 0.5
c01606
c01606
* Fri Dec 21 2012 Kalev Lember <kalevlember@gmail.com> - 0.4-2
c01606
- Rebuilt for libgweather soname bump
c01606
c01606
* Thu Nov 22 2012 Matthias Clasen <mclasen@redhat.com> - 0.4-1
c01606
- 0.4
c01606
c01606
* Fri Oct 26 2012 Jasper St. Pierre <jstpierre@mecheye.net> - 0.3-3
c01606
- Add krb5
c01606
c01606
* Fri Oct 26 2012 Jasper St. Pierre <jstpierre@mecheye.net> - 0.3-2
c01606
- 0.3-2
c01606
c01606
* Thu Oct 18 2012 Matthias Clsaen <mclasen@redhat.com> - 0.3-1
c01606
- 0.3
c01606
c01606
* Fri Sep 14 2012 Matthias Clasen <mclasen@redhat.com> - 0.2-2
c01606
- Add Requires: gdm
c01606
c01606
* Wed Aug 29 2012 Jasper St. Pierre <jstpierre@mecheye.net> - 0.2-1
c01606
- Update to 0.2
c01606
c01606
* Fri Jun 08 2012 Jasper St. Pierre <jstpierre@mecheye.net> - 0.1
c01606
- Initial packaging.