This commit is contained in:
parent
90508c19e2
commit
1fe5c62cea
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:520c2cba62688f78286f9fd96e2d05b62ffc78acfa43c9fbb9300aad335f40ac
|
|
||||||
size 261653
|
|
3
yast2-network-2.15.37.tar.bz2
Normal file
3
yast2-network-2.15.37.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9cc57b38fdd8972756c3cef0c34e5fd911c5b4cfb399640e66523fbc99996691
|
||||||
|
size 266642
|
@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 30 11:34:16 CEST 2007 - mzugec@suse.cz
|
||||||
|
|
||||||
|
- fixed spec requirements
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 29 12:56:38 CEST 2007 - mzugec@suse.cz
|
||||||
|
|
||||||
|
- add Confirm::MustBeRoot to all network modules (#276478)
|
||||||
|
- 2.15.37
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 29 09:03:20 CEST 2007 - mzugec@suse.cz
|
||||||
|
|
||||||
|
- improve add/edit device dialogs (device type)
|
||||||
|
- 2.15.36
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 28 17:07:40 CEST 2007 - mzugec@suse.cz
|
||||||
|
|
||||||
|
- disable routing dialog when NetworkManager used (#178538)
|
||||||
|
- 2.15.35
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 28 10:20:08 CEST 2007 - mzugec@suse.cz
|
||||||
|
|
||||||
|
- installation network changes:
|
||||||
|
http://lists.opensuse.org/yast-devel/2007-05/msg00025.html
|
||||||
|
- 2.15.34
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 25 13:30:04 CEST 2007 - jsrain@suse.cz
|
||||||
|
|
||||||
|
- removed outdated translations from .desktop-files (#271209)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 22 13:59:04 CEST 2007 - kmachalkova@suse.cz
|
Tue May 22 13:59:04 CEST 2007 - kmachalkova@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-network (Version 2.15.33)
|
# spec file for package yast2-network (Version 2.15.37)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 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,18 +11,19 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: yast2-network
|
Name: yast2-network
|
||||||
Version: 2.15.33
|
Version: 2.15.37
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GNU General Public License (GPL)
|
License: GNU General Public License (GPL)
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: yast2-network-2.15.33.tar.bz2
|
Source0: yast2-network-2.15.37.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
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: yast2 yast2-devtools yast2-testsuite
|
BuildRequires: yast2 yast2-devtools yast2-testsuite
|
||||||
BuildRequires: yast2-country yast2-installation
|
BuildRequires: yast2-country
|
||||||
|
BuildRequires: yast2-installation >= 2.15.27
|
||||||
# String::Random
|
# String::Random
|
||||||
# Linuxrc::display_ip
|
# Linuxrc::display_ip
|
||||||
# SuSEFirewall::IsInstalled
|
# SuSEFirewall::IsInstalled
|
||||||
@ -51,7 +52,7 @@ Authors:
|
|||||||
Michal Svec <msvec@suse.cz>
|
Michal Svec <msvec@suse.cz>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-network-2.15.33
|
%setup -n yast2-network-2.15.37
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -107,6 +108,23 @@ fi
|
|||||||
/usr/share/YaST2/schema/autoyast/rnc/proxy.rnc
|
/usr/share/YaST2/schema/autoyast/rnc/proxy.rnc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 30 2007 - mzugec@suse.cz
|
||||||
|
- fixed spec requirements
|
||||||
|
* Tue May 29 2007 - mzugec@suse.cz
|
||||||
|
- add Confirm::MustBeRoot to all network modules (#276478)
|
||||||
|
- 2.15.37
|
||||||
|
* Tue May 29 2007 - mzugec@suse.cz
|
||||||
|
- improve add/edit device dialogs (device type)
|
||||||
|
- 2.15.36
|
||||||
|
* Mon May 28 2007 - mzugec@suse.cz
|
||||||
|
- disable routing dialog when NetworkManager used (#178538)
|
||||||
|
- 2.15.35
|
||||||
|
* Mon May 28 2007 - mzugec@suse.cz
|
||||||
|
- installation network changes:
|
||||||
|
http://lists.opensuse.org/yast-devel/2007-05/msg00025.html
|
||||||
|
- 2.15.34
|
||||||
|
* Fri May 25 2007 - jsrain@suse.cz
|
||||||
|
- removed outdated translations from .desktop-files (#271209)
|
||||||
* Tue May 22 2007 - kmachalkova@suse.cz
|
* Tue May 22 2007 - kmachalkova@suse.cz
|
||||||
- Escape backslash characters in proxy auth credentials properly
|
- Escape backslash characters in proxy auth credentials properly
|
||||||
(#256360)
|
(#256360)
|
||||||
|
Loading…
Reference in New Issue
Block a user