Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3ee2c268bc | |||
| c554b16208 |
+1
-1
@@ -1 +1 @@
|
||||
usermode-1.93.1.tar.bz2
|
||||
usermode-1.94.tar.bz2
|
||||
|
||||
@@ -1 +1 @@
|
||||
f4abcfccf2af706fa47f56eec42e2f90 usermode-1.93.1.tar.bz2
|
||||
5766976b959e59c2e00c9bf445cb9521 usermode-1.94.tar.bz2
|
||||
|
||||
+15
-2
@@ -4,8 +4,8 @@
|
||||
|
||||
Summary: Tools for certain user account management tasks
|
||||
Name: usermode
|
||||
Version: 1.93.1
|
||||
Release: 1%{?dist}
|
||||
Version: 1.94
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
Source: usermode-%{version}.tar.bz2
|
||||
@@ -65,6 +65,7 @@ for wrappedapp in halt reboot poweroff ; do
|
||||
install -m644 $wrappedapp $RPM_BUILD_ROOT/etc/security/console.apps/${wrappedapp}
|
||||
cp shutdown.pamd $RPM_BUILD_ROOT/etc/pam.d/${wrappedapp}
|
||||
done
|
||||
echo 'USER=root' > $RPM_BUILD_ROOT/etc/security/console.apps/config-util
|
||||
|
||||
for i in redhat-userinfo.desktop redhat-userpasswd.desktop; do
|
||||
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/reboot
|
||||
%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/reboot
|
||||
%config /etc/security/console.apps/poweroff
|
||||
@@ -116,6 +118,17 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/applications/*
|
||||
|
||||
%changelog
|
||||
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.94-2
|
||||
- Autorebuild for GCC 4.3
|
||||
|
||||
* 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
|
||||
- New release with updated translations
|
||||
Resolves: #332441
|
||||
|
||||
Reference in New Issue
Block a user