Accepting request 642403 from YaST:Head

submit new version 4.1.8

OBS-URL: https://build.opensuse.org/request/show/642403
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-services-manager?expand=0&rev=43
This commit is contained in:
Dominique Leuenberger 2018-11-01 17:56:43 +00:00 committed by Git OBS Bridge
commit 0ba7e244b1
4 changed files with 23 additions and 9 deletions

View File

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

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:254aa4cac1761e1f35097939c3e962c4a7e6434c0510ad532ce06f2ee56396b9
size 44253

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Oct 16 15:28:34 CEST 2018 - schubi@suse.de
- Added license file to spec.
-------------------------------------------------------------------
Wed Sep 19 20:39:00 UTC 2018 - knut.anderssen@suse.com
- Adapted to use the Y2Firewall::Firewalld::Zone object returned by
Y2Firewall::Firewalld::Interface#zone instead of a String.
- Adapted to use the new Y2Firewall::Firewalld::Interface objects
instead of a hash (fate#324662)
- 4.1.8
-------------------------------------------------------------------
Wed Sep 5 08:47:10 UTC 2018 - igonzalezsosa@suse.com

View File

@ -24,7 +24,7 @@
######################################################################
Name: yast2-services-manager
Version: 4.1.7
Version: 4.1.8
Release: 0
BuildArch: noarch
@ -32,8 +32,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %{name}-%{version}.tar.bz2
Requires: ruby
# Yast2::Systemd::Target
Requires: yast2 >= 4.1.3
# Yast2::Firewalld::Interface#zone returns a Zone object
Requires: yast2 >= 4.1.17
Requires: yast2-ruby-bindings >= 1.2.0
# To show service logs
Suggests: yast2-journal >= 4.1.1
@ -45,8 +45,8 @@ Conflicts: yast2-runlevel
BuildRequires: ruby
BuildRequires: update-desktop-files
# Yast2::Systemd::Target
BuildRequires: yast2 >= 4.1.3
# Yast2::Firewalld::Interface#zone returns a Zone object
BuildRequires: yast2 >= 4.1.17
BuildRequires: yast2-ruby-bindings >= 1.2.0
# To show service logs
BuildRequires: yast2-journal >= 4.1.1
@ -98,6 +98,6 @@ rake install DESTDIR="%{buildroot}"
%{_prefix}/share/applications/YaST2/services-manager.desktop
%_docdir/%name/
%_docdir/%name/COPYING
%license COPYING
%changelog