|
|
6413ff |
%if 0%{?fedora} || 0%{?rhel} >= 9
|
|
|
6413ff |
%bcond_without qrtr
|
|
|
6413ff |
%else
|
|
|
6413ff |
%bcond_with qrtr
|
|
|
6413ff |
%endif
|
|
|
6413ff |
|
|
|
2427f0 |
%global glib2_version %(pkg-config --modversion glib-2.0 2>/dev/null || echo bad)
|
|
|
2427f0 |
%global qmi_version %(pkg-config --modversion qmi-glib 2>/dev/null || echo bad)
|
|
|
2427f0 |
%global mbim_version %(pkg-config --modversion mbim-glib 2>/dev/null || echo bad)
|
|
|
2427f0 |
|
|
|
2427f0 |
Name: ModemManager
|
|
|
6413ff |
Version: 1.20.2
|
|
|
efeba8 |
Release: 1%{?dist}
|
|
|
efeba8 |
Summary: Mobile broadband modem management service
|
|
|
2427f0 |
License: GPLv2+
|
|
|
2427f0 |
URL: http://www.freedesktop.org/wiki/Software/ModemManager/
|
|
|
6413ff |
Source: https://gitlab.com/linux-mobile-broadband/ModemManager/-/archive/%{version}/%{name}-%{version}.tar.bz2
|
|
|
6413ff |
|
|
|
6413ff |
# https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/merge_requests/938
|
|
|
6413ff |
Patch0: 0001-libmm-glib-common-helpers-avoid-using-mm_new_iso8601.patch
|
|
|
efeba8 |
|
|
|
2427f0 |
# For mbim-proxy and qmi-proxy
|
|
|
2427f0 |
Requires: libmbim-utils
|
|
|
2427f0 |
Requires: libqmi-utils
|
|
|
2427f0 |
Requires: %{name}-glib%{?_isa} = %{version}-%{release}
|
|
|
2427f0 |
|
|
|
286269 |
# Don't allow older versions of these than what we built against,
|
|
|
286269 |
# because they add new API w/o versioning it or bumping the SONAME
|
|
|
286269 |
Conflicts: glib2%{?_isa} < %{glib2_version}
|
|
|
286269 |
Conflicts: libqmi%{?_isa} < %{qmi_version}
|
|
|
286269 |
Conflicts: libmbim%{?_isa} < %{mbim_version}
|
|
|
286269 |
|
|
|
2427f0 |
Requires(post): systemd
|
|
|
2427f0 |
Requires(postun): systemd
|
|
|
2427f0 |
Requires(preun): systemd
|
|
|
2427f0 |
|
|
|
efeba8 |
Requires: polkit
|
|
|
efeba8 |
|
|
|
efeba8 |
BuildRequires: automake autoconf libtool autoconf-archive
|
|
|
2427f0 |
BuildRequires: dbus
|
|
|
efeba8 |
BuildRequires: dbus-daemon
|
|
|
2427f0 |
BuildRequires: gettext-devel >= 0.19.8
|
|
|
efeba8 |
BuildRequires: glib2-devel >= 2.56
|
|
|
efeba8 |
BuildRequires: gobject-introspection-devel >= 1.38
|
|
|
efeba8 |
BuildRequires: gtk-doc
|
|
|
efeba8 |
BuildRequires: libgudev1-devel >= 232
|
|
|
6413ff |
BuildRequires: libmbim-devel >= 1.28.0
|
|
|
6413ff |
BuildRequires: libqmi-devel >= 1.32.0
|
|
|
6413ff |
%if %{with qrtr}
|
|
|
6413ff |
BuildRequires: libqrtr-glib-devel >= 1.0.0
|
|
|
6413ff |
%endif
|
|
|
efeba8 |
BuildRequires: make
|
|
|
6413ff |
BuildRequires: systemd
|
|
|
efeba8 |
BuildRequires: systemd-devel >= 209
|
|
|
efeba8 |
BuildRequires: vala
|
|
|
efeba8 |
BuildRequires: polkit-devel
|
|
|
2427f0 |
|
|
|
2427f0 |
%global __provides_exclude ^libmm-plugin-
|
|
|
2427f0 |
|
|
|
2427f0 |
%description
|
|
|
2427f0 |
The ModemManager service manages WWAN modems and provides a consistent API for
|
|
|
2427f0 |
interacting with these devices to client applications.
|
|
|
2427f0 |
|
|
|
2427f0 |
%package devel
|
|
|
2427f0 |
Summary: Libraries and headers for adding ModemManager support to applications
|
|
|
2427f0 |
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
2427f0 |
Requires: pkgconfig
|
|
|
2427f0 |
|
|
|
2427f0 |
%description devel
|
|
|
2427f0 |
This package contains various headers for accessing some ModemManager functionality
|
|
|
2427f0 |
from applications.
|
|
|
2427f0 |
|
|
|
2427f0 |
%package glib
|
|
|
2427f0 |
Summary: Libraries for adding ModemManager support to applications that use glib.
|
|
|
2427f0 |
Requires: glib2 >= %{glib2_version}
|
|
|
2427f0 |
|
|
|
2427f0 |
%description glib
|
|
|
2427f0 |
This package contains the libraries that make it easier to use some ModemManager
|
|
|
2427f0 |
functionality from applications that use glib.
|
|
|
2427f0 |
|
|
|
2427f0 |
%package glib-devel
|
|
|
2427f0 |
Summary: Libraries and headers for adding ModemManager support to applications that use glib.
|
|
|
2427f0 |
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
2427f0 |
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
|
|
2427f0 |
Requires: %{name}-glib%{?_isa} = %{version}-%{release}
|
|
|
2427f0 |
Requires: glib2-devel >= %{glib2_version}
|
|
|
2427f0 |
Requires: pkgconfig
|
|
|
2427f0 |
|
|
|
2427f0 |
%description glib-devel
|
|
|
2427f0 |
This package contains various headers for accessing some ModemManager functionality
|
|
|
2427f0 |
from glib applications.
|
|
|
2427f0 |
|
|
|
2427f0 |
%package vala
|
|
|
2427f0 |
Summary: Vala bindings for ModemManager
|
|
|
2427f0 |
Requires: vala
|
|
|
2427f0 |
Requires: %{name}-glib%{?_isa} = %{version}-%{release}
|
|
|
2427f0 |
|
|
|
2427f0 |
%description vala
|
|
|
2427f0 |
Vala bindings for ModemManager
|
|
|
2427f0 |
|
|
|
2427f0 |
%prep
|
|
|
efeba8 |
%autosetup -p1
|
|
|
2427f0 |
|
|
|
2427f0 |
%build
|
|
|
2427f0 |
# Regenerate configure, because the one that is shipped
|
|
|
2427f0 |
# doesn't seem to obey --disable-rpath for reasons unknown.
|
|
|
efeba8 |
autoreconf -vif
|
|
|
2427f0 |
%configure \
|
|
|
2427f0 |
--disable-rpath \
|
|
|
286269 |
--disable-silent-rules \
|
|
|
2427f0 |
--with-systemd-suspend-resume \
|
|
|
2427f0 |
--with-systemd-journal \
|
|
|
2427f0 |
--enable-more-warnings=no \
|
|
|
2427f0 |
--with-udev-base-dir=%{_prefix}/lib/udev \
|
|
|
2427f0 |
--enable-gtk-doc \
|
|
|
2427f0 |
--with-qmi=yes \
|
|
|
2427f0 |
--with-mbim=yes \
|
|
|
efeba8 |
%ifarch aarch64
|
|
|
efeba8 |
--enable-plugin-qcom-soc \
|
|
|
efeba8 |
%endif
|
|
|
6413ff |
%if %{with qrtr}
|
|
|
6413ff |
--with-qrtr \
|
|
|
6413ff |
%else
|
|
|
6413ff |
--without-qrtr \
|
|
|
6413ff |
%endif
|
|
|
2427f0 |
--disable-static \
|
|
|
efeba8 |
--with-polkit=permissive \
|
|
|
2427f0 |
--with-dist-version=%{version}-%{release}
|
|
|
2427f0 |
|
|
|
0ff092 |
%make_build
|
|
|
2427f0 |
|
|
|
2427f0 |
%check
|
|
|
efeba8 |
# make check
|
|
|
2427f0 |
|
|
|
2427f0 |
%install
|
|
|
0ff092 |
%make_install
|
|
|
2427f0 |
|
|
|
efeba8 |
find %{buildroot} -type f -name "*.la" -delete
|
|
|
2427f0 |
|
|
|
2427f0 |
%find_lang %{name}
|
|
|
2427f0 |
|
|
|
efeba8 |
%ldconfig_scriptlets glib
|
|
|
efeba8 |
|
|
|
2427f0 |
%post
|
|
|
2427f0 |
%systemd_post ModemManager.service
|
|
|
2427f0 |
|
|
|
2427f0 |
%preun
|
|
|
2427f0 |
%systemd_preun ModemManager.service
|
|
|
2427f0 |
|
|
|
2427f0 |
%postun
|
|
|
0ff092 |
%systemd_postun ModemManager.service
|
|
|
2427f0 |
|
|
|
2427f0 |
%files -f %{name}.lang
|
|
|
efeba8 |
%license COPYING
|
|
|
efeba8 |
%doc README
|
|
|
2427f0 |
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.ModemManager1.conf
|
|
|
2427f0 |
%{_datadir}/dbus-1/system-services/org.freedesktop.ModemManager1.service
|
|
|
2427f0 |
%attr(0755,root,root) %{_sbindir}/ModemManager
|
|
|
2427f0 |
%attr(0755,root,root) %{_bindir}/mmcli
|
|
|
2427f0 |
%dir %{_libdir}/%{name}
|
|
|
2427f0 |
%attr(0755,root,root) %{_libdir}/%{name}/*.so*
|
|
|
2427f0 |
%{_udevrulesdir}/*
|
|
|
efeba8 |
%{_datadir}/polkit-1/actions/*.policy
|
|
|
2427f0 |
%{_unitdir}/ModemManager.service
|
|
|
2427f0 |
%{_datadir}/icons/hicolor/22x22/apps/*.png
|
|
|
2427f0 |
%{_datadir}/bash-completion
|
|
|
286269 |
%{_datadir}/ModemManager
|
|
|
286269 |
%{_mandir}/man1/*
|
|
|
2427f0 |
%{_mandir}/man8/*
|
|
|
2427f0 |
|
|
|
2427f0 |
%files devel
|
|
|
286269 |
%{_includedir}/ModemManager/
|
|
|
2427f0 |
%dir %{_datadir}/gtk-doc/html/%{name}
|
|
|
2427f0 |
%{_datadir}/gtk-doc/html/%{name}/*
|
|
|
2427f0 |
%{_libdir}/pkgconfig/%{name}.pc
|
|
|
2427f0 |
%{_datadir}/dbus-1/interfaces/*.xml
|
|
|
2427f0 |
|
|
|
2427f0 |
%files glib
|
|
|
efeba8 |
%license COPYING
|
|
|
2427f0 |
%{_libdir}/libmm-glib.so.*
|
|
|
2427f0 |
%{_libdir}/girepository-1.0/*.typelib
|
|
|
2427f0 |
|
|
|
2427f0 |
%files glib-devel
|
|
|
2427f0 |
%{_libdir}/libmm-glib.so
|
|
|
2427f0 |
%dir %{_includedir}/libmm-glib
|
|
|
2427f0 |
%{_includedir}/libmm-glib/*.h
|
|
|
2427f0 |
%{_libdir}/pkgconfig/mm-glib.pc
|
|
|
2427f0 |
%dir %{_datadir}/gtk-doc/html/libmm-glib
|
|
|
2427f0 |
%{_datadir}/gtk-doc/html/libmm-glib/*
|
|
|
2427f0 |
%{_datadir}/gir-1.0/*.gir
|
|
|
2427f0 |
|
|
|
2427f0 |
%files vala
|
|
|
2427f0 |
%{_datadir}/vala/vapi/libmm-glib.*
|
|
|
2427f0 |
|
|
|
2427f0 |
%changelog
|
|
|
6413ff |
* Tue Nov 22 2022 Lubomir Rintel <lkundrak@v3.sk> - 1.20.2-1
|
|
|
6413ff |
- Update to 1.20.2
|
|
|
6413ff |
|
|
|
efeba8 |
* Tue Oct 1 2021 Ana Cabral <acabral@redhat.com> - 1.18.2-1
|
|
|
efeba8 |
- Upgrade to 1.18.2 release
|
|
|
efeba8 |
|
|
|
38f7f1 |
* Tue Apr 20 2021 Beniamino Galvani <bgalvani@redhat.com> - 1.10.8-4
|
|
|
38f7f1 |
- Fix crash when modem goes away during a connection attempt (rh #1936416)
|
|
|
38f7f1 |
|
|
|
38f7f1 |
* Wed Feb 24 2021 Beniamino Galvani <bgalvani@redhat.com> - 1.10.8-3
|
|
|
38f7f1 |
- Rebuild to fix multilib conflicts (rh #1853161)
|
|
|
38f7f1 |
|
|
|
0ff092 |
* Fri Feb 14 2020 Antonio Cardace <acardace@redhat.com> - 1.10.8-2
|
|
|
0ff092 |
- Fix race condition when cancelling a flash operation (rh #1758128)
|
|
|
0ff092 |
|
|
|
0ff092 |
* Fri Nov 29 2019 Lubomir Rintel <lrintel@redhat.com> - 1.10.8-1
|
|
|
0ff092 |
- Update to 1.10.8 release
|
|
|
0ff092 |
|
|
|
0ff092 |
* Wed Oct 16 2019 Lubomir Rintel <lkundrak@v3.sk> - 1.10.6-1
|
|
|
0ff092 |
- Update to 1.10.6 release
|
|
|
0ff092 |
|
|
|
286269 |
* Wed Jul 10 2019 Lubomir Rintel <lkundrak@v3.sk> - 1.10.4-1
|
|
|
286269 |
- Update to 1.10.2 release (rh #1543498)
|
|
|
286269 |
|
|
|
286269 |
* Fri Jun 14 2019 Lubomir Rintel <lkundrak@v3.sk> - 1.10.2-1
|
|
|
286269 |
- Update to 1.10.2 release (rh #1543498)
|
|
|
286269 |
- Don't grab cdc_ether devices on Sierra QMI modems (rh #1712031)
|
|
|
286269 |
|
|
|
286269 |
* Mon May 06 2019 Lubomir Rintel <lkundrak@v3.sk> - 1.10.0-1
|
|
|
286269 |
- Update to 1.10.0 release
|
|
|
286269 |
|
|
|
2427f0 |
* Sun Jun 03 2018 Lubomir Rintel <lkundrak@v3.sk> - 1.8.0-1
|
|
|
2427f0 |
- Update to 1.8.0 release
|
|
|
2427f0 |
|
|
|
2427f0 |
* Tue Apr 24 2018 Lubomir Rintel <lkundrak@v3.sk> - 1.8.0-0.rc2.1
|
|
|
2427f0 |
- Update to 1.8 release candidate 2
|
|
|
2427f0 |
|
|
|
2427f0 |
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.12-3
|
|
|
2427f0 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
2427f0 |
|
|
|
2427f0 |
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.6.12-2
|
|
|
2427f0 |
- Switch to %%ldconfig_scriptlets
|
|
|
2427f0 |
|
|
|
2427f0 |
* Mon Jan 22 2018 Lubomir Rintel <lkundrak@v3.sk> - 1.6.12-1
|
|
|
2427f0 |
- Update to 1.6.12 release
|
|
|
2427f0 |
- Require libmbim and libqmi we were built with (rh #1534945)
|
|
|
2427f0 |
- Restore the scriptlets where they are needed
|
|
|
2427f0 |
|
|
|
2427f0 |
* Fri Jan 05 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.6.10-2
|
|
|
2427f0 |
- Remove obsolete scriptlets
|
|
|
2427f0 |
|
|
|
2427f0 |
* Sun Oct 22 2017 Lubomir Rintel <lkundrak@v3.sk> - 1.6.10-1
|
|
|
2427f0 |
- Update to 1.6.10 release
|
|
|
2427f0 |
|
|
|
2427f0 |
* Tue Aug 29 2017 Lubomir Rintel <lkundrak@v3.sk> - 1.6.8-1
|
|
|
2427f0 |
- Update to 1.6.8 release
|
|
|
2427f0 |
|
|
|
2427f0 |
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.4-4
|
|
|
2427f0 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
2427f0 |
|
|
|
2427f0 |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.4-3
|
|
|
2427f0 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
2427f0 |
|
|
|
2427f0 |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.4-2
|
|
|
2427f0 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
2427f0 |
|
|
|
2427f0 |
* Tue Nov 15 2016 Lubomir Rintel <lkundrak@v3.sk> - 1.6.4-1
|
|
|
2427f0 |
- Update to 1.6.4 release
|
|
|
2427f0 |
|
|
|
2427f0 |
* Tue Oct 04 2016 Lubomir Rintel <lkundrak@v3.sk> - 1.6.2-1
|
|
|
2427f0 |
- Update to 1.6.2 release
|
|
|
2427f0 |
|
|
|
2427f0 |
* Tue Jul 26 2016 Lubomir Rintel <lkundrak@v3.sk> - 1.6.0-1
|
|
|
2427f0 |
- Update to 1.6.0 release
|
|
|
2427f0 |
|
|
|
2427f0 |
* Fri Jul 08 2016 Lubomir Rintel <lkundrak@v3.sk> - 1.6-0.4.rc4
|
|
|
2427f0 |
- Enable suspend/resume support (rh#1341303)
|
|
|
2427f0 |
|
|
|
2427f0 |
* Fri Jul 08 2016 Lubomir Rintel <lkundrak@v3.sk> - 1.6-0.3.rc4
|
|
|
2427f0 |
- Update to 1.6 release candidate 4
|
|
|
2427f0 |
|
|
|
2427f0 |
* Mon May 02 2016 Francesco Giudici <fgiudici@redhat.com> - 1.6-0.3.rc3
|
|
|
2427f0 |
- Update to 1.6 release candidate 3
|
|
|
2427f0 |
|
|
|
2427f0 |
* Tue Apr 12 2016 Than Ngo <than@redhat.com> - 1.6-0.3.rc2
|
|
|
2427f0 |
- add better fix for big endian issue on s390x/ppc64
|
|
|
2427f0 |
|
|
|
2427f0 |
* Thu Apr 07 2016 Than Ngo <than@redhat.com> - 1.6-0.2.rc2
|
|
|
2427f0 |
- fix big endian issue on s390x/ppc64
|
|
|
2427f0 |
|
|
|
2427f0 |
* Fri Mar 25 2016 Lubomir Rintel <lkundrak@v3.sk> - 1.6-0.1.rc2
|
|
|
2427f0 |
- Update to 1.6 release candidate 2
|
|
|
2427f0 |
|
|
|
2427f0 |
* Mon Mar 21 2016 Lubomir Rintel <lkundrak@v3.sk> - 1.6-0.1.rc1
|
|
|
2427f0 |
- Update to 1.6 release candidate
|
|
|
2427f0 |
|
|
|
2427f0 |
* Mon Mar 21 2016 Lubomir Rintel <lkundrak@v3.sk> - 1.4.14-1
|
|
|
2427f0 |
- Update to 1.4.14 release
|
|
|
2427f0 |
|
|
|
2427f0 |
* Mon Feb 29 2016 Yaakov Selkowitz <yselkowi@redhat.com> - 1.4.10-4
|
|
|
2427f0 |
- Disable -Werror (#1307284)
|
|
|
2427f0 |
|
|
|
2427f0 |
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.10-3
|
|
|
2427f0 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
2427f0 |
|
|
|
2427f0 |
* Mon Sep 07 2015 Lubomir Rintel <lkundrak@v3.sk> - 1.4.10-2
|
|
|
2427f0 |
- Ensure systemctl's around when we preset the service (rh #1227424)
|
|
|
2427f0 |
|
|
|
2427f0 |
* Tue Aug 18 2015 Lubomir Rintel <lkundrak@v3.sk> - 1.4.10-1
|
|
|
2427f0 |
- Update to 1.4.10 release
|
|
|
2427f0 |
|
|
|
2427f0 |
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.6-2
|
|
|
2427f0 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
2427f0 |
|
|
|
2427f0 |
* Sun Mar 29 2015 Lubomir Rintel <lkundrak@v3.sk> - 1.4.6-1
|
|
|
2427f0 |
- Update to 1.4.6 release
|
|
|
2427f0 |
|
|
|
2427f0 |
* Mon Mar 2 2015 Dan Williams <dcbw@redhat.com> - 1.4.4-2
|
|
|
2427f0 |
- Don't print location information in logs (rh #1194492)
|
|
|
2427f0 |
|
|
|
2427f0 |
* Wed Feb 11 2015 Lubomir Rintel <lkundrak@v3.sk> - 1.4.4-1
|
|
|
2427f0 |
- Update to 1.4.4 release
|
|
|
2427f0 |
|
|
|
2427f0 |
* Thu Jan 15 2015 Dan Williams <dcbw@redhat.com> - 1.4.2-1
|
|
|
2427f0 |
- Update to 1.4.2 release
|
|
|
2427f0 |
|
|
|
2427f0 |
* Wed Aug 27 2014 Dan Williams <dcbw@redhat.com> - 1.4.0-1
|
|
|
2427f0 |
- Update to 1.4.0 release
|
|
|
2427f0 |
- Quiet debug messages about access technology changes
|
|
|
2427f0 |
- Improve network time support for Huawei 3GPP devices
|
|
|
2427f0 |
- Always use DHCP for QMI bearers (fixes some Huawei devices)
|
|
|
2427f0 |
|
|
|
2427f0 |
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0-2
|
|
|
2427f0 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
2427f0 |
|
|
|
2427f0 |
* Tue Aug 5 2014 Dan Williams <dcbw@redhat.com> - 1.3.0-1
|
|
|
2427f0 |
- Update to git development snapshot
|
|
|
2427f0 |
- Add IPv6 support for many devices
|
|
|
2427f0 |
- Updated blacklist for non-modem USB devices
|
|
|
2427f0 |
- Support for more MBIM devices from various manufacturers
|
|
|
2427f0 |
- Support for more Huawei devices with network ports
|
|
|
2427f0 |
- Add new "unmanaged" GPS location mode
|
|
|
2427f0 |
- Many bug fixes for various modems
|
|
|
2427f0 |
|
|
|
2427f0 |
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 1.2.0-3
|
|
|
2427f0 |
- Rebuilt for gobject-introspection 1.41.4
|
|
|
2427f0 |
|
|
|
2427f0 |
* Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-2
|
|
|
2427f0 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
2427f0 |
|
|
|
2427f0 |
* Sat Feb 1 2014 poma <poma@gmail.com> - 1.2.0-1
|
|
|
2427f0 |
- Update to 1.2.0 release
|
|
|
2427f0 |
|
|
|
2427f0 |
* Fri Sep 13 2013 Dan Williams <dcbw@redhat.com> - 1.1.0-2.git20130913
|
|
|
2427f0 |
- Build with MBIM support
|
|
|
2427f0 |
- Enable Vala bindings
|
|
|
2427f0 |
|
|
|
2427f0 |
* Fri Sep 6 2013 Dan Williams <dcbw@redhat.com> - 1.1.0-1.git20130906
|
|
|
2427f0 |
- Update to latest git snapshot
|
|
|
2427f0 |
|
|
|
2427f0 |
* Mon Aug 26 2013 Dan Williams <dcbw@redhat.com> - 1.0.1-2.git20130723
|
|
|
2427f0 |
- Fix udev rules file paths
|
|
|
2427f0 |
- Remove 'dia' from BuildRequires
|
|
|
2427f0 |
|
|
|
2427f0 |
* Tue Jul 23 2013 Dan Williams <dcbw@redhat.com> - 1.0.1-1.git20130723
|
|
|
2427f0 |
- Update to 1.0.1 release
|
|
|
2427f0 |
- Enable QMI support
|
|
|
2427f0 |
|
|
|
2427f0 |
* Wed Jul 10 2013 Dan Williams <dcbw@redhat.com> - 0.7.991-2.git20130710
|
|
|
2427f0 |
- Handle PNP connected devices
|
|
|
2427f0 |
- Fall back to AT for messaging if QMI modem doesn't support the WMS service
|
|
|
2427f0 |
- Fix IPv6 bearer creation for HSO devices
|
|
|
2427f0 |
- Fix detection of supported modes on Icera-based modems
|
|
|
2427f0 |
- Fix handling of some Icera-based modems with limited capability ports
|
|
|
2427f0 |
- Add support for Olivetti Olicard 200
|
|
|
2427f0 |
|
|
|
2427f0 |
* Fri Jun 7 2013 Dan Williams <dcbw@redhat.com> - 0.7.991-1.git20130607
|
|
|
2427f0 |
- Update to 0.7.991 snapshot
|
|
|
2427f0 |
- Fix SMS validity parsing
|
|
|
2427f0 |
- Allow registration changes to 'searching' without disconnecting
|
|
|
2427f0 |
- Fix reading SMS messages from some QMI-based devices
|
|
|
2427f0 |
- Increase connection timeout for Novatel E362
|
|
|
2427f0 |
- Fix PIN retries checking when unlocking Ericsson devices
|
|
|
2427f0 |
- Better handling of supported and preferred modes (eg 2G, 3G, 4G preference)
|
|
|
2427f0 |
|
|
|
2427f0 |
* Wed May 22 2013 Kalev Lember <kalevlember@gmail.com> - 0.7.990-3.git20130515
|
|
|
2427f0 |
- Install the libmm-glib.so symlink in -glib-devel
|
|
|
2427f0 |
- Include the /usr/share/libmm-glib directory in -glib-devel
|
|
|
2427f0 |
- Make sure -glib-devel subpackage depends on the base -glib package
|
|
|
2427f0 |
|
|
|
2427f0 |
* Thu May 16 2013 Bruno Wolff III <bruno@wolff.to> - 0.7.990-2.git20130515
|
|
|
2427f0 |
- Removed epoch macro references
|
|
|
2427f0 |
|
|
|
2427f0 |
* Wed May 15 2013 Dan Williams <dcbw@redhat.com> - 0.7.990-1.git20130515
|
|
|
2427f0 |
- Update to 0.8 snapshot
|
|
|
2427f0 |
|
|
|
2427f0 |
* Thu Jan 31 2013 Tom Callaway <spot@fedoraproject.org> - 0.6.0.0-3
|
|
|
2427f0 |
- blacklist common arduino devices (rh #861620)
|
|
|
2427f0 |
|
|
|
2427f0 |
* Tue Nov 27 2012 Jiřà Klimeš <jklimes@redhat.com> - 0.6.0.0-2
|
|
|
2427f0 |
- core: fix a crash in g_utf8_validate() (rh #862341)
|
|
|
2427f0 |
|
|
|
2427f0 |
* Tue Sep 4 2012 Dan Williams <dcbw@redhat.com> - 0.6.0.0-1
|
|
|
2427f0 |
- Update to 0.6.0
|
|
|
2427f0 |
- core: fix SMS notifications on many Qualcomm devices
|
|
|
2427f0 |
- core: use SMS PDU mode by default (more compatible)
|
|
|
2427f0 |
- novatel: fix CDMA roaming indication
|
|
|
2427f0 |
- zte: support more devices
|
|
|
2427f0 |
- zte: power down modems when disabled
|
|
|
2427f0 |
- mbm: power down modems when disabled
|
|
|
2427f0 |
- mbm: add support for Ericsson H5321
|
|
|
2427f0 |
- sierra: fix detection of secondary ports
|
|
|
2427f0 |
- sierra: more reliable connections with USB 305/AT&T Lightning
|
|
|
2427f0 |
|
|
|
2427f0 |
* Fri Jul 20 2012 Dan Williams <dcbw@redhat.com> - 0.5.3.96-1
|
|
|
2427f0 |
- Update to 0.5.3.96 (0.5.4-rc2)
|
|
|
2427f0 |
- core: fix SMS handling on a number of devices
|
|
|
2427f0 |
- zte: support for devices that use Icera chipsets
|
|
|
2427f0 |
- core: ignore unsupported QMI WWAN ports (rh #835153)
|
|
|
2427f0 |
|
|
|
2427f0 |
* Wed Mar 14 2012 Dan Williams <dcbw@redhat.com> - 0.5.2.0-1
|
|
|
2427f0 |
- Update to 0.5.2
|
|
|
2427f0 |
- core: retry sending SMS in PDU mode if text fails
|
|
|
2427f0 |
- hso: fix connection regression due to Nokia device fixes
|
|
|
2427f0 |
|
|
|
2427f0 |
* Sat Feb 25 2012 Dan Williams <dcbw@redhat.com> - 0.5.1.97-1
|
|
|
2427f0 |
- Update to 0.5.2-rc1
|
|
|
2427f0 |
- core: fix a few crashes
|
|
|
2427f0 |
- nokia: fix issues with various Nokia devices
|
|
|
2427f0 |
- huawei: fix modem crashes with older Huawei devices (like E220)
|
|
|
2427f0 |
|
|
|
2427f0 |
* Tue Feb 7 2012 Dan Williams <dcbw@redhat.com> - 0.5.1.96-1
|
|
|
2427f0 |
- Update to git snapshot of 0.5.2
|
|
|
2427f0 |
- option: fix handling of access technology reporting
|
|
|
2427f0 |
- cdma: fix handling of EVDO registration states
|
|
|
2427f0 |
- mbm: fix problems reconnecting on Ericsson F5521gw modems
|
|
|
2427f0 |
- gsm: fix connections using the Motorola Flipout
|
|
|
2427f0 |
- gsm: better detection of registration state when connecting
|
|
|
2427f0 |
- mbm: add support for more Ericsson modems
|
|
|
2427f0 |
- gobi: ensure rebranded Gobi devices are driven by Gobi
|
|
|
2427f0 |
- gsm: fix SMS multipart messages, PDU-only mode, and text-mode message listing
|
|
|
2427f0 |
- huawei: fix USSD handling
|
|
|
2427f0 |
- nokia: add support for Nokia Internet Sticks
|
|
|
2427f0 |
- gsm: fix registration response handling on some newer devices
|
|
|
2427f0 |
- sierra: add support for Icera-based devices (USB305, AT&T Lightning)
|
|
|
2427f0 |
|
|
|
2427f0 |
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.998-2.git20110706
|
|
|
2427f0 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
2427f0 |
|
|
|
2427f0 |
* Thu Jul 7 2011 Dan Williams <dcbw@redhat.com> - 0.4.998-1.git20110706
|
|
|
2427f0 |
- Update to 0.5-beta4
|
|
|
2427f0 |
- gsm: various USSD fixes
|
|
|
2427f0 |
- samsung: support for Y3400 module and various other fixes
|
|
|
2427f0 |
- gobi: support access technology reporting while disconnected
|
|
|
2427f0 |
- nokia: fix issues with N900 USB connected operation (rh #583691)
|
|
|
2427f0 |
|
|
|
2427f0 |
* Mon Jun 6 2011 Dan Williams <dcbw@redhat.com> - 0.4.997-1
|
|
|
2427f0 |
- Update to 0.5-beta3
|
|
|
2427f0 |
- samsung: only support Y3300 (fixes issues with other Samsung modems)
|
|
|
2427f0 |
- longcheer: restrict to only supported devices
|
|
|
2427f0 |
- simtech: add support for Prolink PH-300
|
|
|
2427f0 |
- gsm: various SMS cleanups and fixes
|
|
|
2427f0 |
- x22x: add support for access technology reporting and the Alcatel X200 modem
|
|
|
2427f0 |
|
|
|
2427f0 |
* Wed Apr 27 2011 Dan Williams <dcbw@redhat.com> 0.4-8.git20110427
|
|
|
2427f0 |
- samsung: add support for Samsung Y3300 GSM modem
|
|
|
2427f0 |
- huawei: fixes for probing and handling various Huawei devices
|
|
|
2427f0 |
- wavecom: add support for some Wavecom modems
|
|
|
2427f0 |
- zte: fix crashes with Icera-based devices
|
|
|
2427f0 |
- mbm: add support for Lenovo F5521gw module
|
|
|
2427f0 |
- core: add support for basic SMS reception
|
|
|
2427f0 |
- core: faster probing for devices that support it (option, samsung)
|
|
|
2427f0 |
|
|
|
2427f0 |
* Fri Feb 25 2011 Rex Dieter <rdieter@fedoraproejct.org> 0.4-7.git20110201.1
|
|
|
2427f0 |
- hack around FTBFS on sparc
|
|
|
2427f0 |
|
|
|
2427f0 |
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-7.git20110201
|
|
|
2427f0 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
2427f0 |
|
|
|
2427f0 |
* Tue Feb 1 2011 Dan Williams <dcbw@redhat.com> - 0.4-6.git20110201
|
|
|
2427f0 |
- Attempt to fix Icera plugin crash on second dial
|
|
|
2427f0 |
|
|
|
2427f0 |
* Tue Feb 1 2011 Dan Williams <dcbw@redhat.com> - 0.4-5.git20110201
|
|
|
2427f0 |
- core: add device and SIM identifier properties
|
|
|
2427f0 |
- dbus: fix property access permissions via D-Bus (rh #58594)
|
|
|
2427f0 |
- cdma: better detection of EVDO registration
|
|
|
2427f0 |
- cdma: recognize dual-mode devices as CDMA instead of GSM
|
|
|
2427f0 |
- gsm: better handling of wrong PIN entry
|
|
|
2427f0 |
- gsm: allow usage of older GSM character encoding schemes
|
|
|
2427f0 |
- gsm: preliminary USSD support
|
|
|
2427f0 |
- gsm: fix handling of modems that report signal strength via +CIND
|
|
|
2427f0 |
- sierra: fix handling of Sierra CnS ports mistakenly recognized as QCDM
|
|
|
2427f0 |
- sierra: ensure packet-switched network attachment before dialing
|
|
|
2427f0 |
- zte: add support for T-Mobile Rocket 2.0
|
|
|
2427f0 |
- mbm: add support for HP-branded Ericsson devices
|
|
|
2427f0 |
- linktop: add support for Linktop/Teracom LW273
|
|
|
2427f0 |
- x22x: add support for various Alcatel devices (like the X220D)
|
|
|
2427f0 |
|
|
|
2427f0 |
* Tue Jul 20 2010 Dan Williams <dcbw@redhat.com> - 0.4-4.git20100720
|
|
|
2427f0 |
- gsm: fix location services API signals
|
|
|
2427f0 |
- gsm: fix issue with invalid operator names (rh #597088)
|
|
|
2427f0 |
- novatel: fix S720 signal strength reporting
|
|
|
2427f0 |
- novatel: detect CDMA home/roaming status
|
|
|
2427f0 |
|
|
|
2427f0 |
* Wed Jun 30 2010 Dan Williams <dcbw@redhat.com> - 0.4-3.git20100630
|
|
|
2427f0 |
- gsm: enable the location services API
|
|
|
2427f0 |
|
|
|
2427f0 |
* Mon Jun 28 2010 Dan Williams <dcbw@redhat.com> - 0.4-2.git20100628
|
|
|
2427f0 |
- core: fix crash during probing when a plugin doesn't support all ports (rh #603294)
|
|
|
2427f0 |
- gsm: better registration state checking when devices don't support AT+CREG (Blackberries)
|
|
|
2427f0 |
- gsm: add support for getting remaining unlock retry counts
|
|
|
2427f0 |
|
|
|
2427f0 |
* Tue Jun 22 2010 Dan Williams <dcbw@redhat.com> - 0.4-1.git20100622
|
|
|
2427f0 |
- core: fix occasional crash when device is unplugged (rh #591728)
|
|
|
2427f0 |
- core: ensure errors are correctly returned when device is unplugged
|
|
|
2427f0 |
- core: ensure claimed ports don't fall back to Generic (rh #597296)
|
|
|
2427f0 |
- gsm: better compatibility with various phones
|
|
|
2427f0 |
- mbm: better detection of connection errors
|
|
|
2427f0 |
- simtech: add plugin for Simtech devices (like Airlink 3GU)
|
|
|
2427f0 |
- sierra: fix CDMA roaming detection
|
|
|
2427f0 |
|
|
|
2427f0 |
* Fri May 7 2010 Dan Williams <dcbw@redhat.com> - 0.3-13.git20100507
|
|
|
2427f0 |
- core: fix crash when plugging in some Sierra and Option NV devices (rh #589798)
|
|
|
2427f0 |
- gsm: better compatibility with various Sony Ericsson phones
|
|
|
2427f0 |
- longcheer: better support for Alcatel X060s modems
|
|
|
2427f0 |
|
|
|
2427f0 |
* Tue May 4 2010 Dan Williams <dcbw@redhat.com> - 0.3-12.git20100504
|
|
|
2427f0 |
- core: fix data port assignments (rh #587400)
|
|
|
2427f0 |
|
|
|
2427f0 |
* Sun May 2 2010 Dan Williams <dcbw@redhat.com> - 0.3-11.git20100502
|
|
|
2427f0 |
- core: ignore some failures on disconnect (rh #578280)
|
|
|
2427f0 |
- core: add support for platform serial devices
|
|
|
2427f0 |
- gsm: better Blackberry DUN support
|
|
|
2427f0 |
- gsm: periodically poll access technology
|
|
|
2427f0 |
- cdma: prevent crash on modem removal (rh #571921)
|
|
|
2427f0 |
- mbm: add support for Sony Ericsson MD400, Dell 5541, and Dell 5542 modems
|
|
|
2427f0 |
- novatel: better signal strength reporting on CDMA cards
|
|
|
2427f0 |
- novatel: add access technology and mode preference support on GSM cards
|
|
|
2427f0 |
- zte: fix mode preference retrieval
|
|
|
2427f0 |
- longcheer: add support for Zoom modems (4595, 4596, etc)
|
|
|
2427f0 |
- longcheer: add access technology and mode preference support
|
|
|
2427f0 |
|
|
|
2427f0 |
* Fri Apr 30 2010 Matthias Clasen <mclasen@redhat.com> - 0.3-10.git20100409
|
|
|
2427f0 |
- Silence %%post
|
|
|
2427f0 |
- Update scripts
|
|
|
2427f0 |
|
|
|
2427f0 |
* Fri Apr 9 2010 Dan Williams <dcbw@redhat.com> - 0.3-9.git20100409
|
|
|
2427f0 |
- gsm: fix parsing Blackberry supported character sets response
|
|
|
2427f0 |
|
|
|
2427f0 |
* Thu Apr 8 2010 Dan Williams <dcbw@redhat.com> - 0.3-8.git20100408
|
|
|
2427f0 |
- mbm: fix retrieval of current allowed mode
|
|
|
2427f0 |
- gsm: fix initialization issues with some devices (like Blackberries)
|
|
|
2427f0 |
|
|
|
2427f0 |
* Mon Apr 5 2010 Dan Williams <dcbw@redhat.com> - 0.3-7.git20100405
|
|
|
2427f0 |
- core: fix detection of some generic devices (rh #579247)
|
|
|
2427f0 |
- core: fix detection regression of some Huawei devices in 0.3-5
|
|
|
2427f0 |
- cdma: periodically poll registration state and signal quality
|
|
|
2427f0 |
- cdma: really fix registration detection on various devices (rh #569067)
|
|
|
2427f0 |
|
|
|
2427f0 |
* Wed Mar 31 2010 Dan Williams <dcbw@redhat.com> - 0.3-6.git20100331
|
|
|
2427f0 |
- core: fix PPC/SPARC/etc builds
|
|
|
2427f0 |
|
|
|
2427f0 |
* Wed Mar 31 2010 Dan Williams <dcbw@redhat.com> - 0.3-5.git20100331
|
|
|
2427f0 |
- core: only export a modem when all its ports are handled (rh #540438, rh #569067, rh #552121)
|
|
|
2427f0 |
- cdma: handle signal quality requests while connected for more devices
|
|
|
2427f0 |
- cdma: handle serving system requests while connected for more devices
|
|
|
2427f0 |
- gsm: determine current access technology earlier
|
|
|
2427f0 |
- huawei: work around automatic registration issues on some devices
|
|
|
2427f0 |
|
|
|
2427f0 |
* Tue Mar 23 2010 Dan Williams <dcbw@redhat.com> - 0.3-4.git20100323
|
|
|
2427f0 |
- core: ensure enabled modems are disabled when MM stops
|
|
|
2427f0 |
- core: better capability detection for Blackberry devices (rh #573510)
|
|
|
2427f0 |
- cdma: better checking of registration states (rh #540438, rh #569067, rh #552121)
|
|
|
2427f0 |
- gsm: don't block modem when it requires PIN2
|
|
|
2427f0 |
- option: fix access technology updates
|
|
|
2427f0 |
|
|
|
2427f0 |
* Wed Mar 17 2010 Dan Williams <dcbw@redhat.com> - 0.3-3.git20100317
|
|
|
2427f0 |
- mbm: add device IDs for C3607w
|
|
|
2427f0 |
- mbm: fail earlier during connection failures
|
|
|
2427f0 |
- mbm: fix username/password authentication when checked by the network
|
|
|
2427f0 |
- hso: implement asynchronous signal quality updates
|
|
|
2427f0 |
- option: implement asynchronous signal quality updates
|
|
|
2427f0 |
- novatel: correctly handle CDMA signal quality
|
|
|
2427f0 |
- core: basic PolicyKit support
|
|
|
2427f0 |
- core: fix direct GSM registration information requests
|
|
|
2427f0 |
- core: general GSM PIN/PUK unlock fixes
|
|
|
2427f0 |
- core: poll GSM registration state internally for quicker status updates
|
|
|
2427f0 |
- core: implement GSM 2G/3G preference
|
|
|
2427f0 |
- core: implement GSM roaming allowed/disallowed preference
|
|
|
2427f0 |
- core: emit signals on access technology changes
|
|
|
2427f0 |
- core: better handling of disconnections
|
|
|
2427f0 |
- core: fix simple CDMA status requests
|
|
|
2427f0 |
|
|
|
2427f0 |
* Thu Feb 11 2010 Dan Williams <dcbw@redhat.com> - 0.3-2.git20100211
|
|
|
2427f0 |
- core: startup speed improvements
|
|
|
2427f0 |
- core: GSM PIN checking improvements
|
|
|
2427f0 |
- huawei: fix EVDO-only connections on various devices (rh #553199)
|
|
|
2427f0 |
- longcheer: add support for more devices
|
|
|
2427f0 |
|
|
|
2427f0 |
* Tue Jan 19 2010 Dan Williams <dcbw@redhat.com> - 0.3-1.git20100119
|
|
|
2427f0 |
- anydata: new plugin for AnyData CDMA modems (rh #547294)
|
|
|
2427f0 |
- core: fix crashes when devices are unplugged during operation (rh #553953)
|
|
|
2427f0 |
- cdma: prefer primary port for status/registration queries
|
|
|
2427f0 |
- core: fix probing/detection of some PIN-locked devices (rh #551376)
|
|
|
2427f0 |
- longcheer: add plugin for Alcatel (X020, X030, etc) and other devices
|
|
|
2427f0 |
- gsm: fix Nokia N80 network scan parsing
|
|
|
2427f0 |
|
|
|
2427f0 |
* Fri Jan 1 2010 Dan Williams <dcbw@redhat.com> - 0.2.997-5.git20100101
|
|
|
2427f0 |
- core: fix apparent hangs by limiting retried serial writes
|
|
|
2427f0 |
- gsm: ensure modem state is reset when disabled
|
|
|
2427f0 |
|
|
|
2427f0 |
* Fri Dec 18 2009 Dan Williams <dcbw@redhat.com> - 0.2.997-4.git20091218
|
|
|
2427f0 |
- sierra: fix CDMA registration detection in some cases (rh #547513)
|
|
|
2427f0 |
|
|
|
2427f0 |
* Wed Dec 16 2009 Dan Williams <dcbw@redhat.com> - 0.2.997-3.git20091216
|
|
|
2427f0 |
- sierra: ensure CDMA device is powered up when trying to use it
|
|
|
2427f0 |
- cdma: better signal quality parsing (fixes ex Huawei EC168C)
|
|
|
2427f0 |
- zte: handle unsolicited messages better during probing
|
|
|
2427f0 |
|
|
|
2427f0 |
* Mon Dec 14 2009 Dan Williams <dcbw@redhat.com> - 0.2.997-2.git20091214
|
|
|
2427f0 |
- cdma: fix signal strength reporting on some devices
|
|
|
2427f0 |
- cdma: better registration state detection when dialing (ex Sierra 5275)
|
|
|
2427f0 |
- option: always use the correct tty for dialing commands
|
|
|
2427f0 |
|
|
|
2427f0 |
* Mon Dec 7 2009 Dan Williams <dcbw@redhat.com> - 0.2.997-1
|
|
|
2427f0 |
- core: fix reconnect after manual disconnect (rh #541314)
|
|
|
2427f0 |
- core: fix various segfaults during registration
|
|
|
2427f0 |
- core: fix probing of various modems on big-endian architectures (ie PPC)
|
|
|
2427f0 |
- core: implement modem states to avoid duplicate operations
|
|
|
2427f0 |
- hso: fix authentication for Icera-based devices like iCON 505
|
|
|
2427f0 |
- zte: use correct port for new devices
|
|
|
2427f0 |
- nozomi: fix detection
|
|
|
2427f0 |
|
|
|
2427f0 |
* Thu Nov 5 2009 Dan Williams <dcbw@redhat.com> - 0.2-4.20091105
|
|
|
2427f0 |
- Update to latest git
|
|
|
2427f0 |
- core: fix pppd 2.4.5 errors about 'baudrate 0'
|
|
|
2427f0 |
- cdma: wait for network registration before trying to connect
|
|
|
2427f0 |
- gsm: add cell access technology reporting
|
|
|
2427f0 |
- gsm: allow longer-running network scans
|
|
|
2427f0 |
- mbm: various fixes for Ericsson F3507g/F3607gw/Dell 5530
|
|
|
2427f0 |
- nokia: don't power down phones on disconnect
|
|
|
2427f0 |
- hso: fix disconnection/disable
|
|
|
2427f0 |
|
|
|
2427f0 |
* Wed Aug 26 2009 Dan Williams <dcbw@redhat.com> - 0.2-3.20090826
|
|
|
2427f0 |
- Fixes for Motorola and Ericsson devices
|
|
|
2427f0 |
- Fixes for CDMA "serving-system" command parsing
|
|
|
2427f0 |
|
|
|
2427f0 |
* Fri Jul 31 2009 Matthias Clasen <mclasen@redhat.com>
|
|
|
2427f0 |
- Fix a typo in one of the udev rules files
|
|
|
2427f0 |
|
|
|
2427f0 |
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-2.20090707
|
|
|
2427f0 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
2427f0 |
|
|
|
2427f0 |
* Tue Jul 7 2009 Dan Williams <dcbw@redhat.com> - 0.2-1.20090707
|
|
|
2427f0 |
- Fix source repo location
|
|
|
2427f0 |
- Fix directory ownership
|
|
|
2427f0 |
|
|
|
2427f0 |
* Tue Jul 7 2009 Dan Williams <dcbw@redhat.com> - 0.2-0.20090707
|
|
|
2427f0 |
- Initial version
|
|
|
2427f0 |
|