Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6965ad1ab5 | |||
| 30eab18de7 | |||
| 8f20f7cc1a | |||
| a467c40586 |
+1
-1
@@ -1 +1 @@
|
||||
usermode-1.42.tar.bz2
|
||||
usermode-1.46.tar.bz2
|
||||
|
||||
@@ -1 +1 @@
|
||||
174eee12925e631cbe23842ad5469c78 usermode-1.42.tar.bz2
|
||||
8878f3c450fb4d56f0a9261d7cab8bf5 usermode-1.46.tar.bz2
|
||||
|
||||
+32
-13
@@ -1,9 +1,9 @@
|
||||
%define build6x 0
|
||||
Summary: Graphical tools for certain user account management tasks.
|
||||
Name: usermode
|
||||
Version: 1.42
|
||||
Release: 2
|
||||
Copyright: GPL
|
||||
Version: 1.46
|
||||
Release: 1s.1
|
||||
License: GPL
|
||||
Group: Applications/System
|
||||
Source: usermode-%{version}.tar.bz2
|
||||
%if %{build6x}
|
||||
@@ -12,18 +12,16 @@ Requires: util-linux, pam >= 0.66-5
|
||||
Requires: util-linux, pam >= 0.66-5, /etc/pam.d/system-auth
|
||||
%endif
|
||||
Conflicts: SysVinit < 2.74-14
|
||||
BuildPrereq: glib-devel, gtk+-devel, pam-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
|
||||
%description
|
||||
The usermode package contains several graphical tools for users:
|
||||
userinfo, usermount and userpasswd. Userinfo allows users to change
|
||||
their finger information. Usermount lets users mount, unmount, and
|
||||
format filesystems. Userpasswd allows users to change their
|
||||
userinfo, usermount, and userpasswd. Userinfo allows users to change
|
||||
their finger information. Usermount lets users mount, unmount, and
|
||||
format filesystems. Userpasswd allows users to change their
|
||||
passwords.
|
||||
|
||||
Install the usermode package if you would like to provide users with
|
||||
graphical tools for certain account management tasks.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@@ -43,12 +41,12 @@ make PREFIX=$RPM_BUILD_ROOT \
|
||||
# place....
|
||||
mkdir -p $RPM_BUILD_ROOT/etc/pam.d $RPM_BUILD_ROOT/etc/security/console.apps
|
||||
for wrapapp in halt reboot poweroff ; do
|
||||
ln -sf consolehelper $RPM_BUILD_ROOT/usr/bin/$wrapapp
|
||||
touch $RPM_BUILD_ROOT/etc/security/console.apps/$wrapapp
|
||||
ln -s consolehelper $RPM_BUILD_ROOT/usr/bin/${wrapapp}
|
||||
touch $RPM_BUILD_ROOT/etc/security/console.apps/${wrapapp}
|
||||
%if %{build6x}
|
||||
cp shutdown.pamd.6x $RPM_BUILD_ROOT/etc/pam.d/$wrapapp
|
||||
cp shutdown.pamd.6x $RPM_BUILD_ROOT/etc/pam.d/${wrapapp}
|
||||
%else
|
||||
cp shutdown.pamd $RPM_BUILD_ROOT/etc/pam.d/$wrapapp
|
||||
cp shutdown.pamd $RPM_BUILD_ROOT/etc/pam.d/${wrapapp}
|
||||
%endif
|
||||
done
|
||||
|
||||
@@ -90,7 +88,28 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%config(missingok) /etc/security/console.apps/reboot
|
||||
%config(missingok) /etc/security/console.apps/poweroff
|
||||
|
||||
# If you're updating translations, do me a favor and bump the RELEASE number,
|
||||
# and not the VERSION number. Version numbers indicate CODE changes.
|
||||
%changelog
|
||||
* Wed Mar 18 2003 D. Marlin <dmarlin@redhat.com>
|
||||
- new s390 release number and rebuild for s390 (bug #85960)
|
||||
|
||||
* Fri Nov 9 2001 Nalin Dahyabhai <nalin@redhat.com> 1.46-1
|
||||
- restore the previous XAUTHORITY setting before opening PAM sessions
|
||||
|
||||
* Fri Nov 2 2001 Nalin Dahyabhai <nalin@redhat.com> 1.45-1
|
||||
- propagate environment variables from libpam to applications
|
||||
|
||||
* Fri Oct 3 2001 Nalin Dahyabhai <nalin@redhat.com> 1.44-1
|
||||
- only try to call gtk_main_quit() if we've got a loop to get out of (#54109)
|
||||
- obey RPM_OPT_FLAGS, obey
|
||||
|
||||
* Tue Aug 28 2001 Trond Eivind Glomsrød <teg@redhat.com> 1.43-1
|
||||
- Update translations
|
||||
|
||||
* Mon Aug 6 2001 Nalin Dahyabhai <nalin@redhat.com>
|
||||
- add build requirements on glib-devel, gtk+-devel, pam-devel (#49726)
|
||||
|
||||
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
|
||||
- Bump release + rebuild.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user