This commit is contained in:
parent
6e1b78bd58
commit
4c5cbff78a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:af35d3316eeb8ade05a836340524e2583133242746967dfaeb62cd00f130ca14
|
|
||||||
size 269149
|
|
3
yast2-network-2.16.20.tar.bz2
Normal file
3
yast2-network-2.16.20.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e3cc3c5dd02cf8c3e37475a9967a1dc0280131b3b4a5348b48fd0ca4f0e59cec
|
||||||
|
size 269943
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 10 13:23:07 CET 2008 - mzugec@suse.cz
|
||||||
|
|
||||||
|
- fixed netmask validation (#352425)
|
||||||
|
- 2.16.20
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 10 12:35:15 CET 2007 - mzugec@suse.cz
|
||||||
|
|
||||||
|
- use NetworkInterfaces instead of NetworkDevices
|
||||||
|
- 2.16.19
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 7 11:49:33 CET 2008 - kmachalkova@suse.cz
|
Mon Jan 7 11:49:33 CET 2008 - kmachalkova@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-network (Version 2.16.18)
|
# spec file for package yast2-network (Version 2.16.20)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -11,12 +11,12 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: yast2-network
|
Name: yast2-network
|
||||||
Version: 2.16.18
|
Version: 2.16.20
|
||||||
Release: 2
|
Release: 1
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: yast2-network-2.16.18.tar.bz2
|
Source0: yast2-network-2.16.20.tar.bz2
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
# should be required by devtools
|
# should be required by devtools
|
||||||
BuildRequires: perl-XML-Writer pkgconfig rpm
|
BuildRequires: perl-XML-Writer pkgconfig rpm
|
||||||
@ -29,7 +29,7 @@ BuildRequires: yast2 >= 2.16.6
|
|||||||
# Linuxrc::display_ip
|
# Linuxrc::display_ip
|
||||||
# SuSEFirewall::IsInstalled
|
# SuSEFirewall::IsInstalled
|
||||||
# NetworkDevices::GetDevTypeDescription
|
# NetworkDevices::GetDevTypeDescription
|
||||||
Requires: yast2 >= 2.16.18
|
Requires: yast2 >= 2.16.20
|
||||||
Requires: sysconfig yast2-packager
|
Requires: sysconfig yast2-packager
|
||||||
#GetLanguageCountry
|
#GetLanguageCountry
|
||||||
#(in newly created yast2-country-data)
|
#(in newly created yast2-country-data)
|
||||||
@ -48,12 +48,12 @@ Conflicts: yast2-core < 2.10.6
|
|||||||
Summary: YaST2 - Network Configuration
|
Summary: YaST2 - Network Configuration
|
||||||
|
|
||||||
%package devel-doc
|
%package devel-doc
|
||||||
Version: 2.16.18
|
Version: 2.16.20
|
||||||
Release: 2
|
Release: 1
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: yast2-network-2.16.18.tar.bz2
|
Source0: yast2-network-2.16.20.tar.bz2
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
Summary: YaST2 - Developer documentation for yast2-network
|
Summary: YaST2 - Developer documentation for yast2-network
|
||||||
|
|
||||||
@ -76,7 +76,7 @@ Authors:
|
|||||||
Michal Svec <msvec@suse.cz>
|
Michal Svec <msvec@suse.cz>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-network-2.16.18
|
%setup -n yast2-network-2.16.20
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -140,6 +140,9 @@ fi
|
|||||||
%exclude %{prefix}/share/doc/packages/yast2-network/COPYING
|
%exclude %{prefix}/share/doc/packages/yast2-network/COPYING
|
||||||
%exclude %{prefix}/share/doc/packages/yast2-network/README
|
%exclude %{prefix}/share/doc/packages/yast2-network/README
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 10 2008 - mzugec@suse.cz
|
||||||
|
- fixed netmask validation (#352425)
|
||||||
|
- 2.16.20
|
||||||
* Mon Jan 07 2008 - kmachalkova@suse.cz
|
* Mon Jan 07 2008 - kmachalkova@suse.cz
|
||||||
- Enable setting a route without interface (use '-' which stands for
|
- Enable setting a route without interface (use '-' which stands for
|
||||||
'any') (#93996)
|
'any') (#93996)
|
||||||
@ -615,6 +618,9 @@ fi
|
|||||||
- 2.15.9
|
- 2.15.9
|
||||||
* Thu Jan 11 2007 - mzugec@suse.cz
|
* Thu Jan 11 2007 - mzugec@suse.cz
|
||||||
- #150207 - disable sysconfig.displaymanager.KDE_USE_IPV6 when disabling ipv6
|
- #150207 - disable sysconfig.displaymanager.KDE_USE_IPV6 when disabling ipv6
|
||||||
|
* Wed Jan 10 2007 - mzugec@suse.cz
|
||||||
|
- use NetworkInterfaces instead of NetworkDevices
|
||||||
|
- 2.16.19
|
||||||
* Tue Jan 09 2007 - mzugec@suse.cz
|
* Tue Jan 09 2007 - mzugec@suse.cz
|
||||||
- #116092 - network not set up because of pppoe
|
- #116092 - network not set up because of pppoe
|
||||||
- 2.15.8
|
- 2.15.8
|
||||||
|
Loading…
Reference in New Issue
Block a user