alterator-net-functions/alterator-net-functions.spec

116 lines
3.2 KiB
RPMSpec
Raw Normal View History

2007-07-19 13:33:13 +04:00
%define _altdata_dir %_datadir/alterator
Name: alterator-net-functions
2009-04-16 14:40:41 +04:00
Version: 0.9
2009-04-30 15:53:03 +04:00
Release: alt4
2007-07-19 13:33:13 +04:00
Packager: Stanislav Ievlev <inger@altlinux.org>
Requires: libshell >= 0.1.0-alt2 etcnet alterator-hw-functions
Provides: alterator-net-common = %version
Obsoletes: alterator-net-common
2007-07-19 13:33:13 +04:00
BuildArch: noarch
# for test
BuildRequires: alterator-hw-functions
2007-07-19 13:33:13 +04:00
Source: %name-%version.tar
Summary: helpers for etcnet administration
License: GPL
Group: System/Base
Requires: openssl
%description
helpers for etcnet administration
%prep
%setup -q
2008-12-01 14:43:55 +03:00
%build
%make check
2007-07-19 13:33:13 +04:00
%install
%makeinstall
%files
%_bindir/*
2007-07-19 13:33:13 +04:00
%_libexecdir/%name/
%changelog
2009-04-30 15:53:03 +04:00
* Thu Apr 30 2009 Vladislav Zavjalov <slazav@altlinux.org> 0.9-alt4
- list_iface: skip ifaces with type=801 (wmaster0) (closes: #19866)
* Thu Apr 30 2009 Stanislav Ievlev <inger@altlinux.org> 0.9-alt3
- replace function chomp with shell_var_trim from modern libshell
- add read_iface_default_gw/write_iface_default_gw
* Fri Apr 17 2009 Vladislav Zavjalov <slazav@altlinux.org> 0.9-alt2
- add comments in obsolete scripts
2009-04-16 14:40:41 +04:00
* Thu Apr 16 2009 Vladislav Zavjalov <slazav@altlinux.org> 0.9-alt1
- list_iface: skip ifaces connected to a bridges
* Mon Apr 13 2009 Stanislav Ievlev <inger@altlinux.org> 0.8-alt3
- improve iface_up and iface_down functions
* Fri Apr 10 2009 Mikhail Efremov <sem@altlinux.org> 0.8-alt2
- improve next_iface function
- improve read_iface_addr function (by inger@)
* Fri Apr 10 2009 Stanislav Ievlev <inger@altlinux.org> 0.8-alt1
- rename package to alterator-net-functions
- use alterator-hw-functions instead of old if* helpers
- if* helper functions are deprecated now
* Wed Mar 18 2009 Stanislav Ievlev <inger@altlinux.org> 0.7-alt1
- add functions to edit local resolv.conf
* Tue Mar 03 2009 Stanislav Ievlev <inger@altlinux.org> 0.6-alt1
- add script to generate reverse dns zones
2009-01-22 19:32:20 +03:00
* Thu Jan 22 2009 Vladislav Zavjalov <slazav@altlinux.org> 0.5-alt5
- fix typo (by inger@)
2008-12-01 14:50:49 +03:00
* Mon Dec 01 2008 Stanislav Ievlev <inger@altlinux.org> 0.5-alt4
- add unit tests
* Mon Dec 01 2008 Stanislav Ievlev <inger@altlinux.org> 0.5-alt3
- resurrect read_iface_option behavior
2008-10-24 08:22:30 +04:00
* Fri Oct 24 2008 Stanislav Ievlev <inger@altlinux.org> 0.5-alt2
- s,ash,sh,
* Tue Oct 21 2008 Stanislav Ievlev <inger@altlinux.org> 0.5-alt1
- improve netname, add: netcheck, list_static_iface, read_iface_addr, write_iface_addr
2008-10-01 14:54:34 +04:00
* Thu Aug 28 2008 Stanislav Ievlev <inger@altlinux.org> 0.4-alt1
- add functions: netname, list_iface, list_network
* Tue Jun 17 2008 Stanislav Ievlev <inger@altlinux.org> 0.3-alt1
- add alterator-net-functions library
* Tue Jan 15 2008 Stanislav Ievlev <inger@altlinux.org> 0.2-alt4
- hal workaround: ignore device duplicates
2008-01-14 12:02:04 +03:00
* Mon Jan 14 2008 Stanislav Ievlev <inger@altlinux.org> 0.2-alt3
- add ifread utility
* Fri Jan 04 2008 Stanislav Ievlev <inger@altlinux.org> 0.2-alt2
- ifaceinfo: add support for pcmcia network cards
2007-11-14 15:05:35 +03:00
* Wed Nov 14 2007 Stanislav Ievlev <inger@altlinux.org> 0.2-alt1
- use hal
2007-10-30 16:30:02 +03:00
* Tue Oct 30 2007 Stanislav Ievlev <inger@altlinux.org> 0.1-alt3
- add iftabupdate utility
* Thu Oct 25 2007 Stanislav Ievlev <inger@altlinux.org> 0.1-alt2
- simplify ifcheckup utility
- add maskname and ifaceinfo utilities
2007-07-19 13:33:13 +04:00
* Thu Jul 19 2007 Stanislav Ievlev <inger@altlinux.org> 0.1-alt1
- Initial release