Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| d032ae3a71 |
@@ -1,7 +1,7 @@
|
||||
From 8c53c6777e4336f1d4e50279dc539ed70aa04f33 Mon Sep 17 00:00:00 2001
|
||||
From: Su Yue <glass.su@suse.com>
|
||||
Date: Sun, 7 Jul 2024 16:52:18 +0800
|
||||
Subject: [PATCH] drbd.ocf: update for OCF 1.1
|
||||
Subject: [PATCH] update for OCF 1.1
|
||||
|
||||
According to [1], the commit
|
||||
1. bumps drbd ocf version to 1.5
|
||||
|
||||
@@ -1,15 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 13 11:47:08 UTC 2026 - heming zhao <heming.zhao@suse.com>
|
||||
|
||||
- drbd-selinux: change arch from x86_64 to noarch
|
||||
* Update drbd-utils.spec: add "BuildArch: noarch"
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 19 08:32:12 UTC 2025 - Zdenek Kubala <zkubala@suse.com>
|
||||
|
||||
- Update SELinux module dir as macro to allow root path move from /var/lib/selinux
|
||||
to /etc/selinux (bsc#1221342)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 18 08:43:39 UTC 2025 - Glass Su <glass.su@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#
|
||||
# spec file for package drbd-utils
|
||||
#
|
||||
# Copyright (c) 2026 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -171,7 +170,6 @@ rm -rf %{buildroot}%{libdir}/drbd/crm-*fence-peer.sh # bsc#1204276
|
||||
|
||||
%package -n drbd-selinux
|
||||
Summary: SElinux policy for DRBD
|
||||
BuildArch: noarch
|
||||
BuildRequires: checkpolicy
|
||||
BuildRequires: selinux-policy
|
||||
BuildRequires: selinux-policy-%{selinuxtype}
|
||||
@@ -185,7 +183,7 @@ drbd-selinux contains the SELinux policy meant to be used with this version of D
|
||||
|
||||
%files -n drbd-selinux
|
||||
%attr(0644,root,root) %{_datadir}/selinux/packages/%{selinuxmodulename}.pp.bz2
|
||||
%ghost %{_selinux_store_path}/%{selinuxtype}/active/modules/200/%{selinuxmodulename}
|
||||
%ghost %{_sharedstatedir}/selinux/%{selinuxtype}/active/modules/200/%{selinuxmodulename}
|
||||
|
||||
%pre -n drbd-selinux
|
||||
%selinux_relabel_pre -s %{selinuxtype}
|
||||
|
||||
Reference in New Issue
Block a user