OBS User unknown 2008-11-20 00:58:12 +00:00 committed by Git OBS Bridge
parent 36e14766b5
commit 30f1ec1165
4 changed files with 39 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Wed Nov 19 18:01:25 CET 2008 - mzugec@suse.cz
- marked string for translation (bnc#445687)
-------------------------------------------------------------------
Wed Nov 19 17:52:32 CET 2008 - mzugec@suse.cz
- fox CLI when bootproto=dhcp, "ip" is required (bnc#444570)
-------------------------------------------------------------------
Wed Nov 19 17:14:05 CET 2008 - mzugec@suse.cz
- changed default bonding mode into active-backup (bnc#404449)
- 2.17.55
-------------------------------------------------------------------
Wed Nov 19 14:36:53 CET 2008 - kmachalkova@suse.cz
- Use icewm (instead of fvwm2) as a fallback windowmanager for
remote administration (bnc#446561)
-------------------------------------------------------------------
Fri Nov 14 17:45:16 CET 2008 - mzugec@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-network (Version 2.17.54)
# spec file for package yast2-network (Version 2.17.55)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -19,12 +19,12 @@
Name: yast2-network
Version: 2.17.54
Version: 2.17.55
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-network-2.17.54.tar.bz2
Source0: yast2-network-2.17.55.tar.bz2
Prefix: /usr
# should be required by devtools
BuildRequires: perl-XML-Writer pkgconfig rpm
@ -79,7 +79,7 @@ Authors:
Michal Svec <msvec@suse.cz>
%prep
%setup -n yast2-network-2.17.54
%setup -n yast2-network-2.17.55
%build
%{prefix}/bin/y2tool y2autoconf
@ -144,6 +144,16 @@ fi
%exclude %{prefix}/share/doc/packages/yast2-network/README
%changelog
* Wed Nov 19 2008 mzugec@suse.cz
- marked string for translation (bnc#445687)
* Wed Nov 19 2008 mzugec@suse.cz
- fox CLI when bootproto=dhcp, "ip" is required (bnc#444570)
* Wed Nov 19 2008 mzugec@suse.cz
- changed default bonding mode into active-backup (bnc#404449)
- 2.17.55
* Wed Nov 19 2008 kmachalkova@suse.cz
- Use icewm (instead of fvwm2) as a fallback windowmanager for
remote administration (bnc#446561)
* Fri Nov 14 2008 mzugec@suse.cz
- fixed typo (bnc#444526)
* Thu Nov 13 2008 ug@suse.de