diff --git a/yast2-network-2.24.6.tar.bz2 b/yast2-network-2.24.6.tar.bz2 deleted file mode 100644 index 68d081d..0000000 --- a/yast2-network-2.24.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89679e9456d5af42e4866543e653cade6c32174c1c4893fec28a01b93914c257 -size 284928 diff --git a/yast2-network-2.24.7.tar.bz2 b/yast2-network-2.24.7.tar.bz2 new file mode 100644 index 0000000..4c58415 --- /dev/null +++ b/yast2-network-2.24.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7975282466a54f09697f5087f4c254f16f6db8c471c2a9102a49daf685864f9a +size 290937 diff --git a/yast2-network.changes b/yast2-network.changes index 5e82a97..b5899a1 100644 --- a/yast2-network.changes +++ b/yast2-network.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Oct 17 12:42:29 UTC 2012 - mfilka@suse.com + +- Refactoring editing interface names. +- Added nic name checking according bnc#784952 +- 2.24.7 + ------------------------------------------------------------------- Wed Oct 3 09:07:01 UTC 2012 - mfilka@suse.com @@ -16,6 +23,7 @@ Fri Sep 21 11:26:22 CEST 2012 - jsuchome@suse.cz Mon Aug 27 14:08:26 UTC 2012 - mfilka@suse.com - bnc#752464 - leak wireless passwords +- removed duplicities - 2.24.4 ------------------------------------------------------------------- diff --git a/yast2-network.spec b/yast2-network.spec index ac12920..74da49e 100644 --- a/yast2-network.spec +++ b/yast2-network.spec @@ -17,7 +17,7 @@ Name: yast2-network -Version: 2.24.6 +Version: 2.24.7 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -37,8 +37,8 @@ BuildRequires: yast2-testsuite # Wizard::SetDesktopTitleAndIcon # yast2 v2.23.0 - support for shel (un)quoting # yast2 v2.23.6 - updated API for IPv6 -BuildRequires: yast2 >= 2.21.22 -Requires: yast2 >= 2.23.5 +BuildRequires: yast2 >= 2.23.6 +Requires: yast2 >= 2.23.6 #netconfig (FaTE #303618) Requires: sysconfig >= 0.71.2 @@ -79,6 +79,7 @@ autoreconf --force --install export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG" export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG" +%{?suse_update_config:%{suse_update_config -f}} ./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir} # V=1: verbose build in case we used AM_SILENT_RULES(yes) # so that RPM_OPT_FLAGS check works