Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
697f37050d | ||
|
|
65a5302e05 | ||
|
|
1d182048fe | ||
|
|
ab4bae5460 | ||
|
|
1b190bb759 | ||
|
|
68a87d386e |
1 changed files with 15 additions and 2 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
Summary: Tools for certain user account management tasks
|
Summary: Tools for certain user account management tasks
|
||||||
Name: usermode
|
Name: usermode
|
||||||
Version: 1.114
|
Version: 1.114
|
||||||
Release: 13%{?dist}
|
Release: 17%{?dist}
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
URL: https://pagure.io/%{name}/
|
URL: https://pagure.io/%{name}/
|
||||||
Source: https://releases.pagure.org/%{name}/%{name}-%{version}.tar.xz
|
Source: https://releases.pagure.org/%{name}/%{name}-%{version}.tar.xz
|
||||||
|
|
@ -25,7 +25,6 @@ BuildRequires: desktop-file-utils, gtk2-devel, startup-notification-devel, libSM
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: libblkid-devel, libselinux-devel, libuser-devel
|
BuildRequires: libblkid-devel, libselinux-devel, libuser-devel
|
||||||
BuildRequires: pam-devel, perl-XML-Parser
|
BuildRequires: pam-devel, perl-XML-Parser
|
||||||
BuildRequires: util-linux
|
|
||||||
|
|
||||||
%if %{with gtk}
|
%if %{with gtk}
|
||||||
%package gtk
|
%package gtk
|
||||||
|
|
@ -93,6 +92,7 @@ done
|
||||||
%{_bindir}/consolehelper
|
%{_bindir}/consolehelper
|
||||||
%{_mandir}/man8/userhelper.8*
|
%{_mandir}/man8/userhelper.8*
|
||||||
%{_mandir}/man8/consolehelper.8*
|
%{_mandir}/man8/consolehelper.8*
|
||||||
|
%dir /etc/security/console.apps
|
||||||
%config(noreplace) /etc/security/console.apps/config-util
|
%config(noreplace) /etc/security/console.apps/config-util
|
||||||
|
|
||||||
%if %{with gtk}
|
%if %{with gtk}
|
||||||
|
|
@ -115,6 +115,19 @@ done
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.114-17
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||||
|
|
||||||
|
* 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
|
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.114-13
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue