Update to 0.15.5-2 from Fedora Rawhide
Resolves: rhbz#1962633
This commit is contained in:
parent
1fa8351821
commit
37f6e4519f
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@
|
||||
/0.15.1.tar.gz
|
||||
/0.15.3.tar.gz
|
||||
/0.15.4.tar.gz
|
||||
/umockdev-0.15.5.tar.xz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (0.15.4.tar.gz) = dc04a14cdce8caba180c53e3403e312f05b946968161dfc02ba3edfb52e5ff45b7a4923e0ccb16abff32754965fce581eabdb32d139ce2af12ca6bef2e39d9bd
|
||||
SHA512 (umockdev-0.15.5.tar.xz) = bceb91617817f077b4b8eb09656419616f2645c8645312baed514d10f9c7b28b30564f3dc408c4f65e176db5f202b96d07b7c7ab9f69ca0fb6651be43f68c7d2
|
||||
|
@ -1,11 +1,11 @@
|
||||
Name: umockdev
|
||||
Version: 0.15.4
|
||||
Release: 3%{?dist}
|
||||
Version: 0.15.5
|
||||
Release: 2%{?dist}
|
||||
Summary: Mock hardware devices
|
||||
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/martinpitt/%{name}
|
||||
Source0: https://github.com/martinpitt/%{name}/archive/%{version}.tar.gz
|
||||
Source0: https://github.com/martinpitt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: git
|
||||
BuildRequires: meson
|
||||
@ -15,8 +15,7 @@ BuildRequires: glib2-devel
|
||||
BuildRequires: libgudev1-devel systemd-devel
|
||||
BuildRequires: vala
|
||||
BuildRequires: chrpath
|
||||
# Required for tests
|
||||
BuildRequires: gphoto2
|
||||
# Optional for more test coverage
|
||||
BuildRequires: python3
|
||||
|
||||
%description
|
||||
@ -77,8 +76,12 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/umockdev
|
||||
%{_datadir}/vala/vapi/umockdev-1.0.vapi
|
||||
|
||||
%changelog
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.15.4-3
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
* Thu May 20 2021 Martin Pitt <mpitt@redhat.com> - 0.15.5-2
|
||||
- Drop gphoto2 build dependency (rhbz#1962633)
|
||||
|
||||
* Tue May 04 2021 Bastien Nocera <bnocera@redhat.com> - 0.15.5-1
|
||||
+ umockdev-0.15.5-1
|
||||
- Update to 0.15.5
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user