|
|
599f22 |
%global nm_version 1.2
|
|
|
599f22 |
%global nma_version 1.0
|
|
|
599f22 |
%global glib_required_version 2.53.0
|
|
|
599f22 |
%global gtk_required_version 3.11.3
|
|
|
599f22 |
%global geoclue_version 2.3.1
|
|
|
599f22 |
|
|
|
599f22 |
Name: gnome-initial-setup
|
|
|
599f22 |
Version: 3.28.0
|
|
|
d6a5d3 |
Release: 10%{?dist}.1
|
|
|
599f22 |
Summary: Bootstrapping your OS
|
|
|
599f22 |
|
|
|
599f22 |
License: GPLv2+
|
|
|
599f22 |
URL: https://wiki.gnome.org/Design/OS/InitialSetup
|
|
|
599f22 |
Source0: https://download.gnome.org/sources/%{name}/3.28/%{name}-%{version}.tar.xz
|
|
|
599f22 |
Source1: vendor.conf
|
|
|
599f22 |
Patch0: honor-firstboot-disabled.patch
|
|
|
599f22 |
# https://bugzilla.gnome.org/show_bug.cgi?id=793501 and https://bugzilla.gnome.org/show_bug.cgi?id=794166
|
|
|
599f22 |
Patch1: reduce-initial-setup-redundancy.patch
|
|
|
599f22 |
# https://bugzilla.gnome.org/show_bug.cgi?id=754213
|
|
|
599f22 |
Patch2: allow-weak-passwords.patch
|
|
|
599f22 |
# https://bugzilla.redhat.com/show_bug.cgi?id=1655150
|
|
|
599f22 |
Patch3: quacks-like-fedora.patch
|
|
|
f35858 |
# https://bugzilla.redhat.com/show_bug.cgi?id=1703333
|
|
|
f35858 |
Patch4: gnome-initial-setup-3.28.0-fix-japanese-defaults.patch
|
|
|
a502d7 |
# https://bugzilla.redhat.com/show_bug.cgi?id=1838088
|
|
|
a502d7 |
Patch5: gnome-initial-setup-3.28.0-fix-legacy-faces-missing-icon.patch
|
|
|
d6a5d3 |
# https://bugzilla.redhat.com/show_bug.cgi?id=2097848
|
|
|
d6a5d3 |
Patch6: timezones.patch
|
|
|
599f22 |
|
|
|
d6a5d3 |
BuildRequires: git
|
|
|
599f22 |
BuildRequires: krb5-devel
|
|
|
599f22 |
BuildRequires: desktop-file-utils
|
|
|
599f22 |
BuildRequires: intltool
|
|
|
599f22 |
BuildRequires: libpwquality-devel
|
|
|
599f22 |
BuildRequires: pkgconfig(libnm) >= %{nm_version}
|
|
|
599f22 |
BuildRequires: pkgconfig(libnma) >= %{nma_version}
|
|
|
599f22 |
BuildRequires: pkgconfig(accountsservice)
|
|
|
599f22 |
BuildRequires: pkgconfig(gnome-desktop-3.0)
|
|
|
599f22 |
BuildRequires: pkgconfig(gstreamer-1.0)
|
|
|
599f22 |
BuildRequires: pkgconfig(cheese)
|
|
|
599f22 |
BuildRequires: pkgconfig(cheese-gtk) >= 3.3.5
|
|
|
599f22 |
BuildRequires: pkgconfig(fontconfig)
|
|
|
599f22 |
BuildRequires: pkgconfig(geocode-glib-1.0)
|
|
|
599f22 |
BuildRequires: pkgconfig(gweather-3.0)
|
|
|
599f22 |
BuildRequires: pkgconfig(goa-1.0)
|
|
|
599f22 |
BuildRequires: pkgconfig(goa-backend-1.0)
|
|
|
599f22 |
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk_required_version}
|
|
|
599f22 |
BuildRequires: pkgconfig(glib-2.0) >= %{glib_required_version}
|
|
|
599f22 |
BuildRequires: pkgconfig(gio-2.0) >= %{glib_required_version}
|
|
|
599f22 |
BuildRequires: pkgconfig(gio-unix-2.0) >= %{glib_required_version}
|
|
|
599f22 |
BuildRequires: pkgconfig(gdm)
|
|
|
599f22 |
BuildRequires: pkgconfig(iso-codes)
|
|
|
599f22 |
BuildRequires: pkgconfig(libgeoclue-2.0) >= %{geoclue_version}
|
|
|
599f22 |
BuildRequires: pkgconfig(packagekit-glib2)
|
|
|
599f22 |
BuildRequires: pkgconfig(webkit2gtk-4.0)
|
|
|
599f22 |
BuildRequires: krb5-devel
|
|
|
599f22 |
BuildRequires: ibus-devel
|
|
|
599f22 |
BuildRequires: rest-devel
|
|
|
599f22 |
BuildRequires: polkit-devel
|
|
|
599f22 |
BuildRequires: libsecret-devel
|
|
|
599f22 |
# Needed to run autoreconf, for patches that touch autotools bits
|
|
|
599f22 |
BuildRequires: autoconf
|
|
|
599f22 |
BuildRequires: gnome-common
|
|
|
599f22 |
|
|
|
599f22 |
# gnome-initial-setup is being run by gdm
|
|
|
599f22 |
Requires: gdm
|
|
|
599f22 |
Requires: geoclue2-libs%{?_isa} >= %{geoclue_version}
|
|
|
599f22 |
Requires: glib2%{?_isa} >= %{glib_required_version}
|
|
|
599f22 |
# we install a rules file
|
|
|
599f22 |
Requires: polkit-js-engine
|
|
|
599f22 |
Requires: /usr/bin/gkbd-keyboard-display
|
|
|
599f22 |
|
|
|
599f22 |
Requires(pre): shadow-utils
|
|
|
599f22 |
|
|
|
599f22 |
Provides: user(%name)
|
|
|
599f22 |
|
|
|
599f22 |
%description
|
|
|
599f22 |
GNOME Initial Setup is an alternative to firstboot, providing
|
|
|
599f22 |
a good setup experience to welcome you to your system, and walks
|
|
|
599f22 |
you through configuring it. It is integrated with gdm.
|
|
|
599f22 |
|
|
|
599f22 |
%prep
|
|
|
d6a5d3 |
%autosetup -p1 -Sgit
|
|
|
599f22 |
|
|
|
599f22 |
%build
|
|
|
599f22 |
# patches touch am files
|
|
|
599f22 |
autoreconf -i
|
|
|
599f22 |
%configure \
|
|
|
599f22 |
--enable-software-sources \
|
|
|
599f22 |
--with-vendor-conf-file=%{_datadir}/gnome-initial-setup/vendor.conf
|
|
|
599f22 |
make %{?_smp_mflags}
|
|
|
599f22 |
|
|
|
599f22 |
%install
|
|
|
599f22 |
%make_install
|
|
|
599f22 |
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|
|
599f22 |
|
|
|
599f22 |
# Desktop file does not (and probably will not) ever validate, as it uses
|
|
|
599f22 |
# an absolute path /tmp/-style trigger to determine whether to autostart.
|
|
|
599f22 |
# desktop-file-validate %%{buildroot}/%%{_sysconfdir}/xdg/autostart/gnome-welcome-tour.desktop
|
|
|
599f22 |
desktop-file-validate %{buildroot}%{_sysconfdir}/xdg/autostart/gnome-initial-setup-copy-worker.desktop
|
|
|
599f22 |
desktop-file-validate %{buildroot}%{_datadir}/gdm/greeter/applications/gnome-initial-setup.desktop
|
|
|
599f22 |
desktop-file-validate %{buildroot}%{_datadir}/gdm/greeter/applications/setup-shell.desktop
|
|
|
599f22 |
|
|
|
599f22 |
mkdir -p %{buildroot}%{_datadir}/gnome-initial-setup
|
|
|
599f22 |
cp %{SOURCE1} %{buildroot}%{_datadir}/gnome-initial-setup/
|
|
|
599f22 |
|
|
|
599f22 |
%find_lang %{name}
|
|
|
599f22 |
|
|
|
599f22 |
%pre
|
|
|
599f22 |
useradd -rM -d /run/gnome-initial-setup/ -s /sbin/nologin %{name} &>/dev/null || :
|
|
|
599f22 |
|
|
|
599f22 |
%files -f %{name}.lang
|
|
|
599f22 |
%license COPYING
|
|
|
599f22 |
%doc README
|
|
|
599f22 |
%{_libexecdir}/gnome-initial-setup
|
|
|
599f22 |
%{_libexecdir}/gnome-initial-setup-copy-worker
|
|
|
599f22 |
%{_libexecdir}/gnome-welcome-tour
|
|
|
599f22 |
%{_sysconfdir}/xdg/autostart/gnome-welcome-tour.desktop
|
|
|
599f22 |
%{_sysconfdir}/xdg/autostart/gnome-initial-setup-copy-worker.desktop
|
|
|
599f22 |
%{_sysconfdir}/xdg/autostart/gnome-initial-setup-first-login.desktop
|
|
|
599f22 |
|
|
|
599f22 |
%{_datadir}/gdm/greeter/applications/gnome-initial-setup.desktop
|
|
|
599f22 |
%{_datadir}/gdm/greeter/applications/setup-shell.desktop
|
|
|
599f22 |
%{_datadir}/gnome-session/sessions/gnome-initial-setup.session
|
|
|
599f22 |
%{_datadir}/gnome-shell/modes/initial-setup.json
|
|
|
599f22 |
%{_datadir}/polkit-1/rules.d/20-gnome-initial-setup.rules
|
|
|
599f22 |
|
|
|
599f22 |
%dir %{_datadir}/gnome-initial-setup
|
|
|
599f22 |
%{_datadir}/gnome-initial-setup/vendor.conf
|
|
|
599f22 |
|
|
|
599f22 |
%changelog
|
|
|
d6a5d3 |
* Tue Jun 21 2022 Michael Catanzaro <mcatanzaro@redhat.com> - 3.28.0-10.1
|
|
|
d6a5d3 |
- Remove timezone boundaries
|
|
|
d6a5d3 |
Related: #2099783
|
|
|
d6a5d3 |
|
|
|
a502d7 |
* Tue Nov 23 2021 David King <dking@redhat.com> - 3.28.0-10
|
|
|
a502d7 |
- Fix missing icon for legacy faces (#1838088)
|
|
|
a502d7 |
|
|
|
f35858 |
* Mon Oct 19 2020 David King <dking@redhat.com> - 3.28.0-9
|
|
|
f35858 |
- Fix Japanese language default (#1703333)
|
|
|
f35858 |
|
|
|
599f22 |
* Mon Feb 18 2019 Ray Strode <rstrode@redhat.com> - 3.28.0-8
|
|
|
599f22 |
- Ensure vendora logo gets used instead of foot
|
|
|
599f22 |
Resolves: #1655150
|
|
|
599f22 |
|
|
|
599f22 |
* Mon Apr 30 2018 Adam Williamson <awilliam@redhat.com> - 3.28.0-7
|
|
|
599f22 |
- Drop unnecessary pkgconfig(NetworkManager) BuildRequire
|
|
|
599f22 |
- Run autoreconf to avoid automake version mismatch
|
|
|
599f22 |
|
|
|
599f22 |
* Wed Apr 11 2018 Michael Catanzaro <mcatanzaro@gnome.org> - 3.28.0-6
|
|
|
599f22 |
- Allow setting weak passwords
|
|
|
599f22 |
|
|
|
599f22 |
* Mon Apr 02 2018 Michael Catanzaro <mcatanzaro@gnome.org> - 3.28.0-5
|
|
|
599f22 |
- Move vendor.conf to /usr/share
|
|
|
599f22 |
|
|
|
599f22 |
* Sat Mar 31 2018 Michael Catanzaro <mcatanzaro@gnome.org> - 3.28.0-4
|
|
|
599f22 |
- Forgot to update vendor.conf in the previous build
|
|
|
599f22 |
|
|
|
599f22 |
* Sat Mar 31 2018 Michael Catanzaro <mcatanzaro@gnome.org> - 3.28.0-3
|
|
|
599f22 |
- Update reduce initial setup redundancy patch again
|
|
|
599f22 |
|
|
|
599f22 |
* Sat Mar 31 2018 Michael Catanzaro <mcatanzaro@gnome.org> - 3.28.0-2
|
|
|
599f22 |
- Update reduce initial setup redundancy patches
|
|
|
599f22 |
|
|
|
599f22 |
* Tue Mar 13 2018 Kalev Lember <klember@redhat.com> - 3.28.0-1
|
|
|
599f22 |
- Update to 3.28.0
|
|
|
599f22 |
|
|
|
599f22 |
* Fri Feb 16 2018 Michael Catanzaro <mcatanzaro@gnome.org> - 3.27.90-2
|
|
|
599f22 |
- Install vendor.conf to conditionally suppress certain pages
|
|
|
599f22 |
|
|
|
599f22 |
* Fri Feb 16 2018 Michael Catanzaro <mcatanzaro@gnome.org> - 3.27.90-1
|
|
|
599f22 |
- Upgrade to 3.27.90 and add reduce initial setup redundancy patches
|
|
|
599f22 |
|
|
|
599f22 |
* Tue Feb 13 2018 Björn Esser <besser82@fedoraproject.org> - 3.26.0-5
|
|
|
599f22 |
- Rebuild against newer gnome-desktop3 package
|
|
|
599f22 |
|
|
|
599f22 |
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.26.0-4
|
|
|
599f22 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
599f22 |
|
|
|
599f22 |
* Mon Feb 05 2018 Kalev Lember <klember@redhat.com> - 3.26.0-3
|
|
|
599f22 |
- Rebuilt for libgweather soname bump
|
|
|
599f22 |
|
|
|
599f22 |
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 3.26.0-2
|
|
|
599f22 |
- Rebuilt for switch to libxcrypt
|
|
|
599f22 |
|
|
|
599f22 |
* Thu Sep 14 2017 Kalev Lember <klember@redhat.com> - 3.26.0-1
|
|
|
599f22 |
- Update to 3.26.0
|
|
|
599f22 |
|
|
|
599f22 |
* Thu Sep 07 2017 Kalev Lember <klember@redhat.com> - 3.25.92-1
|
|
|
599f22 |
- Update to 3.25.92
|
|
|
599f22 |
|
|
|
599f22 |
* Mon Jul 31 2017 Kalev Lember <klember@redhat.com> - 3.25.4-1
|
|
|
599f22 |
- Update to 3.25.4
|
|
|
599f22 |
|
|
|
599f22 |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.25.3-2
|
|
|
599f22 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
599f22 |
|
|
|
599f22 |
* Sun Jun 25 2017 Kalev Lember <klember@redhat.com> - 3.25.3-1
|
|
|
599f22 |
- Update to 3.25.3
|
|
|
599f22 |
|
|
|
599f22 |
* Wed May 10 2017 Kalev Lember <klember@redhat.com> - 3.24.2-1
|
|
|
599f22 |
- Update to 3.24.2
|
|
|
599f22 |
|
|
|
599f22 |
* Tue Mar 21 2017 Rui Matos <rmatos@redhat.com> - 3.24.0-1
|
|
|
599f22 |
- Update to 3.24.0
|
|
|
599f22 |
|
|
|
599f22 |
* Tue Mar 14 2017 Florian Müllner <fmuellner@redhat.com> - 3.23.92-1
|
|
|
599f22 |
- Update to 3.23.92
|
|
|
599f22 |
|
|
|
599f22 |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.23.1-3
|
|
|
599f22 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
599f22 |
|
|
|
599f22 |
* Tue Jan 31 2017 Rui Matos <rmatos@redhat.com> - 3.23.1-2
|
|
|
599f22 |
- Honor anaconda's firstboot being disabled
|
|
|
599f22 |
|
|
|
599f22 |
* Sun Oct 30 2016 Kalev Lember <klember@redhat.com> - 3.23.1-1
|
|
|
599f22 |
- Update to 3.23.1
|
|
|
599f22 |
|
|
|
599f22 |
* Wed Oct 12 2016 Kalev Lember <klember@redhat.com> - 3.22.1-1
|
|
|
599f22 |
- Update to 3.22.1
|
|
|
599f22 |
|
|
|
599f22 |
* Mon Sep 19 2016 Kalev Lember <klember@redhat.com> - 3.22.0-1
|
|
|
599f22 |
- Update to 3.22.0
|
|
|
599f22 |
|
|
|
599f22 |
* Tue Sep 13 2016 Kalev Lember <klember@redhat.com> - 3.21.92-1
|
|
|
599f22 |
- Update to 3.21.92
|
|
|
599f22 |
|
|
|
599f22 |
* Mon Sep 05 2016 Kalev Lember <klember@redhat.com> - 3.21.91-2
|
|
|
599f22 |
- Build the software sources page
|
|
|
599f22 |
|
|
|
599f22 |
* Sat Sep 03 2016 Kalev Lember <klember@redhat.com> - 3.21.91-1
|
|
|
599f22 |
- Update to 3.21.91
|
|
|
599f22 |
- Update project URL
|
|
|
599f22 |
|
|
|
599f22 |
* Wed Apr 13 2016 Kalev Lember <klember@redhat.com> - 3.20.1-1
|
|
|
599f22 |
- Update to 3.20.1
|
|
|
599f22 |
|
|
|
599f22 |
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 3.20.0-1
|
|
|
599f22 |
- Update to 3.20.0
|
|
|
599f22 |
|
|
|
599f22 |
* Tue Mar 15 2016 Kalev Lember <klember@redhat.com> - 3.19.92-1
|
|
|
599f22 |
- Update to 3.19.92
|
|
|
599f22 |
|
|
|
599f22 |
* Tue Mar 01 2016 Richard Hughes <rhughes@redhat.com> - 3.19.91-1
|
|
|
599f22 |
- Update to 3.19.91
|
|
|
599f22 |
|
|
|
599f22 |
* Tue Feb 16 2016 Richard Hughes <rhughes@redhat.com> - 3.19.2-1
|
|
|
599f22 |
- Update to 3.19.2
|
|
|
599f22 |
|
|
|
599f22 |
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.1-2
|
|
|
599f22 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
599f22 |
|
|
|
599f22 |
* Wed Oct 28 2015 Kalev Lember <klember@redhat.com> - 3.19.1-1
|
|
|
599f22 |
- Update to 3.19.1
|
|
|
599f22 |
|
|
|
599f22 |
* Mon Sep 21 2015 Kalev Lember <klember@redhat.com> - 3.18.0-1
|
|
|
599f22 |
- Update to 3.18.0
|
|
|
599f22 |
|
|
|
599f22 |
* Mon Aug 31 2015 Kalev Lember <klember@redhat.com> - 3.17.91-1
|
|
|
599f22 |
- Update to 3.17.91
|
|
|
599f22 |
|
|
|
599f22 |
* Mon Aug 17 2015 Kalev Lember <klember@redhat.com> - 3.17.90-1
|
|
|
599f22 |
- Update to 3.17.90
|
|
|
599f22 |
- Use make_install macro
|
|
|
599f22 |
|
|
|
599f22 |
* Mon Aug 17 2015 Kalev Lember <klember@redhat.com> - 3.17.4-2
|
|
|
599f22 |
- Rebuilt for libcheese soname bump
|
|
|
599f22 |
|
|
|
599f22 |
* Mon Jul 27 2015 David King <amigadave@amigadave.com> - 3.17.4-1
|
|
|
599f22 |
- Update to 3.17.4
|
|
|
599f22 |
|
|
|
599f22 |
* Wed Jul 22 2015 David King <amigadave@amigadave.com> - 3.16.3-3
|
|
|
599f22 |
- Bump for new gnome-desktop3
|
|
|
599f22 |
|
|
|
599f22 |
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.16.3-2
|
|
|
599f22 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
599f22 |
|
|
|
599f22 |
* Mon May 18 2015 Matthias Clasen <mclasen@redhat.com> - 3.16.3-1
|
|
|
599f22 |
- Update to 3.16.3
|
|
|
599f22 |
|
|
|
599f22 |
* Tue May 12 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.2-1
|
|
|
599f22 |
- Update to 3.16.2
|
|
|
599f22 |
|
|
|
599f22 |
* Wed Apr 15 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.1-1
|
|
|
599f22 |
- Update to 3.16.1
|
|
|
599f22 |
|
|
|
599f22 |
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.0-1
|
|
|
599f22 |
- Update to 3.16.0
|
|
|
599f22 |
|
|
|
599f22 |
* Wed Mar 18 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.92-1
|
|
|
599f22 |
- Update to 3.15.92
|
|
|
599f22 |
|
|
|
599f22 |
* Thu Mar 05 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.91.1-1
|
|
|
599f22 |
- Update to 3.15.91.1
|
|
|
599f22 |
|
|
|
599f22 |
* Mon Mar 02 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.91-1
|
|
|
599f22 |
- Update to 3.15.91
|
|
|
599f22 |
- Use the %%license macro for the COPYING file
|
|
|
599f22 |
|
|
|
599f22 |
* Thu Feb 19 2015 Matthias Clasen <mclasen@redhat.com> - 3.15.90.1-1
|
|
|
599f22 |
- Update to 3.15.90.1
|
|
|
599f22 |
|
|
|
599f22 |
* Tue Dec 16 2014 Rui Matos <rmatos@redhat.com> - 3.14.2.1-2
|
|
|
599f22 |
- Resolves: rhbz#1172363
|
|
|
599f22 |
|
|
|
599f22 |
* Tue Nov 11 2014 Rui Matos <rmatos@redhat.com> - 3.14.2.1-1
|
|
|
599f22 |
- Update to 3.14.2.1
|
|
|
599f22 |
|
|
|
599f22 |
* Mon Nov 10 2014 Rui Matos <rmatos@redhat.com> - 3.14.2-1
|
|
|
599f22 |
- Update to 3.14.2
|
|
|
599f22 |
- Resolves: rhbz#1158442
|
|
|
599f22 |
|
|
|
599f22 |
* Fri Oct 31 2014 Rui Matos <rmatos@redhat.com> - 3.14.1-3
|
|
|
599f22 |
- Resolves: rhbz#1151519
|
|
|
599f22 |
|
|
|
599f22 |
* Tue Oct 21 2014 Rui Matos <rmatos@redhat.com> - 3.14.1-2
|
|
|
599f22 |
- Resolves: rhbz#1154206
|
|
|
599f22 |
|
|
|
599f22 |
* Sat Oct 11 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.1-1
|
|
|
599f22 |
- Update to 3.14.1
|
|
|
599f22 |
|
|
|
599f22 |
* Tue Sep 23 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
|
|
|
599f22 |
- Update to 3.14.0
|
|
|
599f22 |
|
|
|
599f22 |
* Wed Sep 17 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.7-1
|
|
|
599f22 |
- Update to 3.13.7
|
|
|
599f22 |
|
|
|
599f22 |
* Tue Sep 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.6-1
|
|
|
599f22 |
- Update to 3.13.6
|
|
|
599f22 |
|
|
|
599f22 |
* Mon Sep 08 2014 Adam Williamson <awilliam@redhat.com> - 3.13.5-2
|
|
|
599f22 |
- backport upstream patch to offer full list of keyboard layouts (BGO #729208)
|
|
|
599f22 |
|
|
|
599f22 |
* Wed Sep 03 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.5-1
|
|
|
599f22 |
- Update to 3.13.5
|
|
|
599f22 |
|
|
|
599f22 |
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.4-3
|
|
|
599f22 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
599f22 |
|
|
|
599f22 |
* Wed Aug 13 2014 Matthias Clasen <mclasen@redhat.com> - 3.13.4-2
|
|
|
599f22 |
- Drop the yelp focus patch (we've dropped the yelp patch it depends on)
|
|
|
599f22 |
|
|
|
599f22 |
* Fri Jul 25 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.4-1
|
|
|
599f22 |
- Update to 3.13.4
|
|
|
599f22 |
|
|
|
599f22 |
* Thu Jul 24 2014 Matthias Clasen <mclasen@redhat.com> - 3.12.1-3
|
|
|
599f22 |
- Fix a memory corruption crash (#1116478)
|
|
|
599f22 |
|
|
|
599f22 |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.1-2
|
|
|
599f22 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
599f22 |
|
|
|
599f22 |
* Thu May 15 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.1-1
|
|
|
599f22 |
- Update to 3.12.1
|
|
|
599f22 |
|
|
|
599f22 |
* Tue Mar 25 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.0-1
|
|
|
599f22 |
- Update to 3.12.0
|
|
|
599f22 |
|
|
|
599f22 |
* Thu Mar 20 2014 Richard Hughes <rhughes@redhat.com> - 3.11.92-1
|
|
|
599f22 |
- Update to 3.11.92
|
|
|
599f22 |
|
|
|
599f22 |
* Sat Mar 08 2014 Richard Hughes <rhughes@redhat.com> - 3.11.91-1
|
|
|
599f22 |
- Update to 3.11.91
|
|
|
599f22 |
|
|
|
599f22 |
* Fri Feb 28 2014 Richard Hughes <rhughes@redhat.com> - 3.11.90-1
|
|
|
599f22 |
- Update to 3.11.90
|
|
|
599f22 |
|
|
|
599f22 |
* Wed Feb 19 2014 Kalev Lember <kalevlember@gmail.com> - 3.10.1.1-5
|
|
|
599f22 |
- Rebuilt for libgnome-desktop soname bump
|
|
|
599f22 |
|
|
|
599f22 |
* Fri Nov 29 2013 Rui Matos <rmatos@redhat.com> - 3.10.1.1-4
|
|
|
599f22 |
- Resolves: rhbz#1035548 - Disables the GOA page in new user mode
|
|
|
599f22 |
|
|
|
599f22 |
* Thu Nov 28 2013 Rui Matos <rmatos@redhat.com> - 3.10.1.1-3
|
|
|
599f22 |
- Resolves: rhbz#1027507 - [abrt] gnome-initial-setup-3.10.1.1-2.fc20: magazine_chain_pop_head
|
|
|
599f22 |
|
|
|
599f22 |
* Fri Nov 1 2013 Matthias Clasen <mclasen@redhat.com> - 3.10.1.1-2
|
|
|
599f22 |
- Fix goa add dialog to not be empty
|
|
|
599f22 |
|
|
|
599f22 |
* Mon Oct 28 2013 Richard Hughes <rhughes@redhat.com> - 3.10.1.1-1
|
|
|
599f22 |
- Update to 3.10.1.1
|
|
|
599f22 |
|
|
|
599f22 |
* Thu Sep 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0.1-1
|
|
|
599f22 |
- Update to 3.10.0.1
|
|
|
599f22 |
|
|
|
599f22 |
* Wed Sep 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0-1
|
|
|
599f22 |
- Update to 3.10.0
|
|
|
599f22 |
|
|
|
599f22 |
* Tue Sep 03 2013 Kalev Lember <kalevlember@gmail.com> - 0.12-7
|
|
|
599f22 |
- Rebuilt for libgnome-desktop soname bump
|
|
|
599f22 |
|
|
|
599f22 |
* Fri Aug 23 2013 Kalev Lember <kalevlember@gmail.com> - 0.12-6
|
|
|
599f22 |
- Rebuilt for gnome-online-accounts soname bump
|
|
|
599f22 |
|
|
|
599f22 |
* Fri Aug 09 2013 Kalev Lember <kalevlember@gmail.com> - 0.12-5
|
|
|
599f22 |
- Rebuilt for cogl 1.15.4 soname bump
|
|
|
599f22 |
|
|
|
599f22 |
* Tue Aug 06 2013 Adam Williamson <awilliam@redhat.com> - 0.12-4
|
|
|
599f22 |
- rebuild for new libgweather
|
|
|
599f22 |
|
|
|
599f22 |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-3
|
|
|
599f22 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
599f22 |
|
|
|
599f22 |
* Fri Jun 21 2013 Kalev Lember <kalevlember@gmail.com> - 0.12-2
|
|
|
599f22 |
- Rebuilt for libgweather 3.9.3 soname bump
|
|
|
599f22 |
|
|
|
599f22 |
* Mon Jun 17 2013 Rui Matos <rmatos@redhat.com> - 0.12-1
|
|
|
599f22 |
- Update to 0.12
|
|
|
599f22 |
|
|
|
599f22 |
* Fri Jun 7 2013 Matthias Clasen <mclasen@redhat.com> - 0.11-2
|
|
|
599f22 |
- Require polkit-js-engine
|
|
|
599f22 |
|
|
|
599f22 |
* Tue May 28 2013 Matthias Clasen <mclasen@redhat.com> - 0.11-1
|
|
|
599f22 |
- Update to 0.11
|
|
|
599f22 |
|
|
|
599f22 |
* Tue May 14 2013 Rui Matos <rmatos@redhat.com> - 0.10-1
|
|
|
599f22 |
- Update to 0.10
|
|
|
599f22 |
- Add BuildRequires on polkit-devel
|
|
|
599f22 |
- Update files list
|
|
|
599f22 |
|
|
|
599f22 |
* Thu May 2 2013 Rui Matos <rmatos@redhat.com> - 0.9-2
|
|
|
599f22 |
- Remove unused patches
|
|
|
599f22 |
- Add build requires for ibus
|
|
|
599f22 |
|
|
|
599f22 |
* Tue Apr 16 2013 Matthias Clasen <mclasen@redhat.com> - 0.9-1
|
|
|
599f22 |
- Update to 0.9
|
|
|
599f22 |
|
|
|
599f22 |
* Tue Apr 16 2013 Ray Strode <rstrode@redhat.com> 0.8-4
|
|
|
599f22 |
- Add requires for keyboard viewer app
|
|
|
599f22 |
|
|
|
599f22 |
* Wed Mar 20 2013 Ray Strode <rstrode@redhat.com> 0.8-3
|
|
|
599f22 |
- Add cosimoc fix for gd page transitions
|
|
|
599f22 |
|
|
|
599f22 |
* Wed Mar 20 2013 Ray Strode <rstrode@redhat.com> 0.8-2
|
|
|
599f22 |
- Disable gd page transitions for now since they don't
|
|
|
599f22 |
completely work right (ask adamw).
|
|
|
599f22 |
- Fix crasher when realmd goes away
|
|
|
599f22 |
|
|
|
599f22 |
* Tue Mar 19 2013 Matthias Clasen <mclasen@redhat.com> - 0.8-1
|
|
|
599f22 |
- Update to 0.8
|
|
|
599f22 |
|
|
|
599f22 |
* Tue Mar 12 2013 Matthias Clasen <mclasen@redhat.com> - 0.7-1
|
|
|
599f22 |
- Update to 0.7
|
|
|
599f22 |
|
|
|
599f22 |
* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 0.6-4
|
|
|
599f22 |
- Rebuilt for cogl soname bump
|
|
|
599f22 |
|
|
|
599f22 |
* Wed Feb 20 2013 Kalev Lember <kalevlember@gmail.com> - 0.6-3
|
|
|
599f22 |
- Rebuilt for libgnome-desktop soname bump
|
|
|
599f22 |
|
|
|
599f22 |
* Fri Jan 25 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.6-2
|
|
|
599f22 |
- Rebuild for new cogl
|
|
|
599f22 |
|
|
|
599f22 |
* Wed Jan 16 2013 Matthias Clasen <mclasen@redhat.com> - 0.6-1
|
|
|
599f22 |
- 0.6
|
|
|
599f22 |
|
|
|
599f22 |
* Fri Jan 11 2013 Matthias Clasen <mclasen@redhat.com> - 0.5-1
|
|
|
599f22 |
- 0.5
|
|
|
599f22 |
|
|
|
599f22 |
* Fri Dec 21 2012 Kalev Lember <kalevlember@gmail.com> - 0.4-2
|
|
|
599f22 |
- Rebuilt for libgweather soname bump
|
|
|
599f22 |
|
|
|
599f22 |
* Thu Nov 22 2012 Matthias Clasen <mclasen@redhat.com> - 0.4-1
|
|
|
599f22 |
- 0.4
|
|
|
599f22 |
|
|
|
599f22 |
* Fri Oct 26 2012 Jasper St. Pierre <jstpierre@mecheye.net> - 0.3-3
|
|
|
599f22 |
- Add krb5
|
|
|
599f22 |
|
|
|
599f22 |
* Fri Oct 26 2012 Jasper St. Pierre <jstpierre@mecheye.net> - 0.3-2
|
|
|
599f22 |
- 0.3-2
|
|
|
599f22 |
|
|
|
599f22 |
* Thu Oct 18 2012 Matthias Clsaen <mclasen@redhat.com> - 0.3-1
|
|
|
599f22 |
- 0.3
|
|
|
599f22 |
|
|
|
599f22 |
* Fri Sep 14 2012 Matthias Clasen <mclasen@redhat.com> - 0.2-2
|
|
|
599f22 |
- Add Requires: gdm
|
|
|
599f22 |
|
|
|
599f22 |
* Wed Aug 29 2012 Jasper St. Pierre <jstpierre@mecheye.net> - 0.2-1
|
|
|
599f22 |
- Update to 0.2
|
|
|
599f22 |
|
|
|
599f22 |
* Fri Jun 08 2012 Jasper St. Pierre <jstpierre@mecheye.net> - 0.1
|
|
|
599f22 |
- Initial packaging.
|