This commit is contained in:
parent
5b63e9153e
commit
10a86c41e7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fd8f048edaf64f2e581d2f3241847ffbecda93bacf6e58974f5ad23e7187bd93
|
||||
size 262529
|
3
yast2-network-2.16.7.tar.bz2
Normal file
3
yast2-network-2.16.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:87c93c63a3e2801df2f1ed789ef58660d89c53febe8e0b7f11178fb6944399a1
|
||||
size 310131
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 9 14:45:11 CET 2007 - kmachalkova@suse.cz
|
||||
|
||||
- host.rnc modified to accept empty <host> section as a valid one
|
||||
- Filter out host IPs with empty hostname so that valid autoyast
|
||||
profile is created (both #335120)
|
||||
- 2.16.7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 2 14:18:37 CET 2007 - locilka@suse.cz
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package yast2-network (Version 2.16.6)
|
||||
# spec file for package yast2-network (Version 2.16.7)
|
||||
#
|
||||
# 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.16.6
|
||||
Version: 2.16.7
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Group: System/YaST
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: yast2-network-2.16.6.tar.bz2
|
||||
Source0: yast2-network-2.16.7.tar.bz2
|
||||
Prefix: /usr
|
||||
# should be required by devtools
|
||||
BuildRequires: perl-XML-Writer pkgconfig rpm
|
||||
@ -45,12 +45,12 @@ Conflicts: yast2-core < 2.10.6
|
||||
Summary: YaST2 - Network Configuration
|
||||
|
||||
%package devel-doc
|
||||
Version: 2.16.6
|
||||
Version: 2.16.7
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Group: System/YaST
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: yast2-network-2.16.6.tar.bz2
|
||||
Source0: yast2-network-2.16.7.tar.bz2
|
||||
Prefix: /usr
|
||||
Requires: yast2-network >= 2.15.53
|
||||
Summary: YaST2 - Developer documentation for yast2-network
|
||||
@ -74,7 +74,7 @@ Authors:
|
||||
Michal Svec <msvec@suse.cz>
|
||||
|
||||
%prep
|
||||
%setup -n yast2-network-2.16.6
|
||||
%setup -n yast2-network-2.16.7
|
||||
|
||||
%build
|
||||
%{prefix}/bin/y2tool y2autoconf
|
||||
@ -138,6 +138,11 @@ fi
|
||||
%exclude %{prefix}/share/doc/packages/yast2-network/COPYING
|
||||
%exclude %{prefix}/share/doc/packages/yast2-network/README
|
||||
%changelog
|
||||
* Fri Nov 09 2007 - kmachalkova@suse.cz
|
||||
- host.rnc modified to accept empty <host> section as a valid one
|
||||
- Filter out host IPs with empty hostname so that valid autoyast
|
||||
profile is created (both #335120)
|
||||
- 2.16.7
|
||||
* Fri Nov 02 2007 - locilka@suse.cz
|
||||
- YCP Module Internet moved to yast2.rpm to break several
|
||||
dependencies on yast2-network.
|
||||
|
Loading…
Reference in New Issue
Block a user