Compare commits
No commits in common. "c8" and "c9s" have entirely different histories.
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
7
.gitignore
vendored
7
.gitignore
vendored
@ -1 +1,6 @@
|
|||||||
SOURCES/libgudev-232.tar.xz
|
/libgudev-230.tar.xz
|
||||||
|
/libgudev-232.tar.xz
|
||||||
|
/libgudev-234.tar.xz
|
||||||
|
/gudev-235.tar.xz
|
||||||
|
/libgudev-236.tar.xz
|
||||||
|
/libgudev-237.tar.xz
|
||||||
|
@ -1 +0,0 @@
|
|||||||
e8dc1c516a86e73e98d5c55c5570820073f0456c SOURCES/libgudev-232.tar.xz
|
|
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-*
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-internal.functional}
|
@ -1,6 +1,6 @@
|
|||||||
Name: libgudev
|
Name: libgudev
|
||||||
Version: 232
|
Version: 237
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: GObject-based wrapper library for libudev
|
Summary: GObject-based wrapper library for libudev
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -12,6 +12,10 @@ BuildRequires: gobject-introspection-devel
|
|||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: libudev-devel
|
BuildRequires: libudev-devel
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
|
BuildRequires: meson
|
||||||
|
# For tests
|
||||||
|
BuildRequires: umockdev-devel
|
||||||
|
BuildRequires: glibc-langpack-fr
|
||||||
|
|
||||||
# Upstream promises to remove libgudev from systemd before this version
|
# Upstream promises to remove libgudev from systemd before this version
|
||||||
Provides: libgudev1 = %{version}-%{release}
|
Provides: libgudev1 = %{version}-%{release}
|
||||||
@ -37,12 +41,14 @@ This package is necessary to build programs using %{name}.
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-gtk-doc --disable-umockdev
|
%meson -Dgtk_doc=true -Dtests=enabled -Dvapi=disabled
|
||||||
%make_build V=1
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%meson_install
|
||||||
rm %{buildroot}%{_libdir}/*.la
|
|
||||||
|
%check
|
||||||
|
%meson_test
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
@ -64,9 +70,43 @@ rm %{buildroot}%{_libdir}/*.la
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Jul 18 2018 Bastien Nocera <bnocera@redhat.com> - 232-4
|
* Wed Aug 18 2021 Bastien Nocera <bnocera@redhat.com> - 237-1
|
||||||
+ libgudev-232-4
|
+ libgudev-237-1
|
||||||
- Remove umockdev dependency
|
- 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
|
||||||
|
|
||||||
* Sat Feb 24 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-3
|
* Sat Feb 24 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-3
|
||||||
- Pull in patch from upstream to fix build
|
- Pull in patch from upstream to fix build
|
10
plans.fmf
Normal file
10
plans.fmf
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
/tier1-internal:
|
||||||
|
discover:
|
||||||
|
how: fmf
|
||||||
|
url: https://pkgs.devel.redhat.com/git/tests/libgudev
|
||||||
|
filter: 'tier: 1'
|
||||||
|
execute:
|
||||||
|
how: tmt
|
||||||
|
adjust:
|
||||||
|
enabled: false
|
||||||
|
when: distro == centos-stream or distro == fedora
|
Loading…
Reference in New Issue
Block a user