diff --git a/dbus.spec b/dbus.spec index aac9e06..8e120d2 100644 --- a/dbus.spec +++ b/dbus.spec @@ -10,18 +10,20 @@ %define dbus_common_config_opts --enable-libaudit --enable-selinux=yes --with-init-scripts=redhat --with-system-pid-file=%{_localstatedir}/run/messagebus.pid --with-dbus-user=dbus --libdir=/%{_lib} --bindir=/bin --sysconfdir=/etc --exec-prefix=/ --libexecdir=/%{_lib}/dbus-1 --with-systemdsystemunitdir=/lib/systemd/system/ --docdir=%{_pkgdocdir} --enable-doxygen-docs --enable-xml-docs --disable-silent-rules -Summary: D-BUS message bus -Name: dbus -Epoch: 1 +Name: dbus +Epoch: 1 Version: 1.8.12 -Release: 1%{?dist} -URL: http://www.freedesktop.org/software/dbus/ -#VCS: git:git://git.freedesktop.org/git/dbus/dbus -Source0: http://dbus.freedesktop.org/releases/dbus/%{name}-%{version}.tar.gz -Source2: 00-start-message-bus.sh -License: GPLv2+ or AFL -Group: System Environment/Libraries -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Release: 2%{?dist} +Summary: D-BUS message bus + +Group: System Environment/Libraries +# The effective license of the majority of the package, including the shared +# library, is "GPL-2+ or AFL-2.1". Certain utilities are "GPL-2+" only. +License: (GPLv2+ or AFL) and GPLv2+ +URL: http://www.freedesktop.org/Software/dbus/ +#VCS: git:git://git.freedesktop.org/git/dbus/dbus +Source0: http://dbus.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz +Source1: 00-start-message-bus.sh BuildRequires: libtool BuildRequires: expat-devel >= %{expat_version} @@ -123,7 +125,7 @@ rm -rf %{buildroot}/%{_lib}/dbus-1.0 rm -f %{buildroot}/%{_lib}/*.a rm -f %{buildroot}/%{_lib}/*.la -install -D -m755 %{SOURCE2} %{buildroot}%{_sysconfdir}/X11/xinit/xinitrc.d/00-start-message-bus.sh +install -Dp -m755 %{SOURCE1} %{buildroot}%{_sysconfdir}/X11/xinit/xinitrc.d/00-start-message-bus.sh mkdir -p %{buildroot}%{_datadir}/dbus-1/interfaces @@ -234,6 +236,9 @@ fi %{_includedir}/* %changelog +* Fri Dec 05 2014 David King - 1:1.8.12-2 +- Correct license description for multiple licenses + * Wed Nov 26 2014 David King - 1:1.8.12-1 - Update to 1.8.12 (#1168438) - Fixes CVE-2014-3635 (fd.o#83622)