Compare commits

..

5 Commits

Author SHA1 Message Date
Fedora Release Engineering 1d182048fe Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-17 19:42:37 +00:00
Michal Hlavinka ab4bae5460 add missing spec part 2025-08-27 12:09:41 +02:00
Michal Hlavinka 1b190bb759 revert previous commit, it is still needed even without pam_console
instead take ownership of /etc/security/console.apps/
2025-08-27 12:05:53 +02:00
Michal Hlavinka 68a87d386e do not use console.apps as pam_console was dropped 2025-08-27 11:08:36 +02:00
Fedora Release Engineering a546b622a9 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 19:53:27 +00:00
+15 -1
View File
@@ -9,7 +9,7 @@
Summary: Tools for certain user account management tasks
Name: usermode
Version: 1.114
Release: 12%{?dist}
Release: 16%{?dist}
License: GPL-2.0-or-later
URL: https://pagure.io/%{name}/
Source: https://releases.pagure.org/%{name}/%{name}-%{version}.tar.xz
@@ -93,6 +93,7 @@ done
%{_bindir}/consolehelper
%{_mandir}/man8/userhelper.8*
%{_mandir}/man8/consolehelper.8*
%dir /etc/security/console.apps
%config(noreplace) /etc/security/console.apps/config-util
%if %{with gtk}
@@ -115,6 +116,19 @@ done
%endif
%changelog
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.114-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
* Wed Aug 27 2025 Michal Hlavinka <mhlavink@redhat.com> - 1.114-15
- revert back and take ownership of console.apps as usermode still needs it
* Wed Aug 27 2025 Michal Hlavinka <mhlavink@redhat.com> - 1.114-14
- drop console.apps files as pam no longer uses those and pam_console
was dropped https://fedoraproject.org/wiki/Changes/RemovePamConsole
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.114-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Thu Jan 30 2025 Michal Hlavinka <mhlavink@redhat.com> - 1.114-12
- fix static analysis issues and ftbfs