mirror of
https://abf.rosa.ru/djam/bluez.git
synced 2025-02-23 07:02:54 +00:00
use native systemd macros, rm odd dep from rpm-helper
This commit is contained in:
parent
72ccdc4db0
commit
286c2134e1
1 changed files with 3 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
|||
Summary: Official Linux Bluetooth protocol stack
|
||||
Name: bluez
|
||||
Version: 5.55
|
||||
Release: 1
|
||||
Release: 2
|
||||
Epoch: 1
|
||||
License: GPLv2+
|
||||
Group: Communications
|
||||
|
@ -43,7 +43,6 @@ BuildRequires: pkgconfig(libusb)
|
|||
BuildRequires: pkgconfig(libusb-1.0)
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
BuildRequires: pkgconfig(udev) >= 186
|
||||
Requires(pre): rpm-helper
|
||||
Obsoletes: bluez-alsa < 5.0
|
||||
Obsoletes: bluez-gstreamer < 5.0
|
||||
|
||||
|
@ -96,10 +95,10 @@ These are the official Bluetooth communication libraries for Linux.
|
|||
%{_udevrulesdir}/97-bluetooth.rules
|
||||
|
||||
%post
|
||||
%_post_service bluetooth
|
||||
%systemd_post bluetooth.service
|
||||
|
||||
%postun
|
||||
%_preun_service bluetooth
|
||||
%systemd_post bluetooth.service
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue