This commit is contained in:
parent
8d9fbb9cde
commit
52205e6ab0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6d2ba231b0e21df3094fd33d46d53d2ff39775a17d2ad708d88fa25624c57e8d
|
||||
size 273832
|
3
yast2-network-2.15.74.tar.bz2
Normal file
3
yast2-network-2.15.74.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5c911dedb81e67d56fcd206be87bdeed2179c2f10af096db440f64ab03870555
|
||||
size 269789
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 6 16:22:18 CEST 2007 - mzugec@suse.cz
|
||||
|
||||
- fixed missing space between source and destination when copy udev
|
||||
rules into installed system (#307162)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 6 14:24:50 CEST 2007 - mzugec@suse.cz
|
||||
|
||||
- Finish button renamed to Accept for installation (#307789)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 6 14:05:18 CEST 2007 - mzugec@suse.cz
|
||||
|
||||
- for `abort in network dialogs use LanItems::Rollback (#307779)
|
||||
- workflow for add/edit card can be aborted (#307778)
|
||||
- 2.15.74
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 5 14:23:30 CEST 2007 - kmachalkova@suse.cz
|
||||
|
||||
- Proxy testsuite adjusted to correct .curlrc syntax (#305163 related)
|
||||
- Fix downloading release notes with proxy (#305222)
|
||||
- Save proxy settings at the end of 1st stage of installation
|
||||
(#298001)
|
||||
- Save nameserver entry at the end of 1st stage of installation even
|
||||
if no search domain is present in install.inf (#298001)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 4 15:14:46 CEST 2007 - mzugec@suse.cz
|
||||
|
||||
- WLAN Installation - save data from install.inf (#223570)
|
||||
- 2.15.73
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 3 14:43:39 CEST 2007 - mzugec@suse.cz
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package yast2-network (Version 2.15.72)
|
||||
# spec file for package yast2-network (Version 2.15.74)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -11,12 +11,12 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: yast2-network
|
||||
Version: 2.15.72
|
||||
Version: 2.15.74
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Group: System/YaST
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: yast2-network-2.15.72.tar.bz2
|
||||
Source0: yast2-network-2.15.74.tar.bz2
|
||||
prefix: /usr
|
||||
# should be required by devtools
|
||||
BuildRequires: perl-XML-Writer pkgconfig rpm
|
||||
@ -43,12 +43,12 @@ Obsoletes: y2t_lan y2t_adsl y2t_dial
|
||||
Conflicts: yast2-core < 2.10.6
|
||||
Summary: YaST2 - Network Configuration
|
||||
%package devel-doc
|
||||
Version: 2.15.72
|
||||
Version: 2.15.74
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Group: System/YaST
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: yast2-network-2.15.72.tar.bz2
|
||||
Source0: yast2-network-2.15.74.tar.bz2
|
||||
prefix: /usr
|
||||
Requires: yast2-network >= 2.15.53
|
||||
Summary: YaST2 - Developer documentation for yast2-network
|
||||
@ -73,7 +73,7 @@ Authors:
|
||||
Michal Svec <msvec@suse.cz>
|
||||
|
||||
%prep
|
||||
%setup -n yast2-network-2.15.72
|
||||
%setup -n yast2-network-2.15.74
|
||||
|
||||
%build
|
||||
%{prefix}/bin/y2tool y2autoconf
|
||||
@ -141,6 +141,25 @@ fi
|
||||
%exclude %{prefix}/share/doc/packages/yast2-network/README
|
||||
|
||||
%changelog
|
||||
* Thu Sep 06 2007 - mzugec@suse.cz
|
||||
- fixed missing space between source and destination when copy udev
|
||||
rules into installed system (#307162)
|
||||
* Thu Sep 06 2007 - mzugec@suse.cz
|
||||
- Finish button renamed to Accept for installation (#307789)
|
||||
* Thu Sep 06 2007 - mzugec@suse.cz
|
||||
- for `abort in network dialogs use LanItems::Rollback (#307779)
|
||||
- workflow for add/edit card can be aborted (#307778)
|
||||
- 2.15.74
|
||||
* Wed Sep 05 2007 - kmachalkova@suse.cz
|
||||
- Proxy testsuite adjusted to correct .curlrc syntax (#305163 related)
|
||||
- Fix downloading release notes with proxy (#305222)
|
||||
- Save proxy settings at the end of 1st stage of installation
|
||||
(#298001)
|
||||
- Save nameserver entry at the end of 1st stage of installation even
|
||||
if no search domain is present in install.inf (#298001)
|
||||
* Tue Sep 04 2007 - mzugec@suse.cz
|
||||
- WLAN Installation - save data from install.inf (#223570)
|
||||
- 2.15.73
|
||||
* Mon Sep 03 2007 - mzugec@suse.cz
|
||||
- install smartlink-softmodem package for devices with *ttySL*
|
||||
device files (#284287)
|
||||
|
Loading…
Reference in New Issue
Block a user