diff --git a/bluez.spec b/bluez.spec index 6de99078c3e243aef369cb34ae0bbbefd681bc9f..2bffdc0b237fe0851599f10ec2726b012ea67e33 100644 --- a/bluez.spec +++ b/bluez.spec @@ -1,7 +1,7 @@ Name: bluez Summary: Bluetooth utilities Version: 5.54 -Release: 1 +Release: 2 License: GPLv2+ URL: http://www.bluez.org/ Source0: http://www.kernel.org/pub/linux/bluetooth/bluez-%{version}.tar.xz @@ -172,6 +172,9 @@ make check %{_mandir}/man8/* %changelog +* Mon Aug 10 2020 shixuantong - 5.54-2 +- update yaml file + * Wed Jul 22 2020 songnannan - 5.54-1 - update to 5.54 diff --git a/bluez.yaml b/bluez.yaml index d9d7208b0ecb18cfc8b6752caa51fcdbe27553e4..78b9a75f25440df52f9760fe9e65953192c40e09 100644 --- a/bluez.yaml +++ b/bluez.yaml @@ -1,4 +1,5 @@ -version_control: gitlab.gnome -src_repo: bluez +git_url: https://git.kernel.org/pub/scm/bluetooth/bluez.git +version_control: git +src_repo: https://git.kernel.org/pub/scm/bluetooth/bluez.git tag_prefix: "^" -seperator: "." +seperator: "." \ No newline at end of file