blob: 5fd91a0dead33314952fd0ea703208a17635bca0 (
plain)
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
|
Name: drv-img
Version: 0.1.0
Release: 1
Summary: A cli tool to inject diver and package to Linux iso image
License: GPLv2
URL: https://github.com/IZUMI-Zu/%{name}
Source0: https://github.com/IZUMI-Zu/%{name}/archive/%{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-setuptools python3-devel
Requires: createrepo_c genisoimage isomd5sum kmod
Requires: python3-packaging python3-rpm rpm coreutils squashfs-tools util-linux
%description
A cli tool to inject diver and package to Linux iso image
%prep
%autosetup -n %{name}-%{version} -p1
%build
%py3_build
%install
%py3_install
%files
%license LICENSE
%{python3_sitelib}/*
%{_bindir}/%{name}
%doc README.md
%changelog
* Sun Sep 17 2023 binshuozu binshuozu@gmail.com - 0.1.0-1
- Initial package
|