Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fee85cc9ad | ||
|
|
9062e42624 |
@@ -1,3 +1,5 @@
|
|||||||
usermode-1.72.tar.gz
|
usermode-1.72.tar.gz
|
||||||
usermode-1.73.tar.bz2
|
usermode-1.73.tar.bz2
|
||||||
usermode-1.74.tar.bz2
|
usermode-1.74.tar.bz2
|
||||||
|
usermode-1.75.tar.bz2
|
||||||
|
usermode-1.76.tar.bz2
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
1c78136b3274e6d85f10343c075a8494 usermode-1.74.tar.bz2
|
8451a13276c33145c30e143d26294b27 usermode-1.76.tar.bz2
|
||||||
|
|||||||
+17
-3
@@ -5,7 +5,7 @@
|
|||||||
%define build6x 0
|
%define build6x 0
|
||||||
Summary: Tools for certain user account management tasks.
|
Summary: Tools for certain user account management tasks.
|
||||||
Name: usermode
|
Name: usermode
|
||||||
Version: 1.74
|
Version: 1.76
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@@ -18,6 +18,7 @@ Requires: util-linux, pam >= 0.75-37, /etc/pam.d/system-auth, passwd
|
|||||||
Conflicts: SysVinit < 2.74-14
|
Conflicts: SysVinit < 2.74-14
|
||||||
BuildPrereq: desktop-file-utils, glib2-devel, gtk2-devel
|
BuildPrereq: desktop-file-utils, glib2-devel, gtk2-devel
|
||||||
BuildPrereq: libglade2-devel, libuser-devel, pam-devel, util-linux
|
BuildPrereq: libglade2-devel, libuser-devel, pam-devel, util-linux
|
||||||
|
BuildPrereq: perl-XML-Parser
|
||||||
%if %{WITH_SELINUX}
|
%if %{WITH_SELINUX}
|
||||||
BuildPrereq: libselinux-devel >= 1.17.13-2
|
BuildPrereq: libselinux-devel >= 1.17.13-2
|
||||||
%endif
|
%endif
|
||||||
@@ -45,7 +46,6 @@ graphical tools for certain account management tasks.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
./autogen.sh
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
@@ -115,7 +115,21 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/applications/*
|
%{_datadir}/applications/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Oct 20 2004 Jindrich Novy <jnovy@redhat.con> 1.74-1
|
* Thu Dec 02 2004 Jindrich Novy <jnovy@redhat.com> 1.76-1
|
||||||
|
- fix dependencies to perl-XML-Parser #124170
|
||||||
|
- use "pamconsole" instead of "user" when parsing /etc/fstab with usermount
|
||||||
|
- no need to declare "perm" when SELinux is not enabled in userhelper
|
||||||
|
|
||||||
|
* Tue Nov 16 2004 Jindrich Novy <jnovy@redhat.com>
|
||||||
|
- update libuser interface to libuser-0.6
|
||||||
|
|
||||||
|
* Wed Nov 10 2004 Jindrich Novy <jnovy@redhat.com> 1.75-1
|
||||||
|
- make pam-panel-icon using localized strings (#138609)
|
||||||
|
- update translations
|
||||||
|
- fix usermount to use "-I" option only for vfat and msdos fs
|
||||||
|
- fix Makefile.am to not to use "Release" from spec to name dist tarballs
|
||||||
|
|
||||||
|
* Wed Oct 20 2004 Jindrich Novy <jnovy@redhat.com> 1.74-1
|
||||||
- add patch from Mathew Miller (mattdm@mattdm.org) to use
|
- add patch from Mathew Miller (mattdm@mattdm.org) to use
|
||||||
own user's password instead of root's in authentization
|
own user's password instead of root's in authentization
|
||||||
(the user must be a member of specific group to enable it)
|
(the user must be a member of specific group to enable it)
|
||||||
|
|||||||
Reference in New Issue
Block a user