Accepting request 887231 from YaST:Head

submit new version 4.4.1

OBS-URL: https://build.opensuse.org/request/show/887231
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-transfer?expand=0&rev=32
This commit is contained in:
Dominique Leuenberger 2021-04-23 15:50:31 +00:00 committed by Git OBS Bridge
commit bbb71a0f16
4 changed files with 31 additions and 25 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4fbbea3dfdf76e7cb36b16f3101a287d63797deedde20bdc757ef47b11ffaecf
size 20751

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:09901411b4ddad40f2efcdbe63c4b6c399a16438ef6e8ce9a36cbfdbb573895a
size 19362

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Apr 20 18:14:05 UTC 2021 - Dirk Müller <dmueller@suse.com>
- stop packaging docdir, it only contained the license which
is now in licensedir (bsc#1184897)
- spec file cleanups
- 4.4.1
-------------------------------------------------------------------
Tue Apr 20 13:51:55 UTC 2021 - Ladislav Slezák <lslezak@suse.cz>
- 4.4.0
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 26 14:02:36 UTC 2019 - José Iván López González <jlopez@suse.com> Tue Feb 26 14:02:36 UTC 2019 - José Iván López González <jlopez@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package yast2-transfer # spec file for package yast2-transfer
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2021 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -12,17 +12,17 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
Name: yast2-transfer Name: yast2-transfer
Version: 4.1.0 Version: 4.4.1
Release: 0 Release: 0
Summary: YaST2 - Agent for Various Transfer Protocols
BuildRoot: %{_tmppath}/%{name}-%{version}-build License: GPL-2.0-only
Group: System/YaST
Source0: %{name}-%{version}.tar.bz2 Source0: %{name}-%{version}.tar.bz2
BuildRequires: curl-devel BuildRequires: curl-devel
BuildRequires: doxygen BuildRequires: doxygen
BuildRequires: gcc-c++ BuildRequires: gcc-c++
@ -31,15 +31,9 @@ BuildRequires: perl-XML-Writer
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
BuildRequires: yast2 BuildRequires: yast2
BuildRequires: yast2-core-devel BuildRequires: yast2-core-devel
BuildRequires: yast2-devtools >= 3.1.10 BuildRequires: yast2-devtools >= 4.4.0
%if 0%{?suse_version} < 1220 Requires: curl
BuildRequires: libxcrypt-devel
%endif
Requires: yast2-ruby-bindings >= 1.0.0 Requires: yast2-ruby-bindings >= 1.0.0
Summary: YaST2 - Agent for Various Transfer Protocols
License: GPL-2.0-only
Group: System/YaST
Provides: yast2-agent-curl Provides: yast2-agent-curl
Provides: yast2-agent-curl-devel Provides: yast2-agent-curl-devel
Provides: yast2-agent-tftp Provides: yast2-agent-tftp
@ -49,13 +43,15 @@ Obsoletes: yast2-agent-curl-devel
Obsoletes: yast2-agent-tftp Obsoletes: yast2-agent-tftp
Obsoletes: yast2-agent-tftp-devel Obsoletes: yast2-agent-tftp-devel
Obsoletes: yast2-transfer-devel-doc Obsoletes: yast2-transfer-devel-doc
Requires: curl %if 0%{?suse_version} < 1220
BuildRequires: libxcrypt-devel
%endif
%description %description
A YaST2 Agent for various Transfer Protocols: FTP, HTTP, and TFTP. A YaST2 Agent for various Transfer Protocols: FTP, HTTP, and TFTP.
%prep %prep
%setup -n %{name}-%{version} %setup -q
%build %build
%yast_build %yast_build
@ -63,11 +59,11 @@ A YaST2 Agent for various Transfer Protocols: FTP, HTTP, and TFTP.
%install %install
%yast_install %yast_install
rm -f $RPM_BUILD_ROOT/%{yast_plugindir}/libpy2ag_curl.la rm -f %{buildroot}/%{yast_plugindir}/libpy2ag_curl.la
rm -f $RPM_BUILD_ROOT/%{yast_plugindir}/libpy2ag_tftp.la rm -f %{buildroot}/%{yast_plugindir}/libpy2ag_tftp.la
%files %files
%defattr(-,root,root) %license COPYING
%{yast_scrconfdir}/*.scr %{yast_scrconfdir}/*.scr
%{yast_plugindir}/libpy2ag_curl.so.* %{yast_plugindir}/libpy2ag_curl.so.*
%{yast_plugindir}/libpy2ag_curl.so %{yast_plugindir}/libpy2ag_curl.so
@ -75,7 +71,4 @@ rm -f $RPM_BUILD_ROOT/%{yast_plugindir}/libpy2ag_tftp.la
%{yast_plugindir}/libpy2ag_tftp.so %{yast_plugindir}/libpy2ag_tftp.so
%{yast_moduledir}/* %{yast_moduledir}/*
%dir %{yast_docdir}
%license %{yast_docdir}/COPYING
%changelog %changelog