This commit is contained in:
parent
eafd72b036
commit
85d94b6a90
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:325e5a169019b7aa6b01fd9ac60a87fe9d971f66cdb31e7a5af94b03b4f6e8c2
|
||||
size 289528
|
3
yast2-network-2.15.79.tar.bz2
Normal file
3
yast2-network-2.15.79.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7e533b5eb7e7cbbb1a740f9e767684bd68dc8b53cebc756731395843e3f938b3
|
||||
size 289558
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 21 12:22:00 CEST 2007 - kmachalkova@suse.cz
|
||||
|
||||
- Correct manual adding of network devices and assigning firewall
|
||||
zones (pass 'eth1' 'wlan0' string instead of 'eth-eth1' or
|
||||
'wlan-wlan0') (partly #308763)
|
||||
- 2.15.79
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 20 18:40:22 CEST 2007 - kmachalkova@suse.cz
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package yast2-network (Version 2.15.78)
|
||||
# spec file for package yast2-network (Version 2.15.79)
|
||||
#
|
||||
# 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.78
|
||||
Version: 2.15.79
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Group: System/YaST
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: yast2-network-2.15.78.tar.bz2
|
||||
Source0: yast2-network-2.15.79.tar.bz2
|
||||
Prefix: /usr
|
||||
# should be required by devtools
|
||||
BuildRequires: perl-XML-Writer pkgconfig rpm
|
||||
@ -44,12 +44,12 @@ Conflicts: yast2-core < 2.10.6
|
||||
Summary: YaST2 - Network Configuration
|
||||
|
||||
%package devel-doc
|
||||
Version: 2.15.78
|
||||
Version: 2.15.79
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Group: System/YaST
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: yast2-network-2.15.78.tar.bz2
|
||||
Source0: yast2-network-2.15.79.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.78
|
||||
%setup -n yast2-network-2.15.79
|
||||
|
||||
%build
|
||||
%{prefix}/bin/y2tool y2autoconf
|
||||
@ -139,6 +139,11 @@ fi
|
||||
%exclude %{prefix}/share/doc/packages/yast2-network/COPYRIGHT.english
|
||||
%exclude %{prefix}/share/doc/packages/yast2-network/README
|
||||
%changelog
|
||||
* Fri Sep 21 2007 - kmachalkova@suse.cz
|
||||
- Correct manual adding of network devices and assigning firewall
|
||||
zones (pass 'eth1' 'wlan0' string instead of 'eth-eth1' or
|
||||
'wlan-wlan0') (partly #308763)
|
||||
- 2.15.79
|
||||
* Thu Sep 20 2007 - kmachalkova@suse.cz
|
||||
- Always add '127.0.0.2 host.site host' line into /etc/hosts (if
|
||||
'Write hostname to /etc/hosts' is enabled) to make hostname
|
||||
|
Loading…
Reference in New Issue
Block a user