-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathdm-zoned-tools.spec
56 lines (47 loc) · 1.43 KB
/
dm-zoned-tools.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Name: %{pkg_name}
Version: %{pkg_version}
Release: 1%{?dist}
Summary: Provides utilities to format, check and repair Linux dm-zoned devices
License: GPLv3+
URL: https://github.com/westerndigitalcorporation/%{name}
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: pkgconfig(devmapper)
BuildRequires: pkgconfig(libkmod)
BuildRequires: pkgconfig(uuid)
BuildRequires: pkgconfig(blkid)
BuildRequires: pkgconfig(libudev)
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
BuildRequires: make
BuildRequires: gcc
%description
This package provides the dmzadm utility which can be used to format,
check and repair zoned block devices used with Linux dm-zoned device
mapper target driver.
%prep
%autosetup
%build
sh autogen.sh
%configure
%make_build
%install
%make_install
%files
%{_sbindir}/dmzadm
%{_mandir}/man8/dmzadm.*
%license COPYING.GPL
%doc README.md CONTRIBUTING
%changelog
* Tue Jan 31 2023 Damien Le Moal <damien.lemoal@wdc.com> 2.2.2-1
- Version 2.2.2 package
* Tue Dec 21 2021 Damien Le Moal <damien.lemoal@wdc.com> 2.2.1-1
- Version 2.2.1 package
* Wed Sep 01 2021 Damien Le Moal <damien.lemoal@wdc.com> 2.2.0-1
- Add "systemd-devel" as a build dependency
- Version 2.2.0 package
* Thu Jul 01 2021 Damien Le Moal <damien.lemoal@wdc.com> 2.1.3-1
- Add "make" as a build dependency
- Version 2.1.3 package
* Mon Jun 14 2021 Damien Le Moal <damien.lemoal@wdc.com> 2.1.2-1
- Version 2.1.2 initial package