Accepting request 357279 from YaST:Head
submit new version 3.1.142 OBS-URL: https://build.opensuse.org/request/show/357279 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-network?expand=0&rev=341
This commit is contained in:
commit
3cdd8fa65e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ea653cb5f38659914f9cf412b46ea6523f4b763200077acd6bf13b0a4b168a6
|
||||
size 374639
|
3
yast2-network-3.1.142.tar.bz2
Normal file
3
yast2-network-3.1.142.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b07ea5104696cf86a9f3dce1696a2fa780baa7e1bf7f5f85db280547efd18364
|
||||
size 371807
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 29 15:21:36 UTC 2016 - knut.anderssen@suse.com
|
||||
|
||||
- Removed old testsuites tests and autotools, so yast2-testsuite
|
||||
is not required anymore (fate#314695).
|
||||
- 3.1.142
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 13:24:15 UTC 2016 - mvidner@suse.com
|
||||
|
||||
- Fixed an Internal error when aborting the configuration of a
|
||||
WiFi interface (bsc#950902).
|
||||
- 3.1.141
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 13:26:12 UTC 2015 - mfilka@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package yast2-network
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: yast2-network
|
||||
Version: 3.1.140
|
||||
Version: 3.1.142
|
||||
Release: 0
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -31,7 +31,8 @@ BuildRequires: update-desktop-files
|
||||
BuildRequires: yast2-country
|
||||
BuildRequires: yast2-devtools >= 3.1.15
|
||||
BuildRequires: yast2-proxy
|
||||
BuildRequires: yast2-testsuite
|
||||
#for install task
|
||||
BuildRequires: rubygem(yast-rake)
|
||||
|
||||
# yast2 v3.1.86: Added ServicesProposal library
|
||||
BuildRequires: yast2 >= 3.1.86
|
||||
@ -77,11 +78,11 @@ This package contains autogenerated documentation for yast2-network
|
||||
%prep
|
||||
%setup -n %{name}-%{version}
|
||||
|
||||
%build
|
||||
%yast_build
|
||||
%check
|
||||
rake test:unit
|
||||
|
||||
%install
|
||||
%yast_install
|
||||
rake install DESTDIR="%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user