Hello community, here is the log from the commit of package drbd for openSUSE:Factory checked in at 2019-09-11 10:33:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/drbd (Old) and /work/SRC/openSUSE:Factory/.drbd.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "drbd" Wed Sep 11 10:33:58 2019 rev:79 rq:729692 version:9.0.19~1+git.8e93a5d9 Changes: -------- --- /work/SRC/openSUSE:Factory/drbd/drbd.changes 2019-09-09 12:39:39.229430409 +0200 +++ /work/SRC/openSUSE:Factory/.drbd.new.7948/drbd.changes 2019-09-11 10:34:03.139319590 +0200 @@ -1,0 +2,6 @@ +Tue Sep 10 07:45:05 UTC 2019 - Jan Engelhardt <[email protected]> + +- Restore higher summary specifity. +- Drop old-age %clean, %defattr. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ drbd.spec ++++++ --- /var/tmp/diff_new_pack.9diRGH/_old 2019-09-11 10:34:03.619319450 +0200 +++ /var/tmp/diff_new_pack.9diRGH/_new 2019-09-11 10:34:03.623319449 +0200 @@ -1,7 +1,7 @@ # # spec file for package drbd # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # # needssslcertforbuild @@ -26,10 +26,10 @@ Name: drbd Version: 9.0.19~1+git.8e93a5d9 Release: 0 -Summary: Driver for Linux -License: GPL-2.0+ +Summary: Linux driver for the "Distributed Replicated Block Device" +License: GPL-2.0-or-later Group: Productivity/Clustering/HA -Url: http://drbd.linbit.com/ +URL: https://drbd.linbit.com/ Source: %{name}-%{version}.tar.bz2 Source1: preamble #In kernel is: kernel/drivers/block/drbd/drbd.ko @@ -41,12 +41,11 @@ BuildRequires: kernel-syms BuildRequires: libelf-devel #https://github.com/openSUSE/rpmlint-checks/blob/master/KMPPolicyCheck.py -BuildRequires: modutils BuildRequires: coccinelle +BuildRequires: modutils Requires: drbd-utils >= 9.2.0 Supplements: drbd-utils >= 9.2.0 Obsoletes: drbd-kmp < %{version} -BuildRoot: %{_tmppath}/%{name}-%{version}-build ExcludeArch: i586 s390 %kernel_module_package -n drbd -p %{_sourcedir}/preamble %if 0%{?buildrt} == 1 @@ -55,7 +54,7 @@ %endif %description -Drbd is a distributed replicated block device. It mirrors a block +DRBD is a distributed replicated block device. It mirrors a block device over the network to another machine. Think of it as networked raid 1. It is a building block for setting up clusters. @@ -109,11 +108,7 @@ ln -s -f %{_sbindir}/service %{buildroot}/%{_sbindir}/rc%{name} rm -f drbd.conf -%clean -rm -rf %{buildroot} - %files -%defattr(-,root,root) %doc COPYING %doc ChangeLog %{_sbindir}/rc%{name}
