- Add support for including files from wrapper configuration files.
Original patch by Carlo de Wolf. Resolves: #426095 - Add /etc/security/console.apps/config-util for use by system-config-* - Rename sr@Latn.po to sr@latin.po Resolves: #425842
This commit is contained in:
parent
c9c819fa09
commit
c554b16208
@ -1 +1 @@
|
|||||||
usermode-1.93.1.tar.bz2
|
usermode-1.94.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
f4abcfccf2af706fa47f56eec42e2f90 usermode-1.93.1.tar.bz2
|
5766976b959e59c2e00c9bf445cb9521 usermode-1.94.tar.bz2
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Summary: Tools for certain user account management tasks
|
Summary: Tools for certain user account management tasks
|
||||||
Name: usermode
|
Name: usermode
|
||||||
Version: 1.93.1
|
Version: 1.94
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -65,6 +65,7 @@ for wrappedapp in halt reboot poweroff ; do
|
|||||||
install -m644 $wrappedapp $RPM_BUILD_ROOT/etc/security/console.apps/${wrappedapp}
|
install -m644 $wrappedapp $RPM_BUILD_ROOT/etc/security/console.apps/${wrappedapp}
|
||||||
cp shutdown.pamd $RPM_BUILD_ROOT/etc/pam.d/${wrappedapp}
|
cp shutdown.pamd $RPM_BUILD_ROOT/etc/pam.d/${wrappedapp}
|
||||||
done
|
done
|
||||||
|
echo 'USER=root' > $RPM_BUILD_ROOT/etc/security/console.apps/config-util
|
||||||
|
|
||||||
for i in redhat-userinfo.desktop redhat-userpasswd.desktop; do
|
for i in redhat-userinfo.desktop redhat-userpasswd.desktop; do
|
||||||
echo 'NoDisplay=true' >>$RPM_BUILD_ROOT%{_datadir}/applications/$i
|
echo 'NoDisplay=true' >>$RPM_BUILD_ROOT%{_datadir}/applications/$i
|
||||||
@ -96,6 +97,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%config(noreplace) /etc/pam.d/halt
|
%config(noreplace) /etc/pam.d/halt
|
||||||
%config(noreplace) /etc/pam.d/reboot
|
%config(noreplace) /etc/pam.d/reboot
|
||||||
%config(noreplace) /etc/pam.d/poweroff
|
%config(noreplace) /etc/pam.d/poweroff
|
||||||
|
%config(noreplace) /etc/security/console.apps/config-util
|
||||||
%config /etc/security/console.apps/halt
|
%config /etc/security/console.apps/halt
|
||||||
%config /etc/security/console.apps/reboot
|
%config /etc/security/console.apps/reboot
|
||||||
%config /etc/security/console.apps/poweroff
|
%config /etc/security/console.apps/poweroff
|
||||||
@ -116,6 +118,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/applications/*
|
%{_datadir}/applications/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 10 2008 Miloslav Trmač <mitr@redhat.com> - 1.94-1
|
||||||
|
- Add support for including files from wrapper configuration files. Original
|
||||||
|
patch by Carlo de Wolf.
|
||||||
|
Resolves: #426095
|
||||||
|
- Add /etc/security/console.apps/config-util for use by system-config-*
|
||||||
|
- Rename sr@Latn.po to sr@latin.po
|
||||||
|
Resolves: #425842
|
||||||
|
|
||||||
* Tue Oct 16 2007 Miloslav Trmač <mitr@redhat.com> - 1.93.1-1
|
* Tue Oct 16 2007 Miloslav Trmač <mitr@redhat.com> - 1.93.1-1
|
||||||
- New release with updated translations
|
- New release with updated translations
|
||||||
Resolves: #332441
|
Resolves: #332441
|
||||||
|
Loading…
Reference in New Issue
Block a user