OBS User unknown
2008-01-12 02:22:42 +00:00
committed by Git OBS Bridge
parent 12855832e8
commit fabb24c024
2 changed files with 14 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Jan 12 02:36:03 CET 2008 - crrodriguez@suse.de
- fix library-without-ldconfig-* errors
-------------------------------------------------------------------
Thu Dec 20 16:41:39 CET 2007 - jg@suse.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package wireless-tools (Version 29pre22)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@@ -14,7 +14,7 @@ Name: wireless-tools
BuildRequires: openssl-devel
Summary: Tools for a wireless LAN
Version: 29pre22
Release: 30
Release: 34
%define wlanng_version 0.2.5
Group: Hardware/Wifi
License: GPL v2 or later
@@ -73,7 +73,11 @@ install -m644 %{SOURCE5} %{buildroot}/etc/modprobe.d/prism54
%endif
%clean
test -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROOT
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
@@ -86,6 +90,8 @@ test -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROOT
%doc CHANGELOG.h INSTALL PCMCIA.txt README*
%changelog
* Sat Jan 12 2008 - crrodriguez@suse.de
- fix library-without-ldconfig-* errors
* Thu Dec 20 2007 - jg@suse.de
- re-enable hwscan for iwlwifi devices
- blacklist prism54 to prefer p54 driver (bug 300892)