From 82eb7dedeea71bc76cc4517a0f1211bd1e7361e6 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Oct 30 2019 15:43:38 +0000 Subject: import gsettings-desktop-schemas-3.28.0-3.el7 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..73213a0 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/gsettings-desktop-schemas-3.28.0.tar.xz diff --git a/.gsettings-desktop-schemas.metadata b/.gsettings-desktop-schemas.metadata new file mode 100644 index 0000000..585c7ab --- /dev/null +++ b/.gsettings-desktop-schemas.metadata @@ -0,0 +1 @@ +1076225bda5d32e1111cbf7da1f5958abd928b11 SOURCES/gsettings-desktop-schemas-3.28.0.tar.xz diff --git a/SOURCES/0001-schemas-add-new-lockdown-setting-for-password-showin.patch b/SOURCES/0001-schemas-add-new-lockdown-setting-for-password-showin.patch new file mode 100644 index 0000000..20dbcf7 --- /dev/null +++ b/SOURCES/0001-schemas-add-new-lockdown-setting-for-password-showin.patch @@ -0,0 +1,65 @@ +From 7c0887c5a50434aa000f0db538382613f0944ac2 Mon Sep 17 00:00:00 2001 +From: Ray Strode +Date: Wed, 21 Aug 2019 13:41:08 -0400 +Subject: [PATCH] schemas: add new lockdown setting for password showing + +A convenient feature of many password entries is the +"Show Password" menu that lets the user see what password +is hidden behind the bullets they're typing. + +While certainly useful, it can also be problematic in some +deployments, and violate security policies. + +This commit adds a new setting to rid users of that "Show Password" +menu item. +--- + schemas/org.gnome.desktop.lockdown.gschema.xml.in | 7 +++++++ + 1 file changed, 7 insertions(+) + +diff --git a/schemas/org.gnome.desktop.lockdown.gschema.xml.in b/schemas/org.gnome.desktop.lockdown.gschema.xml.in +index 0150b32..b8020d1 100644 +--- a/schemas/org.gnome.desktop.lockdown.gschema.xml.in ++++ b/schemas/org.gnome.desktop.lockdown.gschema.xml.in +@@ -44,32 +44,39 @@ + + + false + Disable lock screen + + Prevent the user to lock his screen. + + + + false + Disable URL and MIME type handlers + + Prevent running any URL or MIME type handler applications. + + + + false + Disable log out + + Prevent the user from logging out. + + + + false + Disable user administration + + Stop the user from modifying user accounts. By default, we allow adding + and removing users, as well as changing other users settings. + + ++ ++ false ++ Disable password showing ++ ++ Disable the "Show Password" menu item in password entries. ++ ++ + + +-- +2.21.0 + diff --git a/SOURCES/0001-schemas-default-lock-background.patch b/SOURCES/0001-schemas-default-lock-background.patch new file mode 100644 index 0000000..23f4d0b --- /dev/null +++ b/SOURCES/0001-schemas-default-lock-background.patch @@ -0,0 +1,28 @@ +From ff14d233b2117fc1b18955c62df29bb687b0f8ff Mon Sep 17 00:00:00 2001 +From: Jakub Steiner +Date: Mon, 26 Mar 2018 15:45:46 +0200 +Subject: [PATCH] schemas: default lock background + +We no longer ship explicit default lock screen background. + +https://bugzilla.gnome.org/show_bug.cgi?id=794698 +--- + schemas/org.gnome.desktop.screensaver.gschema.xml.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/schemas/org.gnome.desktop.screensaver.gschema.xml.in b/schemas/org.gnome.desktop.screensaver.gschema.xml.in +index 9eacd74a32..5c2db2a156 100644 +--- a/schemas/org.gnome.desktop.screensaver.gschema.xml.in ++++ b/schemas/org.gnome.desktop.screensaver.gschema.xml.in +@@ -95,7 +95,7 @@ + + + +- 'file://@datadir@/backgrounds/gnome/adwaita-lock.jpg' ++ 'file://@datadir@/backgrounds/gnome/adwaita-timed.xml' + Picture URI + + URI to use for the background image. Note that the backend only supports +-- +2.17.1 + diff --git a/SPECS/gsettings-desktop-schemas.spec b/SPECS/gsettings-desktop-schemas.spec new file mode 100644 index 0000000..f8d0dbe --- /dev/null +++ b/SPECS/gsettings-desktop-schemas.spec @@ -0,0 +1,258 @@ +%global debug_package %{nil} + +Name: gsettings-desktop-schemas +Version: 3.28.0 +Release: 3%{?dist} +Summary: A collection of GSettings schemas + +License: LGPLv2+ +# no homepage exists for this component +URL: http://bugzilla.gnome.org/enter_bug.cgi?product=gsettings-desktop-schemas +Source0: http://download.gnome.org/sources/%{name}/3.28/%{name}-%{version}.tar.xz +# Backported from upstream +Patch00001: 0001-schemas-default-lock-background.patch + +# https://bugzilla.redhat.com/show_bug.cgi?id=1506370 +Patch10001: 0001-schemas-add-new-lockdown-setting-for-password-showin.patch + +BuildRequires: glib2-devel >= 2.31.0 +BuildRequires: intltool +BuildRequires: gobject-introspection-devel + +# Older versions need the "scroll-method" key that was removed in 3.19.3 +Conflicts: control-center < 1:3.19.3 +Conflicts: gnome-settings-daemon < 3.19.3 +Conflicts: mutter < 3.19.3 + +Requires: glib2 >= 2.31.0 + +%description +gsettings-desktop-schemas contains a collection of GSettings schemas for +settings shared by various components of a desktop. + +%package devel +Summary: Development files for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description devel +The %{name}-devel package contains libraries +and header files for developing applications that use %{name}. + + +%prep +%autosetup -p1 + + +%build +%configure --disable-schemas-compile --enable-introspection=yes +make %{?_smp_mflags} + + +%install +%make_install + +%find_lang %{name} --with-gnome + +%posttrans +glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : + +%postun +if [ $1 -eq 0 ]; then + glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : +fi + + +%files -f %{name}.lang +%doc AUTHORS MAINTAINERS NEWS README +%license COPYING +%{_datadir}/glib-2.0/schemas/* +%{_datadir}/GConf/gsettings/gsettings-desktop-schemas.convert +%{_datadir}/GConf/gsettings/wm-schemas.convert +%{_libdir}/girepository-1.0/GDesktopEnums-3.0.typelib + +%files devel +%doc HACKING +%{_includedir}/* +%{_datadir}/pkgconfig/* +%{_datadir}/gir-1.0/GDesktopEnums-3.0.gir + + +%changelog +* Wed Aug 21 2019 Ray Strode - 3.28.0-3 +- add setting to display Show Password menu + Related: #1506370 + +* Tue Sep 04 2018 Kalev Lember - 3.28.0-2 +- Fix lock screen background to show up +- Resolves: #1597764 + +* Thu Apr 26 2018 Kalev Lember - 3.28.0-1 +- Update to 3.28.0 +- Resolves: #1569273 + +* Tue Apr 17 2018 Carlos Garnacho - 3.24.1-2 +- Add support for Wacom Pro Pen 3D styli +Resolves: #1564064 + +* Wed Sep 20 2017 Bastien Nocera - 3.24.1-1 ++ gsettings-desktop-schemas-3.24.1-1 +- Update to 3.24.1 +- Resolves: #1481405 + +* Wed Sep 21 2016 Kalev Lember - 3.22.0-1 +- Update to 3.22.0 +- Resolves: #1386977 + +* Thu Apr 30 2015 Bastien Nocera 3.14.2-1 +- Update to 3.14.2 +Resolves: #1174444 + +* Fri Jan 24 2014 Daniel Mach - 3.8.2-3 +- Mass rebuild 2014-01-24 + +* Fri Dec 27 2013 Daniel Mach - 3.8.2-2 +- Mass rebuild 2013-12-27 + +* Tue May 14 2013 Richard Hughes - 3.8.2-1 +- Update to 3.8.2 + +* Tue Mar 26 2013 Kalev Lember - 3.8.0-1 +- Update to 3.8.0 + +* Tue Mar 19 2013 Matthias Clasen - 3.7.92-1 +- Update to 3.7.92 + +* Thu Mar 7 2013 Matthias Clasen - 3.7.91-1 +- Update to 3.7.91 + +* Thu Feb 21 2013 Kalev Lember - 3.7.90-1 +- Update to 3.7.90 + +* Tue Feb 05 2013 Richard Hughes - 3.7.5-1 +- Update to 3.7.5 + +* Tue Jan 15 2013 Matthias Clasen - 3.7.4-1 +- Update to 3.7.4 + +* Thu Dec 20 2012 Kalev Lember - 3.7.3-1 +- Update to 3.7.3 + +* Tue Nov 20 2012 Richard Hughes - 3.7.2-1 +- Update to 3.7.2 + +* Tue Nov 13 2012 Kalev Lember - 3.6.1-1 +- Update to 3.6.1 + +* Tue Sep 25 2012 Richard Hughes - 3.6.0-1 +- Update to 3.6.0 + +* Wed Sep 19 2012 Richard Hughes - 3.5.92-1 +- Update to 3.5.92 + +* Thu Sep 06 2012 Richard Hughes - 3.5.91-1 +- Update to 3.5.91 + +* Wed Aug 22 2012 Richard Hughes - 3.5.90-1 +- Update to 3.5.90 + +* Wed Jul 18 2012 Debarshi Ray - 3.5.4-1 +- Update to 3.5.4 + +* Tue Jun 26 2012 Richard Hughes - 3.5.3-1 +- Update to 3.5.3 + +* Wed Jun 06 2012 Richard Hughes - 3.5.2-1 +- Update to 3.5.2 + +* Fri May 18 2012 Richard Hughes - 3.4.2-1 +- Update to 3.4.2 + +* Mon Apr 16 2012 Richard Hughes - 3.4.1-1 +- Update to 3.4.1 + +* Tue Mar 27 2012 Richard Hughes - 3.4.0-1 +- Update to 3.4.0 + +* Mon Mar 19 2012 Richard Hughes 3.3.92-1 +- Update to 3.3.92 + +* Wed Feb 22 2012 Bastien Nocera 3.3.90-1 +- Update to 3.3.90 + +* Fri Jan 13 2012 Fedora Release Engineering - 3.3.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Nov 23 2011 Ville Skyttä - 3.3.2-3 +- Disable empty -debuginfo package. +- Fix minimum required glib2 version. + +* Tue Nov 22 2011 Matthias Clasen - 3.3.2-2 +- Enable introspection +- Make the package archful, since we now install in libdir + +* Tue Nov 22 2011 Matthias Clasen - 3.3.2-1 +- Update to 3.3.2 + +* Mon Sep 26 2011 Bastien Nocera 3.2.0-1 +- Update to 3.2.0 + +* Tue Sep 6 2011 Matthias Clasen - 3.1.91-1 +- Update to 3.1.91 + +* Mon Jul 04 2011 Bastien Nocera 3.1.3-1 +- Update to 3.1.3 + +* Tue Apr 26 2011 Matthias Clasen 3.0.1-1 +- Update to 3.0.1 + +* Thu Apr 7 2011 Matthias Clasen 3.0.0-2 +- Don't perform questionable migrations + +* Mon Apr 04 2011 Bastien Nocera 3.0.0-1 +- Update to 3.0.0 + +* Mon Mar 21 2011 Matthias Clasen 2.91.92-1 +- Update to 2.91.92 + +* Wed Mar 09 2011 Bastien Nocera 2.91.91-2 +- Fix possible crasher when converting schemas + +* Tue Mar 08 2011 Bastien Nocera 2.91.91-1 +- Update to 2.91.91 + +* Thu Feb 24 2011 Colin Walters - 0.1.7-2 +- Add patch from git to disable a11y by default; it makes + gnome-shell totally unusable right now + +* Mon Feb 21 2011 Bastien Nocera 0.1.7-1 +- Update to 0.1.7 + +* Thu Feb 10 2011 Matthias Clasen - 0.1.5-3 +- Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 0.1.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Wed Feb 2 2011 Matthias Clasen - 0.1.5-1 +- Update to 0.1.5 + +* Mon Jan 10 2011 Matthias Clasen - 0.1.4-1 +- Update to 0.1.4 + +* Sat Jan 8 2011 Matthias Clasen - 0.1.3-1 +- Update to 0.1.3 + +* Tue Nov 30 2010 Tomas Bzatek - 0.1.2-1 +- Update to 0.1.2 + +* Wed Nov 17 2010 Bastien Nocera 0.1.1-1 +- Update to 0.1.1 + +* Tue Nov 2 2010 Matthias Clasen - 0.1.0-1 +- Update to 0.1.0 + +* Tue Aug 24 2010 Matthias Clasen - 0.0.1-1 +- Update to 0.0.1 + +* Tue Aug 3 2010 Tomas Bzatek - 0.0.1-1.git20100729 +- Initial packaging