diff --git a/.python-systemd.metadata b/.python-systemd.metadata new file mode 100644 index 0000000..7a94f40 --- /dev/null +++ b/.python-systemd.metadata @@ -0,0 +1 @@ +0aea149f95c43c44905cb898a9c51f61a4012787 python-systemd-234.tar.gz diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..581f7ac --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - rhel-9 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} \ No newline at end of file diff --git a/python-systemd.spec b/python-systemd.spec index 52bb816..7c4d00f 100644 --- a/python-systemd.spec +++ b/python-systemd.spec @@ -1,6 +1,6 @@ Name: python-systemd Version: 234 -Release: 18%{?dist} +Release: 19%{?dist} Summary: Python module wrapping systemd functionality License: LGPLv2+ @@ -35,7 +35,6 @@ Summary: %{summary} Provides: systemd-python3 = %{version}-%{release} Provides: systemd-python3%{?_isa} = %{version}-%{release} Obsoletes: systemd-python3 < 230 -Recommends: %{name}-doc %description -n python3-systemd %_description @@ -79,6 +78,9 @@ make PYTHON=%{__python3} check %doc %{_pkgdocdir}/html %changelog +* Mon Jun 10 2024 Jan Macku - 234-19 +- Remove weak dependency on doc subpackage (RHEL-5835) + * Tue Aug 10 2021 Mohan Boddu - 234-18 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688