forked from pool/yast2-network
- added popup with security question when proxy url contains password (http://usr:pass@proxy) - bnc 694582
- fixed testsuite - 2.22.3 - Simplified NetworkStorage::isDiskOnNetwork, thx locilka (bnc#726057#c12) OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=164
This commit is contained in:
committed by
Git OBS Bridge
parent
a4d5fd3375
commit
888db18c39
@@ -15,23 +15,24 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: yast2-network
|
||||
Version: 2.22.2
|
||||
Version: 2.22.3
|
||||
Release: 0
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: yast2-network-%{version}.tar.bz2
|
||||
|
||||
Group: System/YaST
|
||||
License: GPL-2.0+
|
||||
# should be required by devtools
|
||||
BuildRequires: perl-XML-Writer
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: rpm
|
||||
BuildRequires: perl-XML-Writer pkgconfig rpm
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: yast2-devtools yast2-testsuite
|
||||
BuildRequires: yast2-country
|
||||
BuildRequires: yast2-devtools
|
||||
BuildRequires: yast2-installation >= 2.15.27
|
||||
BuildRequires: yast2-testsuite
|
||||
|
||||
# NetworkInterfaces::Write should write ifcfgs only once
|
||||
# Wizard::SetDesktopTitleAndIcon
|
||||
@@ -62,12 +63,10 @@ Obsoletes: y2t_lan y2t_adsl y2t_dial
|
||||
Conflicts: yast2-core < 2.10.6
|
||||
|
||||
Summary: YaST2 - Network Configuration
|
||||
License: GPL-2.0+
|
||||
Group: System/YaST
|
||||
|
||||
%package devel-doc
|
||||
Summary: YaST2 - Developer documentation for yast2-network
|
||||
Group: System/YaST
|
||||
Summary: YaST2 - Developer documentation for yast2-network
|
||||
|
||||
%description
|
||||
This package contains the YaST2 component for network configuration.
|
||||
@@ -86,6 +85,7 @@ autoreconf --force --install
|
||||
export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
|
||||
export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
|
||||
|
||||
%{?suse_update_config:%{suse_update_config -f}}
|
||||
./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
|
||||
# V=1: verbose build in case we used AM_SILENT_RULES(yes)
|
||||
# so that RPM_OPT_FLAGS check works
|
||||
|
Reference in New Issue
Block a user