Use git to apply patches

This commit is contained in:
Bastien Nocera 2024-08-05 17:02:01 +02:00
parent 50d217530c
commit b609205c43

View File

@ -6,7 +6,7 @@
Name: bluez
Version: 5.77
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Bluetooth utilities
License: GPL-2.0-or-later
URL: http://www.bluez.org/
@ -28,7 +28,7 @@ BuildRequires: systemd
# For printing
BuildRequires: cups-devel
# For autoreconf
BuildRequires: libtool automake autoconf
BuildRequires: libtool automake autoconf git
# For man pages
BuildRequires: python3-docutils
BuildRequires: python3-pygments
@ -134,7 +134,7 @@ Requires: bluez-libs%{?_isa} = %{version}-%{release}
Object Exchange daemon for sharing files, contacts etc over bluetooth
%prep
%autosetup -p1
%autosetup -p1 -S git
%build
autoreconf -vif
@ -328,6 +328,9 @@ install emulator/btvirt ${RPM_BUILD_ROOT}/%{_libexecdir}/bluetooth/
%{_userunitdir}/obex.service
%changelog
* Mon Aug 05 2024 Bastien Nocera <bnocera@redhat.com> - 5.77-2
- Use git to apply patches
* Mon Aug 05 2024 Bastien Nocera <bnocera@redhat.com> - 5.77-1
- Update to 5.77