Blame SPECS/mdevctl.spec

c0d250
Name:		mdevctl
8d72a0
Version:	0.78
8d72a0
Release:	1%{?dist}
c0d250
Summary:	Mediated device management and persistence utility
c0d250
c0d250
Group:		System Environment/Kernel
c0d250
License:	LGPLv2
c0d250
URL:		https://github.com/mdevctl/mdevctl
c0d250
BuildArch:	noarch
c0d250
c0d250
Source0:	https://github.com/mdevctl/mdevctl/archive/%{version}/%{name}-%{version}.tar.gz
c0d250
c0d250
BuildRequires: systemd
c0d250
Requires(post,postun): %{_sbindir}/udevadm
c0d250
Requires: coreutils udev jq
c0d250
c0d250
%description
c0d250
mdevctl is a utility for managing and persisting devices in the
c0d250
mediated device device framework of the Linux kernel.  Mediated
c0d250
devices are sub-devices of a parent device (ex. a vGPU) which
c0d250
can be dynamically created and potentially used by drivers like
c0d250
vfio-mdev for assignment to virtual machines.
c0d250
c0d250
%prep
c0d250
%setup -q -n %{name}-%{version}
c0d250
c0d250
%install
c0d250
%make_install
c0d250
c0d250
%files
c0d250
%license COPYING
c0d250
%doc README.md
c0d250
%{_sbindir}/mdevctl
c0d250
%{_sbindir}/lsmdev
c0d250
%{_udevrulesdir}/60-mdevctl.rules
c0d250
%dir %{_sysconfdir}/mdevctl.d
c0d250
%{_mandir}/man8/mdevctl.8*
c0d250
%{_mandir}/man8/lsmdev.8*
c0d250
c0d250
%changelog
8d72a0
* Mon Nov 30 2020 Danilo - 0.78-1
8d72a0
- Rebase to 0.78
8d72a0
c0d250
* Mon May 18 2020 Danilo - 0.61-3
c0d250
- Rebuilding for a manual gating test
c0d250
c0d250
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.61-2
c0d250
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
c0d250
c0d250
* Thu Dec 19 2019 Alex Williamson <alex.williamson@redhat.com> - 0.61-1
c0d250
- d7dfac5f5bfb ("Merge pull request #15 from cohuck/attr_sanity")
c0d250
- 28a9fa17b51e ("validate attribute names")
c0d250
c0d250
* Thu Dec 05 2019 Alex Williamson <alex.williamson@redhat.com> - 0.59-1
c0d250
- 3e10c587173c ("Restore BuildRequires")
c0d250
c0d250
* Thu Dec 05 2019 Alex Williamson <alex.williamson@redhat.com> - 0.58-1
c0d250
- 3d6d2b1780f3 ("Remove systemd reference from README")
c0d250
c0d250
* Thu Dec 05 2019 Alex Williamson <alex.williamson@redhat.com> - 0.57-1
c0d250
- 13f1322e576c ("Remove systemd support")
c0d250
- d84a2737e79c ("Fix device udev tagging")
c0d250
- 68c92c7beaca ("Tag before generating spec file")
c0d250
- c34c4f1ade60 ("Update mdevctl.spec.in for lsmdev.8")
c0d250
- ed86d345aae0 ("Fix systemd UUID escaping")
c0d250
- d4e83f08161d ("Merge pull request #13 from cpaelzer/fix-lsmdev-man-page")
c0d250
- 3c0d285b75ab ("lsmdev - add the alternative name to the man page")
c0d250
c0d250
* Wed Oct 02 2019 Alex Williamson <alex.williamson@redhat.com> - 0.50-1
c0d250
- 18c33dfd136d ("Reformat changelog to match Linux commit reference style")
c0d250
c0d250
* Tue Oct 01 2019 Alex Williamson <alex.williamson@redhat.com> - 0.49-1
c0d250
- e2bda0996bd3 ("Fedora integration")
c0d250
c0d250
* Fri Sep 27 2019 Alex Williamson <alex.williamson@redhat.com> - 0.48-1
c0d250
- a6372fc0bd9e ("Create an lsmdev alias")
c0d250
c0d250
* Wed Jul 17 2019 Alex Williamson <alex.williamson@redhat.com> - 0.47-1
c0d250
- 52654b4f6f85 ("Update spec Source0 url")
c0d250
c0d250
* Mon Jul 15 2019 Alex Williamson <alex.williamson@redhat.com> - 0.46-1
c0d250
- 6bfe7b0a22c4 ("Add back BuildRequires for systemd")
c0d250
- 9cf1afc50b2c ("Allow advanced JSON output from the list command")
c0d250
- 1c98f58ff505 ("Fixup Makefile and spec for README.md")
c0d250
- 838cac5ac9f0 ("Merge pull request #12 from cohuck/markdown")
c0d250
- 2eeda7456288 ("README: convert to markdown")
c0d250
- 70efa0a3a2ab ("Merge pull request #11 from cohuck/example-verbose")
c0d250
- 28fe248613c8 ("fix attribute output examples")
c0d250
- 37bb8f26d1c2 ("Update man page")
c0d250
- 8f9798a32884 ("Let --index be abbreviated with -i")
c0d250
- 7ea03365a192 ("Split mdev types from list command")
c0d250
- b323cf96e4e7 ("Consistent, gratuitous quoting")
c0d250
- 84044a178502 ("Fix man page install")
c0d250
- 4e4e45a03154 ("Merge pull request #10 from cohuck/manpage")
c0d250
- f37b1aa5625d ("add a man page")
c0d250
- 840c86d1f79c ("simplify attribute handling")
c0d250
- 1226ba8e4b39 ("Merge pull request #7 from cohuck/json-import-export-doc")
c0d250
- 02ddfca4d1a2 ("README: update with JSON")
c0d250
- 0ca6019ba007 ("help text: fix typos")
c0d250
- 02ca8f9756cd ("Dump and import support")
c0d250
- a2417e68246d ("Merge pull request #6 from cohuck/print_index")
c0d250
- a7c759ea3788 ("print index when listing attributes")
c0d250
- 386af2db03a7 ("Interpret escapes")
c0d250
- 88033494334e ("Attribute support")
c0d250
- b08f4939634c ("Rework start logic, add uuidgen support and list active feature")
c0d250
- b2cf2d1bf1f8 ("Note 'make rpm' support")
c0d250
- d90876b93f5f ("JSON config files")
c0d250
- ead45a253a2e ("Merge pull request #5 from cohuck/improve-comments")
c0d250
- 4d533d8adee5 ("Merge pull request #4 from cohuck/realpath")
c0d250
- 2a101c6de4e4 ("tweak some comments")
c0d250
- 387eb4fc84e0 ("use realpath for canonicalization")
c0d250
- d74bf93dbc79 ("mdevctl: Respin")
c0d250
- b8c98109e307 ("Merge pull request #3 from cohuck/readme-uuidgen")
c0d250
- 47e4d255baf2 ("README: avoid inline `uuidgen`")
c0d250
- 863417ee7a52 ("Merge pull request #2 from c3d/whitespace-and-usage-cleanup")
c0d250
- dc1d6fc95118 ("Trailing whitespace cleanup")
c0d250
- 97b393552ab4 ("Put usage message in a single large blob of text")
c0d250
- b439f53017f3 ("Merge pull request #1 from cohuck/destdir")
c0d250
- 205040b3c006 ("Makefile: drop extra '/'")
c0d250
- c51ebb40d3f6 ("mdevctl: Move to https://github.com/mdevctl/mdevctl")
c0d250
- 914c0076535b ("mdevctl: Don't start mdevs created with --manual")
c0d250
- 9e84529a5ddd ("mdevctl: Implement defaults and per mdev start option")
c0d250
- bb5135475bd8 ("mdevctl: Add RPM build support")
c0d250
- d1f6110c59d4 ("mdevctl: Minor usage fixes")
c0d250
- 42ba1670288f ("Merge pull request #1 from cohuck/improve_cmdline")
c0d250
- d27ba583f77b ("mdevctl: improve commandline handling")
c0d250
- 5114f9eb8268 ("mdevctl: Initial commit")