import ddiskit-3.6-14.20191129gitde1f684.el9
This commit is contained in:
commit
9c96729882
1
.ddiskit.metadata
Normal file
1
.ddiskit.metadata
Normal file
@ -0,0 +1 @@
|
||||
dd79ea8e15423eac54793ed027343a05fff932ff SOURCES/ddiskit-de1f6847223085dcdd177e02a7298c835fae12a3.tar.gz
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
SOURCES/ddiskit-de1f6847223085dcdd177e02a7298c835fae12a3.tar.gz
|
137
SPECS/ddiskit.spec
Normal file
137
SPECS/ddiskit.spec
Normal file
@ -0,0 +1,137 @@
|
||||
# Use the forge macros to simplify packaging.
|
||||
# See https://fedoraproject.org/wiki/Forge-hosted_projects_packaging_automation
|
||||
%global forgeurl https://github.com/orosp/ddiskit
|
||||
# When we no longer need to build against a git commit,
|
||||
# Simply remove the commit variable and update the Version
|
||||
# Then forge will pick up the release
|
||||
%global commit de1f6847223085dcdd177e02a7298c835fae12a3
|
||||
|
||||
Name: ddiskit
|
||||
Version: 3.6
|
||||
|
||||
%forgemeta
|
||||
|
||||
Release: 14%{?dist}
|
||||
Summary: Tool for Red Hat Enterprise Linux Driver Update Disk creation
|
||||
|
||||
License: GPLv3
|
||||
URL: %{forgeurl}
|
||||
Source0: %{forgesource}
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
|
||||
Requires: rpm createrepo
|
||||
Requires: /usr/bin/mkisofs
|
||||
Suggests: quilt git
|
||||
Recommends: kernel-devel redhat-rpm-config rpm-build
|
||||
Recommends: mock
|
||||
|
||||
%description -n %{name}
|
||||
Ddiskit is a little framework for simplifying creation of proper
|
||||
Driver Update Disks (DUD) used for providing new or updated out-of-tree
|
||||
kernel modules.
|
||||
|
||||
%prep
|
||||
%forgesetup
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
|
||||
%install
|
||||
%py3_install
|
||||
find %{buildroot} -size 0 -delete
|
||||
|
||||
%check
|
||||
%{__python3} setup.py test
|
||||
|
||||
%files -n %{name}
|
||||
%doc README
|
||||
%license COPYING
|
||||
%{python3_sitelib}/*
|
||||
%{_bindir}/ddiskit
|
||||
%{_mandir}/man1/ddiskit.1*
|
||||
%{_datadir}/bash-completion/completions/ddiskit
|
||||
|
||||
%dir %{_datadir}/ddiskit
|
||||
%dir %{_datadir}/ddiskit/keyrings
|
||||
%dir %{_datadir}/ddiskit/keyrings/rh-release
|
||||
%dir %{_datadir}/ddiskit/profiles
|
||||
%dir %{_datadir}/ddiskit/templates
|
||||
%{_datadir}/ddiskit/templates/spec
|
||||
%{_datadir}/ddiskit/templates/config
|
||||
%{_datadir}/ddiskit/profiles/*
|
||||
%{_datadir}/ddiskit/keyrings/rh-release/*.key
|
||||
%{_datadir}/ddiskit/ddiskit.config
|
||||
|
||||
%config(noreplace) /etc/ddiskit.config
|
||||
|
||||
%changelog
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 3.6-14.gitde1f684.gitde1f684
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Thu Apr 29 2021 Eugene Syromiatnikov <esyr@redhat.com> - 3.6-13
|
||||
- Change "Requires: genisoimage" dependency to "Requires: /usr/bin/mkisofs"
|
||||
to enable xorriso-provided drop-in replacement implementation usage.
|
||||
|
||||
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 3.6-12
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.6-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Wed Oct 14 2020 Cestmir Kalina <ckalina@redhat.com> - 3.6-10
|
||||
- Remove Python 2 relevant chunks
|
||||
- Fixes #1885256
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.6-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 3.6-8
|
||||
- Rebuilt for Python 3.9
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.6-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Fri Nov 29 2019 Zamir SUN <zsun@fedoraproject.org> - 3.6-6.20191129gitde1f684
|
||||
- Update to Python3 support in de1f6847223085dcdd177e02a7298c835fae12a3
|
||||
- Fixes RHBZ#1777623
|
||||
|
||||
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.6-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.6-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.6-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.6-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Tue Oct 17 2017 Petr Oros <poros@redhat.com> - 3.6-1
|
||||
- New upstream release
|
||||
|
||||
* Mon Jun 26 2017 Petr Oros <poros@redhat.com> - 3.5-1
|
||||
- New upstream release
|
||||
|
||||
* Thu Jun 22 2017 Petr Oros <poros@redhat.com> - 3.4-1
|
||||
- New upstream release
|
||||
|
||||
* Mon Apr 24 2017 Petr Oros <poros@redhat.com> - 3.3-1
|
||||
- New upstream release
|
||||
|
||||
* Tue Mar 14 2017 Petr Oros <poros@redhat.com> - 3.2-1
|
||||
- New upstream release
|
||||
|
||||
* Tue Feb 28 2017 Petr Oros <poros@redhat.com> - 3.1-1
|
||||
- New upstream release
|
||||
|
||||
* Mon Feb 13 2017 Petr Oros <poros@redhat.com> - 3.0-2
|
||||
- Bump version after few important fixes
|
||||
|
||||
* Mon Sep 5 2016 Petr Oros <poros@redhat.com> - 3.0-1
|
||||
- Initial package.
|
||||
|
Loading…
Reference in New Issue
Block a user