|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: libgudev
|
|
|
|
|
Version: 237
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Version: 232
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Summary: GObject-based wrapper library for libudev
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
@ -12,10 +12,6 @@ BuildRequires: gobject-introspection-devel
|
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
|
BuildRequires: libudev-devel
|
|
|
|
|
BuildRequires: gtk-doc
|
|
|
|
|
BuildRequires: meson
|
|
|
|
|
# For tests
|
|
|
|
|
BuildRequires: umockdev-devel
|
|
|
|
|
BuildRequires: glibc-langpack-fr
|
|
|
|
|
|
|
|
|
|
# Upstream promises to remove libgudev from systemd before this version
|
|
|
|
|
Provides: libgudev1 = %{version}-%{release}
|
|
|
|
@ -41,14 +37,12 @@ This package is necessary to build programs using %{name}.
|
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%meson -Dgtk_doc=true -Dtests=enabled -Dvapi=disabled
|
|
|
|
|
%meson_build
|
|
|
|
|
%configure --enable-gtk-doc --disable-umockdev
|
|
|
|
|
%make_build V=1
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%meson_install
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
%meson_test
|
|
|
|
|
%make_install
|
|
|
|
|
rm %{buildroot}%{_libdir}/*.la
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
|
|
|
|
@ -70,43 +64,9 @@ This package is necessary to build programs using %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Aug 18 2021 Bastien Nocera <bnocera@redhat.com> - 237-1
|
|
|
|
|
+ libgudev-237-1
|
|
|
|
|
- Update to 237
|
|
|
|
|
- Resolves: rhbz#1995044
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 236-3
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 236-2
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Tue Mar 16 2021 Bastien Nocera <bnocera@redhat.com> - 236-1
|
|
|
|
|
+ libgudev-236-1
|
|
|
|
|
- Update to 236
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 234-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Sep 15 2020 Bastien Nocera <bnocera@redhat.com> - 234-1
|
|
|
|
|
+ libgudev-234-1
|
|
|
|
|
- Update to 234
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 232-8
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 232-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 232-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 232-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 232-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
* Wed Jul 18 2018 Bastien Nocera <bnocera@redhat.com> - 232-4
|
|
|
|
|
+ libgudev-232-4
|
|
|
|
|
- Remove umockdev dependency
|
|
|
|
|
|
|
|
|
|
* Sat Feb 24 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-3
|
|
|
|
|
- Pull in patch from upstream to fix build
|
|
|
|
|