auto-import changelog data from usermode-1.42-3.src.rpm
Mon Aug 06 2001 Nalin Dahyabhai <nalin@redhat.com> - add build requirements on glib-devel, gtk+-devel, pam-devel (#49726)
This commit is contained in:
parent
7d3d116027
commit
a467c40586
2
sources
2
sources
@ -1 +1 @@
|
|||||||
174eee12925e631cbe23842ad5469c78 usermode-1.42.tar.bz2
|
b52753b48c370c03713fd5ff2b7d9342 usermode-1.42.tar.bz2
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
Summary: Graphical tools for certain user account management tasks.
|
Summary: Graphical tools for certain user account management tasks.
|
||||||
Name: usermode
|
Name: usermode
|
||||||
Version: 1.42
|
Version: 1.42
|
||||||
Release: 2
|
Release: 3
|
||||||
Copyright: GPL
|
License: GPL
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Source: usermode-%{version}.tar.bz2
|
Source: usermode-%{version}.tar.bz2
|
||||||
%if %{build6x}
|
%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
|
Requires: util-linux, pam >= 0.66-5, /etc/pam.d/system-auth
|
||||||
%endif
|
%endif
|
||||||
Conflicts: SysVinit < 2.74-14
|
Conflicts: SysVinit < 2.74-14
|
||||||
|
BuildPrereq: glib-devel, gtk+-devel, pam-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The usermode package contains several graphical tools for users:
|
The usermode package contains several graphical tools for users:
|
||||||
userinfo, usermount and userpasswd. Userinfo allows users to change
|
userinfo, usermount, and userpasswd. Userinfo allows users to change
|
||||||
their finger information. Usermount lets users mount, unmount, and
|
their finger information. Usermount lets users mount, unmount, and
|
||||||
format filesystems. Userpasswd allows users to change their
|
format filesystems. Userpasswd allows users to change their
|
||||||
passwords.
|
passwords.
|
||||||
|
|
||||||
Install the usermode package if you would like to provide users with
|
|
||||||
graphical tools for certain account management tasks.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -43,12 +41,12 @@ make PREFIX=$RPM_BUILD_ROOT \
|
|||||||
# place....
|
# place....
|
||||||
mkdir -p $RPM_BUILD_ROOT/etc/pam.d $RPM_BUILD_ROOT/etc/security/console.apps
|
mkdir -p $RPM_BUILD_ROOT/etc/pam.d $RPM_BUILD_ROOT/etc/security/console.apps
|
||||||
for wrapapp in halt reboot poweroff ; do
|
for wrapapp in halt reboot poweroff ; do
|
||||||
ln -sf consolehelper $RPM_BUILD_ROOT/usr/bin/$wrapapp
|
ln -s consolehelper $RPM_BUILD_ROOT/usr/bin/${wrapapp}
|
||||||
touch $RPM_BUILD_ROOT/etc/security/console.apps/$wrapapp
|
touch $RPM_BUILD_ROOT/etc/security/console.apps/${wrapapp}
|
||||||
%if %{build6x}
|
%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
|
%else
|
||||||
cp shutdown.pamd $RPM_BUILD_ROOT/etc/pam.d/$wrapapp
|
cp shutdown.pamd $RPM_BUILD_ROOT/etc/pam.d/${wrapapp}
|
||||||
%endif
|
%endif
|
||||||
done
|
done
|
||||||
|
|
||||||
@ -91,6 +89,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%config(missingok) /etc/security/console.apps/poweroff
|
%config(missingok) /etc/security/console.apps/poweroff
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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>
|
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
|
||||||
- Bump release + rebuild.
|
- Bump release + rebuild.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user