Hello community,
here is the log from the commit of package dm-zoned-tools for
openSUSE:Leap:15.2 checked in at 2020-03-01 20:30:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/dm-zoned-tools (Old)
and /work/SRC/openSUSE:Leap:15.2/.dm-zoned-tools.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dm-zoned-tools"
Sun Mar 1 20:30:05 2020 rev:1 rq:775912 version:1.0.1
Changes:
--------
New Changes file:
--- /dev/null 2019-12-19 10:12:34.003146842 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.dm-zoned-tools.new.26092/dm-zoned-tools.changes
2020-03-01 20:30:05.593412898 +0100
@@ -0,0 +1,14 @@
+-------------------------------------------------------------------
+Fri Jan 18 08:04:50 UTC 2019 - [email protected]
+
+- Remove empty %post and %postun from spec
+
+-------------------------------------------------------------------
+Wed Jan 16 00:06:48 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Use noun phrase in summary.
+
+-------------------------------------------------------------------
+Thu Jan 10 09:45:12 UTC 2019 - [email protected]
+
+- Initial packaging for SUSE (bsc#1125058)
New:
----
dm-zoned-tools-1.0.1.tar.gz
dm-zoned-tools.changes
dm-zoned-tools.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ dm-zoned-tools.spec ++++++
#
# spec file for package dm-zoned-tools
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#
Name: dm-zoned-tools
Version: 1.0.1
Release: 0
Summary: "dm-zoned" device-mapper target manager
License: GPL-3.0-only
Group: Hardware/Other
URL: https://github.com/hgst/dm-zoned-tools
Source: %{name}-%{version}.tar.gz
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
%description
The dmzadm utility formats backend devices used with the dm-zoned device
mapper. This utility will inspect the device verifying that the device is a
zoned block device and will prepare and write on-disk dm-zoned metadata
according to the device capacity, zone size, etc.
%prep
%setup -q
%build
sh ./autogen.sh
%configure
make %{?_smp_mflags}
%install
%make_install
%files
%license COPYING COPYING.GPL
%doc README.md
%{_sbindir}/dmzadm
%{_mandir}/man8/*
%changelog