1 |
# $Id: e-smith-lib.spec,v 1.24 2010/10/11 22:27:51 slords Exp $ |
# $Id: e-smith-lib.spec,v 1.1 2013/01/25 16:28:41 slords Exp $ |
2 |
|
|
3 |
Summary: e-smith server and gateway - library module |
Summary: e-smith server and gateway - library module |
4 |
%define name e-smith-lib |
%define name e-smith-lib |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.4.0 |
%define version 2.4.0 |
7 |
%define release 1 |
%define release 2 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: Artistic |
License: Artistic |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
|
Patch0: e-smith-lib-2.4.0-dont_use_kudzu_to_probe_nics.patch |
14 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
15 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
16 |
BuildRequires: e-smith-devtools >= 1.6.3-01 |
BuildRequires: e-smith-devtools >= 1.6.3-01 |
22 |
Requires: perl(Authen::PAM), perl(I18N::AcceptLanguage) |
Requires: perl(Authen::PAM), perl(I18N::AcceptLanguage) |
23 |
Requires: perl(I18N::LangTags) >= 0.27 |
Requires: perl(I18N::LangTags) >= 0.27 |
24 |
Requires: perl(Net::IPv4Addr) >= 0.10 |
Requires: perl(Net::IPv4Addr) >= 0.10 |
25 |
|
Requires: pciutils |
26 |
|
|
27 |
%description |
%description |
28 |
e-smith server and gateway software - library module. |
e-smith server and gateway software - library module. |
29 |
|
|
30 |
%changelog |
%changelog |
31 |
|
* Thu Jan 31 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-2.sme |
32 |
|
- Stop using kudzu for NIC detection [SME: 3596] |
33 |
|
|
34 |
* Fri Jan 25 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme |
* Fri Jan 25 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme |
35 |
- Bump version in prep for SME9 |
- Bump version in prep for SME9 |
36 |
|
|
747 |
|
|
748 |
%prep |
%prep |
749 |
%setup |
%setup |
750 |
|
%patch0 -p1 |
751 |
|
|
752 |
%pre |
%pre |
753 |
#-------------------------------------------------- |
#-------------------------------------------------- |