Fix wlassistant.
This commit is contained in:
parent
22157a528b
commit
412cb6845c
2 changed files with 9 additions and 9 deletions
|
|
@ -1,8 +1,4 @@
|
|||
#%PAM-1.0
|
||||
auth sufficient pam_rootok.so
|
||||
auth sufficient pam_timestamp.so
|
||||
auth required pam_stack.so service=system-auth
|
||||
session required pam_permit.so
|
||||
session optional pam_xauth.so
|
||||
session optional pam_timestamp.so
|
||||
account required pam_permit.so
|
||||
auth include config-util
|
||||
account include config-util
|
||||
session include config-util
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Name: wlassistant
|
||||
Version: 0.5.7
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
Summary: Wireless network management tool
|
||||
|
|
@ -14,7 +14,7 @@ BuildRequires: kdebase-devel, desktop-file-utils, wireless-tools-devel, scons
|
|||
BuildRequires: qt-devel, gettext
|
||||
Requires(post): desktop-file-utils
|
||||
Requires(postun): desktop-file-utils
|
||||
Requires: usermode, wireless-tools, net-tools, dhclient
|
||||
Requires: usermode, wireless-tools, net-tools, dhclient, pam
|
||||
Patch0: wlassistant-0.5.5-rpath.patch
|
||||
Patch1: wlassistant-0.5.7-fd_cloexec.patch
|
||||
|
||||
|
|
@ -87,6 +87,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_datadir}/icons/hicolor/32x32/apps/wlassistant.png
|
||||
|
||||
%changelog
|
||||
* Sat Nov 17 2007 Tom "spot" Callaway <tcallawa@redhat.com> 0.5.7-5
|
||||
- fix pam file to use console-apps pam tree, instead of its own
|
||||
resolves 243240, 306041
|
||||
|
||||
* Mon Aug 27 2007 Tom "spot" Callaway <tcallawa@redhat.com> 0.5.7-4
|
||||
- rebuild for ppc32
|
||||
- license tag fix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue