Accepting request 208554 from hardware
- use libnl3 which is now supported - update to 1.1.3 release (no changelog) - run %udev_rules_update in %post if defined - Correct _udevrulesdir definition for old distros (forwarded request 208207 from elvigia) OBS-URL: https://build.opensuse.org/request/show/208554 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/crda?expand=0&rev=23
This commit is contained in:
commit
cc7f7f5354
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e469348a5d0bb933df31995869130f68901de9be02e666437f52125698851864
|
|
||||||
size 21754
|
|
3
crda-1.1.3.tar.bz2
Normal file
3
crda-1.1.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:aa8a7fe92f0765986c421a5b6768a185375ac210393df0605ee132f6754825f0
|
||||||
|
size 38697
|
12
crda.changes
12
crda.changes
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 24 20:21:37 UTC 2013 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
- use libnl3 which is now supported
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 23 05:17:29 UTC 2013 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
- update to 1.1.3 release (no changelog)
|
||||||
|
- run %udev_rules_update in %post if defined
|
||||||
|
- Correct _udevrulesdir definition for old distros
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 22 08:29:25 UTC 2013 - mmeister@suse.com
|
Fri Mar 22 08:29:25 UTC 2013 - mmeister@suse.com
|
||||||
|
|
||||||
|
16
crda.spec
16
crda.spec
@ -16,12 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%if %( echo `rpm -q --queryformat %%{version} udev` ) > 190
|
%{!?_udevrulesdir: %global _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d }
|
||||||
%define _udevrulesdir /usr/lib/udev/rules.d
|
|
||||||
%else
|
|
||||||
%define _udevrulesdir /lib/udev/rules.d
|
|
||||||
|
|
||||||
%endif
|
|
||||||
|
|
||||||
Url: http://linuxwireless.org/en/developers/Regulatory/CRDA
|
Url: http://linuxwireless.org/en/developers/Regulatory/CRDA
|
||||||
|
|
||||||
@ -29,17 +24,17 @@ Name: crda
|
|||||||
Summary: 802.11 central regulatory domain agent
|
Summary: 802.11 central regulatory domain agent
|
||||||
License: ISC
|
License: ISC
|
||||||
Group: Hardware/Wifi
|
Group: Hardware/Wifi
|
||||||
Version: 1.1.2
|
Version: 1.1.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Source: http://linuxwireless.org/download/%{name}/%{name}-%{version}.tar.bz2
|
Source: http://linuxwireless.org/download/%{name}/%{name}-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: libgcrypt-devel
|
BuildRequires: libgcrypt-devel
|
||||||
BuildRequires: libnl-1_1-devel
|
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: python
|
BuildRequires: python
|
||||||
BuildRequires: python-m2crypto
|
BuildRequires: python-m2crypto
|
||||||
BuildRequires: udev
|
|
||||||
BuildRequires: wireless-regdb
|
BuildRequires: wireless-regdb
|
||||||
|
BuildRequires: pkgconfig(libnl-3.0)
|
||||||
|
BuildRequires: pkgconfig(udev)
|
||||||
Requires: wireless-regdb
|
Requires: wireless-regdb
|
||||||
Supplements: kernel >= 2.6.29
|
Supplements: kernel >= 2.6.29
|
||||||
|
|
||||||
@ -72,4 +67,7 @@ ln -sf %{_sbindir}/{crda,regdbdump} $RPM_BUILD_ROOT/sbin
|
|||||||
%{_mandir}/man8/crda.8.gz
|
%{_mandir}/man8/crda.8.gz
|
||||||
%{_mandir}/man8/regdbdump.8.gz
|
%{_mandir}/man8/regdbdump.8.gz
|
||||||
|
|
||||||
|
%post
|
||||||
|
%{?udev_rules_update:%udev_rules_update}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user