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