[packages/drbd-utils] - updated to 9.28.0

qboosh qboosh at pld-linux.org
Sun May 19 10:18:08 CEST 2024


commit 67ead863954eb623c4d6f6b1eee58e34ad159702
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun May 19 09:07:28 2024 +0200

    - updated to 9.28.0

 drbd-utils-udev.patch | 21 ---------------------
 drbd-utils.spec       | 13 +++----------
 2 files changed, 3 insertions(+), 31 deletions(-)
---
diff --git a/drbd-utils.spec b/drbd-utils.spec
index 7a9ea1e..8f5bfd7 100644
--- a/drbd-utils.spec
+++ b/drbd-utils.spec
@@ -2,14 +2,13 @@ Summary:	Setup tools and scripts for DRBD
 Summary(pl.UTF-8):	Narzędzie konfiguracyjne i skrypty dla DRBD
 Summary(pt_BR.UTF-8):	Utilitários para gerenciar dispositivos DRBD
 Name:		drbd-utils
-Version:	9.27.0
+Version:	9.28.0
 Release:	1
 License:	GPL v2+
 Group:		Applications/System
 #Source0Download: https://linbit.com/linbit-software-download-page-for-linstor-and-drbd-linux-driver/
 Source0:	https://pkg.linbit.com/downloads/drbd/utils/%{name}-%{version}.tar.gz
-# Source0-md5:	d440bd8b9639b0e27f592ab598206273
-Patch0:		%{name}-udev.patch
+# Source0-md5:	82a8926674de8fd6c3f8305d27a36975
 URL:		http://www.drbd.org/
 BuildRequires:	autoconf >= 2.63
 BuildRequires:	automake
@@ -84,7 +83,6 @@ DRBD, potrafiący w razie potrzeby promować i degradować zasoby DRBD.
 
 %prep
 %setup -q
-%patch0 -p1
 
 # make constistent with configure settings (DRBD_RUN_DIR)
 %{__sed} -i -e 's, /run/, /var/run/,' scripts/drbd.tmpfiles.conf
@@ -94,6 +92,7 @@ DRBD, potrafiący w razie potrzeby promować i degradować zasoby DRBD.
 %{__autoconf}
 %{__autoheader}
 %configure \
+	--disable-udevchecks \
 	--with-bashcompletion \
 	--with-initscripttype=systemd \
 	--with-pacemaker \
@@ -172,7 +171,6 @@ fi
 %attr(750,root,root) %dir /var/lib/drbd
 %attr(700,root,root) %dir /var/run/drbd
 %{_mandir}/man5/drbd.conf.5*
-%{_mandir}/man5/drbd.conf-8.3.5*
 %{_mandir}/man5/drbd.conf-8.4.5*
 %{_mandir}/man5/drbd.conf-9.0.5*
 %{_mandir}/man7/drbd.service.7*
@@ -184,23 +182,18 @@ fi
 %{_mandir}/man7/drbd at .service.7*
 %{_mandir}/man7/drbd at .target.7*
 %{_mandir}/man8/drbd.8*
-%{_mandir}/man8/drbd-8.3.8*
 %{_mandir}/man8/drbd-8.4.8*
 %{_mandir}/man8/drbd-9.0.8*
 %{_mandir}/man8/drbdadm.8*
-%{_mandir}/man8/drbdadm-8.3.8*
 %{_mandir}/man8/drbdadm-8.4.8*
 %{_mandir}/man8/drbdadm-9.0.8*
-%{_mandir}/man8/drbddisk-8.3.8*
 %{_mandir}/man8/drbddisk-8.4.8*
 %{_mandir}/man8/drbdmeta.8*
-%{_mandir}/man8/drbdmeta-8.3.8*
 %{_mandir}/man8/drbdmeta-8.4.8*
 %{_mandir}/man8/drbdmeta-9.0.8*
 %{_mandir}/man8/drbdmon.8*
 %{_mandir}/man8/drbdmon-9.0.8*
 %{_mandir}/man8/drbdsetup.8*
-%{_mandir}/man8/drbdsetup-8.3.8*
 %{_mandir}/man8/drbdsetup-8.4.8*
 %{_mandir}/man8/drbdsetup-9.0.8*
 %lang(ja) %{_mandir}/ja/man5/drbd.conf.5*
diff --git a/drbd-utils-udev.patch b/drbd-utils-udev.patch
deleted file mode 100644
index f9489f7..0000000
--- a/drbd-utils-udev.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- drbd-utils-9.27.0/configure.ac.orig	2023-12-22 10:42:40.000000000 +0100
-+++ drbd-utils-9.27.0/configure.ac	2023-12-28 22:28:00.048511920 +0100
-@@ -422,18 +422,6 @@ else
-     dnl default.
-     test -z $INITDIR && INITDIR="$sysconfdir/init.d"
- 
--    dnl Our udev rules file is known to work only with udev >= 85
--    if test "$WITH_UDEV" = "yes"; then
--       udev_version=$( set -- $($UDEVADM version); echo $1 )
--       if test -z "$udev_version"; then
--	    udev_version=$( set -- $($UDEVINFO -V); echo $3 )
--       fi
--       if test -z "$udev_version" || test "$udev_version" -lt 85; then
--          UDEV_RULE_SUFFIX=".disabled"
--          AC_MSG_WARN([Obsolete or unknown udev version. Installing disabled udev rules.])
--       fi
--    fi
--
-     dnl Our sub-packages can be built for noarch, but RPM only supports
-     dnl this from version 4.6.0 forward
-     if test "$WITH_NOARCH_SUBPACKAGES" = "yes"; then
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/drbd-utils.git/commitdiff/67ead863954eb623c4d6f6b1eee58e34ad159702



More information about the pld-cvs-commit mailing list