diff --git a/_service b/_service index 9efed54..d333d26 100644 --- a/_service +++ b/_service @@ -1,12 +1,15 @@ - - https://github.com/seife/bluez-patches.git - _none_ + + https://github.com/seifes-opensuse-packages/bluez.git git + dist/* + dist + bluez-patches + _none_ - *.tar xz + diff --git a/bluez-patches-.tar.xz b/bluez-patches-.tar.xz deleted file mode 100644 index 1a7a2ef..0000000 --- a/bluez-patches-.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb239b904b0f9bdb69339219b03f83dd00cfe4bc653aba3e56f48755b67feaff -size 2756 diff --git a/bluez-patches.tar.xz b/bluez-patches.tar.xz new file mode 100644 index 0000000..9e4d6ef --- /dev/null +++ b/bluez-patches.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab8dc3a4bc77b1dadc8e29e033c9b8590bbe1720ba9e5f1cff3b91b09746c078 +size 2924 diff --git a/bluez.changes b/bluez.changes index 45fec6a..025d07e 100644 --- a/bluez.changes +++ b/bluez.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Oct 6 13:24:51 UTC 2019 - Stefan Seyfried + +- update _service to use github.com/seifes-obs-packages/bluez.git + as source for the package, fix exclude expression + ------------------------------------------------------------------- Fri Oct 4 10:50:15 UTC 2019 - Jan Engelhardt diff --git a/bluez.spec b/bluez.spec index b0a4766..7492660 100644 --- a/bluez.spec +++ b/bluez.spec @@ -17,6 +17,9 @@ # +# maintained at https://github.com/seifes-opensuse-packages/bluez.git +# contributions via pull requests are welcome! +# Name: bluez Version: 5.51 Release: 0 @@ -25,9 +28,7 @@ License: GPL-2.0-or-later Group: Hardware/Mobile Url: http://www.bluez.org Source: http://www.kernel.org/pub/linux/bluetooth/bluez-%{version}.tar.xz -# maintained at https://github.com/seife/bluez-patches.git -# stupid obs_scm (or me?) appends the "-" after the name, even if version is disabled. -Source1: bluez-patches-.tar.xz +Source1: bluez-patches.tar.xz Source5: baselibs.conf Source7: bluetooth.modprobe @@ -133,8 +134,8 @@ desktop specific applets like blueman or GNOME or KDE applets). %prep %setup -q -a 1 -for i in $(cat bluez-patches-/series); do - patch -p1 -i bluez-patches-/$i --fuzz=%{_default_patch_fuzz} %{_default_patch_flags} || exit 1 +for i in $(cat bluez-patches/series); do + patch -p1 -i bluez-patches/$i --fuzz=%{_default_patch_fuzz} %{_default_patch_flags} || exit 1 done mkdir dbus-apis cp -a doc/*.txt dbus-apis/