- Refactoring editing interface names.
- Added nic name checking according bnc#784952 - 2.24.7 - removed duplicities OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=184
This commit is contained in:
parent
abcca536fe
commit
5a1a33403a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:89679e9456d5af42e4866543e653cade6c32174c1c4893fec28a01b93914c257
|
||||
size 284928
|
3
yast2-network-2.24.7.tar.bz2
Normal file
3
yast2-network-2.24.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7975282466a54f09697f5087f4c254f16f6db8c471c2a9102a49daf685864f9a
|
||||
size 290937
|
@ -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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user