This commit is contained in:
parent
b2da4a9238
commit
eafd72b036
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:77c301bc5c78705b6e5092803dd569627bad2abc6a8d17e5820652e75d769e3a
|
||||
size 289648
|
3
yast2-network-2.15.78.tar.bz2
Normal file
3
yast2-network-2.15.78.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:325e5a169019b7aa6b01fd9ac60a87fe9d971f66cdb31e7a5af94b03b4f6e8c2
|
||||
size 289528
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 20 18:40:22 CEST 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
|
||||
resolvable even without active network (#304632)
|
||||
- 2.15.78
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 20 16:59:25 CEST 2007 - mvidner@suse.cz
|
||||
|
||||
- Escape quotes in NAME in save_network (#305343).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 18 14:54:18 CEST 2007 - kmachalkova@suse.cz
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package yast2-network (Version 2.15.77)
|
||||
# spec file for package yast2-network (Version 2.15.78)
|
||||
#
|
||||
# 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.77
|
||||
Version: 2.15.78
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Group: System/YaST
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: yast2-network-2.15.77.tar.bz2
|
||||
Source0: yast2-network-2.15.78.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.77
|
||||
Version: 2.15.78
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Group: System/YaST
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: yast2-network-2.15.77.tar.bz2
|
||||
Source0: yast2-network-2.15.78.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.77
|
||||
%setup -n yast2-network-2.15.78
|
||||
|
||||
%build
|
||||
%{prefix}/bin/y2tool y2autoconf
|
||||
@ -138,8 +138,14 @@ fi
|
||||
%exclude %{prefix}/share/doc/packages/yast2-network/COPYING
|
||||
%exclude %{prefix}/share/doc/packages/yast2-network/COPYRIGHT.english
|
||||
%exclude %{prefix}/share/doc/packages/yast2-network/README
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
resolvable even without active network (#304632)
|
||||
- 2.15.78
|
||||
* Thu Sep 20 2007 - mvidner@suse.cz
|
||||
- Escape quotes in NAME in save_network (#305343).
|
||||
* Tue Sep 18 2007 - kmachalkova@suse.cz
|
||||
- Removed all udev rules workarounds (manually removing lockfiles,
|
||||
tmp rules, calling udevtrigger) - just copy udev rules for net and
|
||||
|
Loading…
Reference in New Issue
Block a user