- Support dialogs with no text entries
- Preserve timestamps of some installed files Resolves: #456749 - Remove /usr/X11R6/bin from the default path. Resolves: #446849 - Left-justify messages - Preserve file timestamps where possible.
This commit is contained in:
parent
b2e118ac49
commit
042c0f3fb6
@ -1 +1 @@
|
|||||||
usermode-1.97.tar.bz2
|
usermode-1.98.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
55b587b75b9ad6d65145222667e986a6 usermode-1.97.tar.bz2
|
b1c03b4ecc3eb1287139318f1f71800e usermode-1.98.tar.bz2
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Tools for certain user account management tasks
|
Summary: Tools for certain user account management tasks
|
||||||
Name: usermode
|
Name: usermode
|
||||||
Version: 1.97
|
Version: 1.98
|
||||||
Release: 1
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: https://fedorahosted.org/usermode/
|
URL: https://fedorahosted.org/usermode/
|
||||||
@ -44,7 +44,7 @@ make
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
|
||||||
|
|
||||||
# make userformat symlink to usermount
|
# make userformat symlink to usermount
|
||||||
ln -sf usermount $RPM_BUILD_ROOT%{_bindir}/userformat
|
ln -sf usermount $RPM_BUILD_ROOT%{_bindir}/userformat
|
||||||
@ -54,8 +54,9 @@ ln -sf usermount $RPM_BUILD_ROOT%{_bindir}/userformat
|
|||||||
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 wrappedapp in halt reboot poweroff ; do
|
for wrappedapp in halt reboot poweroff ; do
|
||||||
ln -s consolehelper $RPM_BUILD_ROOT%{_bindir}/${wrappedapp}
|
ln -s consolehelper $RPM_BUILD_ROOT%{_bindir}/${wrappedapp}
|
||||||
install -m644 $wrappedapp $RPM_BUILD_ROOT/etc/security/console.apps/${wrappedapp}
|
install -p -m644 $wrappedapp \
|
||||||
cp shutdown.pamd $RPM_BUILD_ROOT/etc/pam.d/${wrappedapp}
|
$RPM_BUILD_ROOT/etc/security/console.apps/${wrappedapp}
|
||||||
|
install -p -m644 shutdown.pamd $RPM_BUILD_ROOT/etc/pam.d/${wrappedapp}
|
||||||
done
|
done
|
||||||
echo 'USER=root' > $RPM_BUILD_ROOT/etc/security/console.apps/config-util
|
echo 'USER=root' > $RPM_BUILD_ROOT/etc/security/console.apps/config-util
|
||||||
|
|
||||||
@ -111,6 +112,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/applications/*
|
%{_datadir}/applications/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Aug 3 2008 Miloslav Trmač <mitr@redhat.com> - 1.98-1
|
||||||
|
- Support dialogs with no text entries
|
||||||
|
- Preserve timestamps of some installed files
|
||||||
|
Resolves: #456749
|
||||||
|
- Remove /usr/X11R6/bin from the default path.
|
||||||
|
Resolves: #446849
|
||||||
|
- Left-justify messages
|
||||||
|
- Preserve file timestamps where possible.
|
||||||
|
|
||||||
* Thu May 1 2008 Miloslav Trmač <mitr@redhat.com> - 1.97-1
|
* Thu May 1 2008 Miloslav Trmač <mitr@redhat.com> - 1.97-1
|
||||||
- Fix display of '_' in prompts
|
- Fix display of '_' in prompts
|
||||||
Resolves: #444545
|
Resolves: #444545
|
||||||
|
Loading…
Reference in New Issue
Block a user