Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion SPECS/iptables/iptables.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Summary: Linux kernel packet control tool
Name: iptables
Version: 1.8.10
Release: 3%{?dist}
Release: 4%{?dist}
License: GPLv2+
Vendor: Microsoft Corporation
Distribution: Azure Linux
Expand All @@ -18,6 +18,8 @@ BuildRequires: libmnl-devel
BuildRequires: libnftnl-devel
BuildRequires: systemd-bootstrap-rpm-macros
Requires: iana-etc
Requires(post): %{_sbindir}/alternatives
Requires(postun): %{_sbindir}/alternatives
# Our build tooling cannot handle this
#Requires: systemd
Provides: %{name}-services = %{version}-%{release}
Expand Down Expand Up @@ -130,6 +132,9 @@ fi
%{_mandir}/man3/*

%changelog
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

* Wed Oct 23 2024 Sumedh Sharma <sumsharma@microsoft.com> - 1.8.10-4
- Add runtime requirements for alternatives

* Fri Oct 18 2024 Sumedh Sharma <sumsharma@microsoft.com> - 1.8.10-3
- Enable nftables and use alternatives.

Expand Down