Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Fedora Release Engineering
26062839b8 dist-git conversion 2010-07-29 15:22:21 +00:00
Bill Nottingham
fccb6ff795 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:17:37 +00:00
Tom Callaway
412cb6845c Fix wlassistant. 2007-11-17 16:19:03 +00:00
Jesse Keating
22157a528b Initialize branch F-8 for wlassistant 2007-10-20 19:00:24 +00:00
4 changed files with 9 additions and 30 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: wlassistant
# $Id$
NAME := wlassistant
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View file

@ -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

View file

@ -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