Accepting request 20315 from YaST:Head
Copy from YaST:Head/yast2-network based on submit request 20315 from user kmachalkova OBS-URL: https://build.opensuse.org/request/show/20315 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-network?expand=0&rev=189
This commit is contained in:
parent
3129416da1
commit
11025ed965
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:13e442f31f6a740ce7fc3a1153e1514b3eab0f43f2f50c6cf74b672430f2cdd3
|
|
||||||
size 286761
|
|
3
yast2-network-2.18.45.tar.bz2
Normal file
3
yast2-network-2.18.45.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dad40a1c7be01307690c8030c403e05d1cbf98be9d9f7177462e93d303e0319e
|
||||||
|
size 288650
|
@ -1,3 +1,77 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 9 15:07:34 CEST 2009 - kmachalkova@suse.cz
|
||||||
|
|
||||||
|
- Fixed packaging (YaPI stuff goes to @moduledir@)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 7 19:11:04 CEST 2009 - kmachalkova@suse.cz
|
||||||
|
|
||||||
|
- Disable firewall_proposal AC step (or equivalent non-automatic
|
||||||
|
subproposal) if it has been configured in 1st stage already
|
||||||
|
(FaTE #303859 and bnc#534862)
|
||||||
|
- 2.18.45
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 3 20:18:48 CEST 2009 - mzugec@suse.de
|
||||||
|
|
||||||
|
- YaPI: read interfaces from system (not only fake data)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 31 15:09:48 CEST 2009 - mzugec@suse.de
|
||||||
|
|
||||||
|
- YaPI: added testsuite
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 28 15:52:27 CEST 2009 - mzugec@suse.de
|
||||||
|
|
||||||
|
- YaPI: real data for dns, routing
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 28 15:32:32 CEST 2009 - kmachalkova@suse.cz
|
||||||
|
|
||||||
|
- Write configuration only in firewall_stage1_finish, do not try to
|
||||||
|
start/stop SuSEFirewall2 service
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 27 16:17:40 CEST 2009 - mzugec@suse.de
|
||||||
|
|
||||||
|
- YaPI: read real data for hostname
|
||||||
|
- 2.18.44
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 25 00:05:45 CEST 2009 - mzugec@suse.de
|
||||||
|
|
||||||
|
- initial commit for DBus YaPI
|
||||||
|
- 2.18.43
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 19 10:55:06 CEST 2009 - kmachalkova@suse.cz
|
||||||
|
|
||||||
|
- Do a proper reload of network service on writing (standalone) DNS
|
||||||
|
configuration (removed *-all-dhcp-clients workaround - bnc#528937)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 17 14:55:33 CEST 2009 - mzugec@suse.de
|
||||||
|
|
||||||
|
- fixed help text (bnc#530345)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 17 14:41:15 CEST 2009 - mzugec@suse.de
|
||||||
|
|
||||||
|
- removed old help text (bnc#513146)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 17 13:27:50 CEST 2009 - mzugec@suse.de
|
||||||
|
|
||||||
|
- L3: manually created bridge over bonding (bnc#528074)
|
||||||
|
- 2.18.42
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 17 11:51:35 CEST 2009 - mzugec@suse.de
|
||||||
|
|
||||||
|
- L3: proposed bridge over bonding (bnc#528076)
|
||||||
|
- 2.18.41
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 14 17:48:25 CEST 2009 - kmachalkova@suse.cz
|
Fri Aug 14 17:48:25 CEST 2009 - kmachalkova@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-network (Version 2.18.40)
|
# spec file for package yast2-network (Version 2.18.45)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,10 +19,10 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-network
|
Name: yast2-network
|
||||||
Version: 2.18.40
|
Version: 2.18.45
|
||||||
Release: 1
|
Release: 1
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: yast2-network-2.18.40.tar.bz2
|
Source0: yast2-network-2.18.45.tar.bz2
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
@ -33,9 +33,8 @@ BuildRequires: yast2-devtools yast2-testsuite
|
|||||||
BuildRequires: yast2-country
|
BuildRequires: yast2-country
|
||||||
BuildRequires: yast2-installation >= 2.15.27
|
BuildRequires: yast2-installation >= 2.15.27
|
||||||
BuildRequires: yast2 >= 2.16.6
|
BuildRequires: yast2 >= 2.16.6
|
||||||
# internet test needs Internet::test ;)
|
# ProductControl::Disable* - yast2-2.18.23
|
||||||
# function from yast2-2.18.17
|
Requires: yast2 >= 2.18.23
|
||||||
Requires: yast2 >= 2.18.17
|
|
||||||
#netconfig (FaTE #303618)
|
#netconfig (FaTE #303618)
|
||||||
Requires: sysconfig >= 0.71.2
|
Requires: sysconfig >= 0.71.2
|
||||||
#GetLanguageCountry
|
#GetLanguageCountry
|
||||||
@ -66,7 +65,7 @@ This package contains the YaST2 component for network configuration.
|
|||||||
This package contains autogenerated documentation for yast2-network
|
This package contains autogenerated documentation for yast2-network
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-network-2.18.40
|
%setup -n yast2-network-2.18.45
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -114,6 +113,7 @@ fi
|
|||||||
/usr/share/YaST2/data/*
|
/usr/share/YaST2/data/*
|
||||||
/usr/share/YaST2/include/network
|
/usr/share/YaST2/include/network
|
||||||
/usr/share/YaST2/clients/*.ycp
|
/usr/share/YaST2/clients/*.ycp
|
||||||
|
/usr/share/YaST2/modules/YaPI/NETWORK.pm
|
||||||
/usr/share/YaST2/modules/*.ycp
|
/usr/share/YaST2/modules/*.ycp
|
||||||
/usr/share/YaST2/modules/*.ybc
|
/usr/share/YaST2/modules/*.ybc
|
||||||
%{prefix}/share/applications/YaST2/*.desktop
|
%{prefix}/share/applications/YaST2/*.desktop
|
||||||
@ -131,4 +131,5 @@ fi
|
|||||||
%doc %{prefix}/share/doc/packages/yast2-network
|
%doc %{prefix}/share/doc/packages/yast2-network
|
||||||
%exclude %{prefix}/share/doc/packages/yast2-network/COPYING
|
%exclude %{prefix}/share/doc/packages/yast2-network/COPYING
|
||||||
%exclude %{prefix}/share/doc/packages/yast2-network/README
|
%exclude %{prefix}/share/doc/packages/yast2-network/README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user