OBS User unknown 2008-12-04 17:08:27 +00:00 committed by Git OBS Bridge
parent 379aa38144
commit c8f8494c93
4 changed files with 34 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:278c3621314bbbe44c395dc230f272e1634c7dec1cdc9e10621845615d886035
size 300515

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:acbcaa601ba0cd0e2d2f782bf5213fefd5e25ba9ed6bac759786feb66c61592a
size 300782

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Dec 4 14:45:42 CET 2008 - mzugec@suse.cz
- in bridge proposal configure STARTMODE=onboot (bnc#450670)
- 2.17.61
-------------------------------------------------------------------
Tue Dec 2 17:42:02 CET 2008 - kmachalkova@suse.cz
- Allow setting hostname even if network is NM-controlled (bnc#444967)
- Write only limited set of values (NetworkConfig, DNS, Hostname)
in case of NM on installed system, do not restart/reload network
-------------------------------------------------------------------
Tue Dec 2 14:00:09 CET 2008 - ug@suse.de
- rnc file fixed
-------------------------------------------------------------------
Fri Nov 28 16:52:22 CET 2008 - mzugec@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-network (Version 2.17.60)
# spec file for package yast2-network (Version 2.17.61)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -19,12 +19,12 @@
Name: yast2-network
Version: 2.17.60
Version: 2.17.61
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-network-2.17.60.tar.bz2
Source0: yast2-network-2.17.61.tar.bz2
Prefix: /usr
# should be required by devtools
BuildRequires: perl-XML-Writer pkgconfig rpm
@ -77,7 +77,7 @@ Authors:
Michal Svec <msvec@suse.cz>
%prep
%setup -n yast2-network-2.17.60
%setup -n yast2-network-2.17.61
%build
%{prefix}/bin/y2tool y2autoconf
@ -141,6 +141,15 @@ fi
%exclude %{prefix}/share/doc/packages/yast2-network/COPYING
%exclude %{prefix}/share/doc/packages/yast2-network/README
%changelog
* Thu Dec 04 2008 mzugec@suse.cz
- in bridge proposal configure STARTMODE=onboot (bnc#450670)
- 2.17.61
* Tue Dec 02 2008 kmachalkova@suse.cz
- Allow setting hostname even if network is NM-controlled (bnc#444967)
- Write only limited set of values (NetworkConfig, DNS, Hostname)
in case of NM on installed system, do not restart/reload network
* Tue Dec 02 2008 ug@suse.de
- rnc file fixed
* Fri Nov 28 2008 mzugec@suse.cz
- don't show "no network running" popup for automatic installation
(bnc#449777)