Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5dcb4a4eb1 | ||
|
|
18c50a0fbc | ||
|
|
3dd2fda660 | ||
|
|
74502402a3 | ||
|
|
8470d2b56e |
3 changed files with 12 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/uhubctl-2.2.0.tar.gz
|
||||
/uhubctl-2.4.0.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (uhubctl-2.2.0.tar.gz) = 5fe097dd9bbf1fd4aef894683a30b70cde363f98b85347092abe04c85af38d722db89897a22895f2fe6b1b0223c8483d7f0c3d6864964b57f4394a9cbbde1f7c
|
||||
SHA512 (uhubctl-2.4.0.tar.gz) = d7f07679c4678565ce0174e1eb591263fae5629dd6fbb5aaa0321ca10176b8b2d662e75a3019caeb83aaf470c8386188848ba3095e1006451e8710b2a2c9bb1d
|
||||
|
|
|
|||
15
uhubctl.spec
15
uhubctl.spec
|
|
@ -1,6 +1,6 @@
|
|||
Name: uhubctl
|
||||
Version: 2.2.0
|
||||
Release: 1%{?dist}
|
||||
Version: 2.4.0
|
||||
Release: 2%{?dist}
|
||||
Summary: USB hub per-port power control
|
||||
|
||||
License: GPLv2
|
||||
|
|
@ -9,6 +9,8 @@ Source0: https://github.com/mvp/%{name}/archive/v%{version}/%{name}-%{ver
|
|||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: libusbx-devel
|
||||
BuildRequires: make
|
||||
BuildRequires: pkgconfig
|
||||
|
||||
%description
|
||||
uhubctl is utility to control USB power per-port on smart USB hubs. Smart hub
|
||||
|
|
@ -18,9 +20,6 @@ is defined as one that implements per-port power switching.
|
|||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
# Ensure version doesn't have '-dev'
|
||||
echo %{version} > VERSION
|
||||
|
||||
|
||||
%build
|
||||
%make_build
|
||||
|
|
@ -37,5 +36,11 @@ echo %{version} > VERSION
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Aug 25 2021 Scott K Logan <logans@cottsay.net> - 2.4.0-2
|
||||
- Switch pkg-config dep to more widely-available 'pkgconfig'
|
||||
|
||||
* Wed Aug 25 2021 Scott K Logan <logans@cottsay.net> - 2.4.0-1
|
||||
- Update to 2.4.0 (rhbz#1907252)
|
||||
|
||||
* Tue May 26 2020 Scott K Logan <logans@cottsay.net> - 2.2.0-1
|
||||
- Initial package (rhbz#1840296)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue