- 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 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-services-manager?expand=0&rev=130
This commit is contained in:
parent
c1fddb410a
commit
334eeca2ed
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aaabd4edbbc8a905d1669a39cbe867742b4721671fcee68cd4c8c7b1992293bd
|
||||
size 44125
|
3
yast2-services-manager-4.1.8.tar.bz2
Normal file
3
yast2-services-manager-4.1.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3589fc8de4676f8e5f0a0359ded8d40b8f778eb072fc9dcb3514c5632cb25a61
|
||||
size 44204
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user