]> git.pld-linux.org Git - packages/bluez-utils.git/commitdiff
- chkconfig must be run in preun, rel 2; STBR auto/ac/bluez-utils-2_25-2
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 3 Feb 2006 15:46:15 +0000 (15:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bluez-utils.spec -> 1.35

bluez-utils.spec

index 04bb530d63a2690c2577a4e94f9db5037c2b6ac5..9fa29b8f198000e3bb050fa122a64c382eb31cac 100644 (file)
@@ -4,7 +4,7 @@ Summary:        Bluetooth utilities
 Summary(pl):   Narzêdzia Bluetooth
 Name:          bluez-utils
 Version:       2.25
-Release:       1
+Release:       2
 Epoch:         0
 License:       GPL v2
 Group:         Applications/System
@@ -22,8 +22,8 @@ BuildRequires:        dbus-devel >= 0.33
 BuildRequires: libtool
 BuildRequires: libusb-devel
 # alsa-lib-devel, openobex-devel - currently only checked for, not used
-PreReq:                rc-scripts
 Requires:      bluez-libs >= 2.21
+Requires:      rc-scripts
 Obsoletes:     bluez-pan
 Obsoletes:     bluez-sdp
 Conflicts:     bluez-bluefw
@@ -72,8 +72,8 @@ Backend Bluetooth dla CUPS-a.
 Summary:       Init script for Bluetooth subsystem
 Summary(pl):   Skrypt init dla podsystemu Bluetooth
 Group:         Applications/System
-Requires:      %{name} = %{epoch}:%{version}-%{release}
 Requires(post,preun):  /sbin/chkconfig
+Requires:      %{name} = %{epoch}:%{version}-%{release}
 
 %description init
 Init script for Bluetooth subsystem.
@@ -120,7 +120,7 @@ else
        echo "Run \"/etc/rc.d/init.d/bluetooth\" to start bluetooth." >&2
 fi
 
-%postun init
+%preun init
 if [ "$1" = "0" ]; then
        if [ -f /var/lock/subsys/bluetooth ]; then
                /etc/rc.d/init.d/bluetooth stop 1>&2
This page took 0.033094 seconds and 4 git commands to generate.