- If PROXY_ENABLED is not set, interpret it as disabled,
like the rest of the system does (boo#934925). - Internal cleanups: - Got rid of autotools. - Converted legacy testsuite to RSpec. - Moved code out of clients for better testability. - 3.1.6 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-proxy?expand=0&rev=152
This commit is contained in:
parent
26fe5dad6d
commit
afa3389ca3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7202a91301a78185e3164aa607fab82acfe1858901b44ccc2c5ec397a9288546
|
||||
size 25618
|
3
yast2-proxy-3.1.6.tar.bz2
Normal file
3
yast2-proxy-3.1.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0b0f25f52901027025cfbca70add92d9dc06e408ec1dad955083eb685a915e8f
|
||||
size 24422
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 12 16:13:53 UTC 2015 - mvidner@suse.com
|
||||
|
||||
- If PROXY_ENABLED is not set, interpret it as disabled,
|
||||
like the rest of the system does (boo#934925).
|
||||
- Internal cleanups:
|
||||
- Got rid of autotools.
|
||||
- Converted legacy testsuite to RSpec.
|
||||
- Moved code out of clients for better testability.
|
||||
- 3.1.6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 11 12:01:30 UTC 2015 - mvidner@suse.com
|
||||
|
||||
|
@ -17,20 +17,16 @@
|
||||
|
||||
|
||||
Name: yast2-proxy
|
||||
Version: 3.1.5
|
||||
Version: 3.1.6
|
||||
Release: 0
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
|
||||
# should be required by devtools
|
||||
BuildRequires: perl-XML-Writer
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: rpm
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: yast2-devtools >= 3.1.10
|
||||
BuildRequires: yast2-testsuite
|
||||
BuildRequires: yast2-buildtools >= 3.1.10
|
||||
BuildRequires: rubygem(rspec)
|
||||
BuildRequires: rubygem(yast-rake)
|
||||
|
||||
BuildRequires: yast2
|
||||
Requires: yast2
|
||||
@ -38,7 +34,6 @@ Requires: yast2
|
||||
# we split off that one
|
||||
Conflicts: yast2-network < 2.22.6
|
||||
|
||||
PreReq: /bin/rm
|
||||
BuildArch: noarch
|
||||
|
||||
Requires: yast2-ruby-bindings >= 1.0.0
|
||||
@ -54,22 +49,24 @@ This package contains the YaST2 component for proxy configuration.
|
||||
%prep
|
||||
%setup -n %{name}-%{version}
|
||||
|
||||
%check
|
||||
rake test:unit
|
||||
|
||||
%build
|
||||
%yast_build
|
||||
|
||||
%install
|
||||
%yast_install
|
||||
rake install DESTDIR="%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{yast_clientdir}/*.rb
|
||||
%{yast_libdir}/proxy
|
||||
%{yast_moduledir}/*.rb
|
||||
%{yast_yncludedir}/proxy
|
||||
%{yast_desktopdir}/*.desktop
|
||||
%{yast_scrconfdir}/*.scr
|
||||
%{yast_schemadir}/autoyast/rnc/proxy.rnc
|
||||
|
||||
%dir %{yast_docdir}
|
||||
%{yast_docdir}/COPYING
|
||||
%doc %{yast_docdir}
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user