Compare commits

...

No commits in common. "c8" and "c9" have entirely different histories.
c8 ... c9

1 changed files with 70 additions and 40 deletions

View File

@ -2,7 +2,7 @@
Name: accountsservice Name: accountsservice
Version: 0.6.55 Version: 0.6.55
Release: 4%{?dist} Release: 10%{?dist}
Summary: D-Bus interfaces for querying and manipulating user account information Summary: D-Bus interfaces for querying and manipulating user account information
License: GPLv3+ License: GPLv3+
URL: https://www.freedesktop.org/wiki/Software/AccountsService/ URL: https://www.freedesktop.org/wiki/Software/AccountsService/
@ -67,10 +67,10 @@ files needed to build applications that use accountsservice-libs.
%meson -Dgtk_doc=true -Dsystemd=true -Duser_heuristics=true %meson -Dgtk_doc=true -Dsystemd=true -Duser_heuristics=true
%meson_build %meson_build
%install %install
%meson_install %meson_install
mkdir -p $RPM_BUILD_ROOT%{_datadir}/accountsservice/interfaces/
mkdir -p $RPM_BUILD_ROOT%{_datadir}/accountsservice/user-templates $RPM_BUILD_ROOT%{_sysconfdir}/accountsservice/user-templates mkdir -p $RPM_BUILD_ROOT%{_datadir}/accountsservice/user-templates $RPM_BUILD_ROOT%{_sysconfdir}/accountsservice/user-templates
cp $RPM_SOURCE_DIR/user-template $RPM_BUILD_ROOT%{_datadir}/accountsservice/user-templates/standard cp $RPM_SOURCE_DIR/user-template $RPM_BUILD_ROOT%{_datadir}/accountsservice/user-templates/standard
cp $RPM_SOURCE_DIR/user-template $RPM_BUILD_ROOT%{_datadir}/accountsservice/user-templates/administrator cp $RPM_SOURCE_DIR/user-template $RPM_BUILD_ROOT%{_datadir}/accountsservice/user-templates/administrator
@ -96,6 +96,8 @@ cp $RPM_SOURCE_DIR/user-template $RPM_BUILD_ROOT%{_datadir}/accountsservice/user
%dir %{_sysconfdir}/accountsservice %dir %{_sysconfdir}/accountsservice
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.Accounts.conf %{_sysconfdir}/dbus-1/system.d/org.freedesktop.Accounts.conf
%{_libexecdir}/accounts-daemon %{_libexecdir}/accounts-daemon
%dir %{_datadir}/accountsservice/
%dir %{_datadir}/accountsservice/interfaces/
%{_datadir}/dbus-1/interfaces/org.freedesktop.Accounts.xml %{_datadir}/dbus-1/interfaces/org.freedesktop.Accounts.xml
%{_datadir}/dbus-1/interfaces/org.freedesktop.Accounts.User.xml %{_datadir}/dbus-1/interfaces/org.freedesktop.Accounts.User.xml
%{_datadir}/dbus-1/system-services/org.freedesktop.Accounts.service %{_datadir}/dbus-1/system-services/org.freedesktop.Accounts.service
@ -122,54 +124,82 @@ cp $RPM_SOURCE_DIR/user-template $RPM_BUILD_ROOT%{_datadir}/accountsservice/user
%{_datadir}/gtk-doc/html/libaccountsservice/* %{_datadir}/gtk-doc/html/libaccountsservice/*
%changelog %changelog
* Mon Oct 25 2021 Ray Strode <rstrode@redhat.com> - 0.6.55-4 * Thu Feb 24 2022 Ray Strode <rstrode@redhat.com> - 0.6.55-10
- Synchronize permissions and group ownership for icon and users dirs - Synchronize permissions and group ownership for icon and users dirs
between rpm file manifest and daemon expectations between rpm file manifest and daemon expectations.
Resolves: #1919300 Resolves: #2057576
* Tue Oct 12 2021 Ray Strode <rstrode@redhat.com> - 0.6.55-3 * Mon Oct 25 2021 Ray Strode <rstrode@redhat.com> - 0.6.55-9
- Allow cache files to configure and override system accounts - Bring in RHEL-8 patches
Resolves: #2012331 Resolves: #2014692
* Wed Aug 04 2021 Ray Strode <rstrode@redhat.com> - 0.6.55-2 * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.6.55-8
- Add support for user templates so user can specify default session - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Resolves: #1812788 Related: rhbz#1991688
* Fri Jan 15 2021 Ray Strode <rstrode@redhat.com> - 0.6.55-1 * Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 0.6.55-7
- Rebase to 0.6.55 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
Resolves: #1846376
* Sun Dec 15 2019 Ray Strode <rstrode@redhat.com> - 0.6.50-8 * Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.55-6
- Don't set HasNoUsers=true if realmd has providers - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Related: #1750516
* Mon Jun 17 2019 Ray Strode <rstrode@redhat.com> - 0.6.50-7 * Fri Sep 04 2020 Bastien Nocera <bnocera@redhat.com> - 0.6.55-5
- Don't send change updates for login history changes + accountsservice-0.6.55-5
Resolves: #1713080 - Own /usr/share/accountsservice
* Mon Nov 26 2018 Ray Strode <rstrode@redhat.com> - 0.6.50-6 * Fri Jul 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.55-4
- Fix user switching before screen lock - Second attempt - Rebuilt for
Resolves: #1653263 https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Mon Oct 15 2018 Ray Strode <rstrode@redhat.com> - 0.6.50-5 * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.55-3
- Turn off aliasing optimizations until glib codegen is fixed - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Related: #1628060 1639428
* Fri Oct 12 2018 Ray Strode <rstrode@redhat.com> - 0.6.50-4 * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.55-2
Correct rpmdiff complaints - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Related: #1628060
* Fri Oct 12 2018 Ray Strode <rstrode@redhat.com> - 0.6.50-3 * Thu Sep 26 2019 Benjamin Berg <bberg@redhat.com> - 0.6.55-1
- Record OS in user data when creating new users - Update to 0.6.55
Related: #1628060 Resolves: #1755838
* Mon Aug 20 2018 Ray Strode <rstrode@redhat.com> - 0.6.50-2 * Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.54-6
- add new api needed for handling upgrades from RHEL 7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Related: #1612915 1595825
* Fri Jul 13 2018 Ray Strode <rstrode@redhat.com> - 0.6.50-1 * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.54-5
- Update to 0.6.50 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Related: #1597499
* Mon Jan 21 2019 Alexandru-Sever Horin <alex.sever.h@gmail.com> - 0.6.54-4
- Add patch from upstream to fix UID detection
Resolves: #1646418
* Thu Jan 17 2019 Adam Williamson <awilliam@redhat.com> - 0.6.54-3
- Explicitly enable systemd support (#1576903) (Elliott Sales de Andrade)
* Mon Jan 14 2019 Björn Esser <besser82@fedoraproject.org> - 0.6.54-2
- Rebuilt for libcrypt.so.2 (#1666033)
* Sat Sep 29 2018 Ray Strode <rstrode@redhat.com> - 0.6.54-1
- Update to 0.6.54
* Thu Sep 27 2018 Ray Strode <rstrode@redhat.com> - 0.6.53-1
- Update to 0.6.53
* Mon Sep 24 2018 Adam Williamson <awilliam@redhat.com> - 0.6.50-1
- Update to 0.6.50, plus a couple of backported patches
Resolves: #1576903
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.49-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Thu May 10 2018 Ray Strode <rstrode@redhat.com> - 0.6.49-1
- Update to 0.6.49 (brown bag release)
* Thu May 10 2018 Ray Strode <rstrode@redhat.com> - 0.6.48-1
- Update to 0.6.48
Resolves: #1575780
* Fri May 04 2018 Ray Strode <rstrode@redhat.com> - 0.6.47-2
- fix crash on user deletion
Resolves: #1573550
* Tue Apr 24 2018 Ray Strode <rstrode@redhat.com> - 0.6.47-1 * Tue Apr 24 2018 Ray Strode <rstrode@redhat.com> - 0.6.47-1
- Update to 0.6.47 - Update to 0.6.47
@ -303,7 +333,7 @@ cp $RPM_SOURCE_DIR/user-template $RPM_BUILD_ROOT%{_datadir}/accountsservice/user
- Fixes CVE-2012-2737 - local file disclosure - Fixes CVE-2012-2737 - local file disclosure
Related: #832532 Related: #832532
* Thu May 31 2012 Matthias Clasen <mclasen@redhat.com> 0.6.21-1 * Thu May 30 2012 Matthias Clasen <mclasen@redhatcom> 0.6.21-1
- Update to 0.6.21 - Update to 0.6.21
* Fri May 04 2012 Ray Strode <rstrode@redhat.com> 0.6.20-1 * Fri May 04 2012 Ray Strode <rstrode@redhat.com> 0.6.20-1
@ -384,4 +414,4 @@ cp $RPM_SOURCE_DIR/user-template $RPM_BUILD_ROOT%{_datadir}/accountsservice/user
- Add missing directories to the filelist - Add missing directories to the filelist
* Fri Jan 29 2010 Matthias Clasen <mclasen@redhat.com> 0.4-1 * Fri Jan 29 2010 Matthias Clasen <mclasen@redhat.com> 0.4-1
- Initial packaging, based on work by Richard Hughes -