[dev] `systemd`: removing incorrect `Provides` and changing `libinput` BR. (#1490)

This commit is contained in:
Pawel Winogrodzki 2021-10-04 12:12:56 -07:00 committed by GitHub
parent 0864d239c3
commit 1479202868
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -3,7 +3,7 @@
Summary: Input device library
Name: libinput
Version: 1.16.4
Release: 3%{?dist}
Release: 4%{?dist}
License: MIT
Vendor: Microsoft Corporation
Distribution: Mariner
@ -17,9 +17,9 @@ BuildRequires: meson
BuildRequires: pkg-config
BuildRequires: python3-devel
BuildRequires: pkgconfig(libevdev)
BuildRequires: pkgconfig(libudev)
BuildRequires: pkgconfig(libwacom)
BuildRequires: pkgconfig(mtdev)
BuildRequires: systemd-devel
%description
libinput is a library that handles input devices for display servers and other
@ -99,6 +99,10 @@ find %{buildroot}/%{_mandir}/man1 -type f -regextype posix-egrep -regex "$UTILS_
%{_mandir}/man1/libinput-test-suite.1*
%changelog
* Mon Oct 04 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 1.16.4-4
- Replacing BR 'pkgconfig(libudev)' with 'systemd-devel' to avoid build confusion
between 'systemd-bootstrap-devel' and 'systemd-devel'.
* Mon Aug 30 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 1.16.4-3
- Removing BR on 'marinerui-rpm-macros'. Using macros from the build env.

View File

@ -80,7 +80,6 @@ Requires: pam
Requires: xz
Obsoletes: systemd-bootstrap
Provides: systemd-bootstrap = %{version}-%{release}
Provides: systemd-units = %{version}-%{release}
Provides: systemd-sysv = %{version}-%{release}
@ -106,7 +105,6 @@ Requires: %{name} = %{version}-%{release}
Requires: glib-devel
Obsoletes: systemd-bootstrap-devel
Provides: systemd-bootstrap-devel = %{version}-%{release}
Provides: systemd-libs = %{version}-%{release}
Provides: libudev-devel = %{version}-%{release}