rebase to v1.0.0
Resolves: rhbz 1914945 Resolves: rhbz 1931966 Resolves: rhbz 1975484 Resolves: rhbz 1976185
This commit is contained in:
parent
c2728f3b5e
commit
d4982b701b
1
.gitignore
vendored
1
.gitignore
vendored
@ -65,3 +65,4 @@
|
|||||||
/firewalld-0.9.2.tar.gz
|
/firewalld-0.9.2.tar.gz
|
||||||
/firewalld-0.9.3.tar.gz
|
/firewalld-0.9.3.tar.gz
|
||||||
/firewalld-1.0.0-alpha.tar.gz
|
/firewalld-1.0.0-alpha.tar.gz
|
||||||
|
/firewalld-1.0.0.tar.gz
|
||||||
|
@ -1,11 +1,10 @@
|
|||||||
Summary: A firewall daemon with D-Bus interface providing a dynamic firewall
|
Summary: A firewall daemon with D-Bus interface providing a dynamic firewall
|
||||||
Name: firewalld
|
Name: firewalld
|
||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
Release: 0.3.alpha%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: http://www.firewalld.org
|
URL: http://www.firewalld.org
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
#Source0: https://github.com/firewalld/firewalld/releases/download/v%{version}/firewalld-%{version}.tar.gz
|
Source0: https://github.com/firewalld/firewalld/releases/download/v%{version}/firewalld-%{version}.tar.gz
|
||||||
Source0: https://github.com/firewalld/firewalld/releases/download/v%{version}-alpha/firewalld-%{version}-alpha.tar.gz
|
|
||||||
Patch1: 0001-RHEL-only-Add-cockpit-by-default-to-some-zones.patch
|
Patch1: 0001-RHEL-only-Add-cockpit-by-default-to-some-zones.patch
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
@ -30,6 +29,7 @@ Requires: python3-firewall = %{version}-%{release}
|
|||||||
Obsoletes: firewalld-selinux < 0.4.4.2-2
|
Obsoletes: firewalld-selinux < 0.4.4.2-2
|
||||||
Conflicts: selinux-policy < 3.14.1-28
|
Conflicts: selinux-policy < 3.14.1-28
|
||||||
Conflicts: cockpit-ws < 173-2
|
Conflicts: cockpit-ws < 173-2
|
||||||
|
Recommends: libcap-ng-python3
|
||||||
|
|
||||||
%description
|
%description
|
||||||
firewalld is a firewall service daemon that provides a dynamic customizable
|
firewalld is a firewall service daemon that provides a dynamic customizable
|
||||||
@ -77,6 +77,7 @@ Requires: gtk3
|
|||||||
Requires: python3-gobject
|
Requires: python3-gobject
|
||||||
Requires: NetworkManager-libnm
|
Requires: NetworkManager-libnm
|
||||||
Requires: dbus-x11
|
Requires: dbus-x11
|
||||||
|
Recommends: polkit
|
||||||
|
|
||||||
%description -n firewall-config
|
%description -n firewall-config
|
||||||
The firewall configuration application provides an configuration interface for
|
The firewall configuration application provides an configuration interface for
|
||||||
@ -121,6 +122,9 @@ desktop-file-install --delete-original \
|
|||||||
|
|
||||||
install -d -m 755 %{buildroot}%{_prefix}/lib/firewalld/zones/
|
install -d -m 755 %{buildroot}%{_prefix}/lib/firewalld/zones/
|
||||||
|
|
||||||
|
# remove unhandle firewalld-test subpackage
|
||||||
|
rm -rf %{buildroot}%{_datadir}/firewalld/testsuite
|
||||||
|
|
||||||
%find_lang %{name} --all-name
|
%find_lang %{name} --all-name
|
||||||
|
|
||||||
%post
|
%post
|
||||||
@ -223,6 +227,9 @@ install -d -m 755 %{buildroot}%{_prefix}/lib/firewalld/zones/
|
|||||||
%{_mandir}/man1/firewall-config*.1*
|
%{_mandir}/man1/firewall-config*.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 26 2021 Eric Garver <egarver@redhat.com> - 1.0.0-1
|
||||||
|
- package rebase to v1.0.0
|
||||||
|
|
||||||
* Mon Jun 07 2021 Eric Garver <egarver@redhat.com> - 1.0.0-0.3.alpha
|
* Mon Jun 07 2021 Eric Garver <egarver@redhat.com> - 1.0.0-0.3.alpha
|
||||||
- remove dead symlink (firewalld.conf) left over from old package versions
|
- remove dead symlink (firewalld.conf) left over from old package versions
|
||||||
before installing new file
|
before installing new file
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (firewalld-1.0.0-alpha.tar.gz) = 8ffc3184bac5361d3a5c0d1841cb1bf2ce3ef188632ed4b1cedc1f1c6becf01aafc571b44abcc31d572e571bce8586114b2646ed5dffacf5ba3688b041e88a74
|
SHA512 (firewalld-1.0.0.tar.gz) = 4c541453fde3012b9a2cc885f6dcf3dc3ca7c5c6292f365f8b75c262fa7a1bb81a280392c5d7dc0c5ff1a4141ff47d63e9a766784c59f03f918d3e45500fc3c4
|
||||||
|
Loading…
Reference in New Issue
Block a user