Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 66235cdb84 | |||
| 19e9b6bf65 | |||
| 23d35be2e4 | |||
| 03d25b3db4 |
+1
-1
@@ -1 +1 @@
|
||||
usermode-1.89.tar.bz2
|
||||
usermode-1.91.1.tar.bz2
|
||||
|
||||
@@ -1 +1 @@
|
||||
ccf617683a487e4ec27faaa3c343242d usermode-1.89.tar.bz2
|
||||
d036105f567bf0649bbec0c5866a0f81 usermode-1.91.1.tar.bz2
|
||||
|
||||
+41
-2
@@ -4,14 +4,14 @@
|
||||
|
||||
Summary: Tools for certain user account management tasks
|
||||
Name: usermode
|
||||
Version: 1.89
|
||||
Version: 1.91.1
|
||||
Release: 1
|
||||
License: GPL
|
||||
Group: Applications/System
|
||||
Source: usermode-%{version}.tar.bz2
|
||||
Requires: util-linux, pam >= 0.75-37, /etc/pam.d/system-auth, passwd
|
||||
Conflicts: SysVinit < 2.74-14
|
||||
BuildRequires: desktop-file-utils, glib2-devel, gtk2-devel
|
||||
BuildRequires: desktop-file-utils, e2fsprogs-devel, glib2-devel, gtk2-devel
|
||||
BuildRequires: libglade2-devel, libuser-devel, pam-devel, util-linux
|
||||
BuildRequires: perl-XML-Parser, libattr-devel, libSM-devel, gettext
|
||||
%if %{WITH_SELINUX}
|
||||
@@ -66,6 +66,22 @@ for wrappedapp in halt reboot poweroff ; do
|
||||
cp shutdown.pamd $RPM_BUILD_ROOT/etc/pam.d/${wrappedapp}
|
||||
done
|
||||
|
||||
for i in redhat-userinfo.desktop redhat-userpasswd.desktop; do
|
||||
cat >>$RPM_BUILD_ROOT%{_datadir}/applications/$i <<EOF
|
||||
NoDisplay=true
|
||||
EOF
|
||||
desktop-file-install --vendor redhat --delete-original \
|
||||
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
||||
--remove-category Application \
|
||||
--add-category X-GNOME-PersonalSettings \
|
||||
$RPM_BUILD_ROOT%{_datadir}/applications/$i
|
||||
done
|
||||
|
||||
desktop-file-install --vendor redhat --delete-original \
|
||||
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
||||
--remove-category Application \
|
||||
$RPM_BUILD_ROOT%{_datadir}/applications/redhat-usermount.desktop
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
%clean
|
||||
@@ -105,6 +121,29 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/applications/*
|
||||
|
||||
%changelog
|
||||
* Thu Apr 19 2007 Miloslav Trmac <mitr@redhat.com> - 1.91.1-1
|
||||
- New release with updated translations
|
||||
|
||||
* Tue Mar 27 2007 Matthias Clasen <mclasen@redhat.com> 1.91-2
|
||||
- Clean up desktop files
|
||||
|
||||
* Mon Mar 19 2007 Miloslav Trmac <mitr@redhat.com> - 1.91-1
|
||||
- Preserve environment variables in consolehelper if specified in the service
|
||||
config file
|
||||
Related: #213402
|
||||
|
||||
* Wed Mar 14 2007 Miloslav Trmac <mitr@redhat.com> - 1.90-1
|
||||
- Fix GUI=no handling
|
||||
Resolves: #110701
|
||||
- Add a dialog caption when changing user password
|
||||
Resolves: #154861
|
||||
- Fix an use of PAM data after free
|
||||
Resolves: #176992
|
||||
- Support "user", "users", LABEL= and UUID= in usermount and userformat
|
||||
Resolves: #189907
|
||||
- Use less memory in pam-panel-icon until the icon is actually displayed
|
||||
- Don't use deprecated GTK+ widgets
|
||||
|
||||
* Fri Mar 9 2007 Miloslav Trmac <mitr@redhat.com> - 1.89-1
|
||||
- Preserve application exit code in consolehelper
|
||||
Resolves: #178991, #210893
|
||||
|
||||
Reference in New Issue
Block a user