Accepting request 655311 from YaST:Head
submit new version 4.1.0 OBS-URL: https://build.opensuse.org/request/show/655311 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-proxy?expand=0&rev=17
This commit is contained in:
commit
3029ce3777
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a4d7028c756ccf64c96d8a7693f1546db9c0ae55f8166d627911a6b675785edb
|
|
||||||
size 24182
|
|
3
yast2-proxy-4.1.0.tar.bz2
Normal file
3
yast2-proxy-4.1.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:006e661f0a6e2c19bcd5b064b3ba95ae4d879ffb3e5506f77a1c699d8325361d
|
||||||
|
size 24949
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 5 11:06:17 UTC 2018 - jreidinger@suse.com
|
||||||
|
|
||||||
|
- always use absolute path to binaries (bsc#1118291)
|
||||||
|
- escape properly shell arguments (bsc#1118291)
|
||||||
|
- 4.1.0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 25 23:31:29 UTC 2018 - Noah Davis <noahadvs@gmail.com>
|
||||||
|
|
||||||
|
- Provide icon with module (boo#1109310)
|
||||||
|
- 4.0.3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 16 15:53:35 CEST 2018 - schubi@suse.de
|
||||||
|
|
||||||
|
- Added license file to spec.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 22 14:53:27 CEST 2018 - schubi@suse.de
|
||||||
|
|
||||||
|
- Switched license in spec file from SPDX2 to SPDX3 format.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 27 17:14:44 CEST 2018 - schubi@suse.de
|
Wed Jun 27 17:14:44 CEST 2018 - schubi@suse.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-proxy
|
Name: yast2-proxy
|
||||||
Version: 4.0.2
|
Version: 4.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -39,7 +39,7 @@ BuildArch: noarch
|
|||||||
Requires: yast2-ruby-bindings >= 1.0.0
|
Requires: yast2-ruby-bindings >= 1.0.0
|
||||||
|
|
||||||
Summary: YaST2 - Proxy Configuration
|
Summary: YaST2 - Proxy Configuration
|
||||||
License: GPL-2.0+
|
License: GPL-2.0-or-later
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
Url: http://en.opensuse.org/Portal:YaST
|
Url: http://en.opensuse.org/Portal:YaST
|
||||||
|
|
||||||
@ -66,6 +66,8 @@ rake install DESTDIR="%{buildroot}"
|
|||||||
%{yast_desktopdir}/*.desktop
|
%{yast_desktopdir}/*.desktop
|
||||||
%{yast_scrconfdir}/*.scr
|
%{yast_scrconfdir}/*.scr
|
||||||
%{yast_schemadir}/autoyast/rnc/proxy.rnc
|
%{yast_schemadir}/autoyast/rnc/proxy.rnc
|
||||||
|
%{yast_icondir}
|
||||||
|
%license COPYING
|
||||||
|
|
||||||
%doc %{yast_docdir}
|
%doc %{yast_docdir}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user