Accepting request 429286 from YaST:Head
submit new version 3.1.171 OBS-URL: https://build.opensuse.org/request/show/429286 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-network?expand=0&rev=358
This commit is contained in:
commit
e5344d07ca
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:56a0fb2edd85ae0379ea8b152ab5278b6b9269b86aa5738456c3190a1010a087
|
|
||||||
size 376859
|
|
3
yast2-network-3.1.171.tar.bz2
Normal file
3
yast2-network-3.1.171.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5e16b5f28eb07bab5bf58e5c2145cd7e0301d225a83fa7283a375b2a23e82912
|
||||||
|
size 377454
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 21 09:57:30 UTC 2016 - jreidinger@suse.com
|
||||||
|
|
||||||
|
- reduce rpm build time (bsc#999203)
|
||||||
|
- 3.1.171
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 7 11:23:16 UTC 2016 - mfilka@suse.com
|
Wed Sep 7 11:23:16 UTC 2016 - mfilka@suse.com
|
||||||
|
|
||||||
|
@ -17,20 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-network
|
Name: yast2-network
|
||||||
Version: 3.1.170
|
Version: 3.1.171
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
# should be required by devtools
|
|
||||||
BuildRequires: perl-XML-Writer
|
|
||||||
BuildRequires: pkgconfig
|
|
||||||
BuildRequires: rpm
|
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: yast2-country
|
|
||||||
BuildRequires: yast2-devtools >= 3.1.15
|
BuildRequires: yast2-devtools >= 3.1.15
|
||||||
BuildRequires: yast2-proxy
|
|
||||||
Requires: yast2-proxy
|
Requires: yast2-proxy
|
||||||
#for install task
|
#for install task
|
||||||
BuildRequires: rubygem(yast-rake)
|
BuildRequires: rubygem(yast-rake)
|
||||||
@ -40,6 +34,10 @@ BuildRequires: yast2 >= 3.1.86
|
|||||||
# yast2 v3.1.135: Fixed Hostname API
|
# yast2 v3.1.135: Fixed Hostname API
|
||||||
Requires: yast2 >= 3.1.136
|
Requires: yast2 >= 3.1.136
|
||||||
|
|
||||||
|
# Product control need xml agent
|
||||||
|
BuildRequires: yast2-xml
|
||||||
|
Requires: yast2-xml
|
||||||
|
|
||||||
#netconfig (FaTE #303618)
|
#netconfig (FaTE #303618)
|
||||||
Requires: sysconfig >= 0.80.0
|
Requires: sysconfig >= 0.80.0
|
||||||
#GetLanguageCountry
|
#GetLanguageCountry
|
||||||
@ -49,7 +47,6 @@ Requires: yast2-country-data >= 2.16.3
|
|||||||
BuildRequires: yast2-storage >= 2.21.11
|
BuildRequires: yast2-storage >= 2.21.11
|
||||||
Requires: yast2-storage >= 2.21.11
|
Requires: yast2-storage >= 2.21.11
|
||||||
# Packages::vnc_packages
|
# Packages::vnc_packages
|
||||||
BuildRequires: yast2-packager >= 3.1.47
|
|
||||||
Requires: yast2-packager >= 3.1.47
|
Requires: yast2-packager >= 3.1.47
|
||||||
|
|
||||||
# testsuite
|
# testsuite
|
||||||
@ -85,6 +82,7 @@ rake install DESTDIR="%{buildroot}"
|
|||||||
%{yast_ybindir}/*
|
%{yast_ybindir}/*
|
||||||
%{yast_yncludedir}/network
|
%{yast_yncludedir}/network
|
||||||
%{yast_clientdir}/*.rb
|
%{yast_clientdir}/*.rb
|
||||||
|
%dir %{yast_moduledir}/YaPI
|
||||||
%{yast_moduledir}/YaPI/NETWORK.pm
|
%{yast_moduledir}/YaPI/NETWORK.pm
|
||||||
%{yast_moduledir}/*.rb
|
%{yast_moduledir}/*.rb
|
||||||
%{yast_desktopdir}/*.desktop
|
%{yast_desktopdir}/*.desktop
|
||||||
|
Loading…
Reference in New Issue
Block a user