2019-08-03 11:31:33 +00:00
|
|
|
#%%global git_commit c52f3f41806622c95573de21be042f966f675543
|
|
|
|
#%%global git_date 201904023
|
2019-04-15 21:15:36 +00:00
|
|
|
|
2019-08-03 11:31:33 +00:00
|
|
|
#%%global git_short_commit %%(echo %{git_commit} | cut -c -8)
|
|
|
|
#%%global git_suffix %%{git_date}git%{git_short_commit}
|
2019-04-15 21:15:36 +00:00
|
|
|
|
2012-06-06 22:07:49 +00:00
|
|
|
# By default include binary_firmware, otherwise try to rebuild
|
|
|
|
# the firmware from sources. If you want to rebuild all firmware
|
|
|
|
# images you need to install appropriate tools (e.g. Xilinx ISE).
|
|
|
|
%bcond_without binary_firmware
|
|
|
|
|
2021-02-08 13:48:58 +00:00
|
|
|
# Currently broken: https://github.com/EttusResearch/uhd/issues/413
|
|
|
|
%bcond_with wireshark
|
2019-04-15 21:15:36 +00:00
|
|
|
|
2014-09-01 15:00:29 +00:00
|
|
|
# NEON support is by default disabled on ARMs
|
|
|
|
# building with --with=neon will enable auto detection
|
|
|
|
%bcond_with neon
|
|
|
|
|
2021-02-01 20:01:45 +00:00
|
|
|
# X.Y.Z
|
|
|
|
%global wireshark_ver_full %((%{__awk} '/^#define VERSION[ \t]+/ { print $NF }' /usr/include/wireshark/config.h 2>/dev/null||echo none)|/usr/bin/tr -d '"')
|
|
|
|
# X.Y
|
|
|
|
%global wireshark_ver %(VF="%{wireshark_ver_full}"; echo ${VF%.*})
|
2014-09-01 15:00:29 +00:00
|
|
|
|
2015-03-11 15:47:42 +00:00
|
|
|
%ifarch %{arm} aarch64
|
|
|
|
%if ! %{with neon}
|
2014-09-01 15:00:29 +00:00
|
|
|
%global have_neon -DHAVE_ARM_NEON_H=0
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
2011-12-01 16:15:55 +00:00
|
|
|
Name: uhd
|
2018-07-21 23:44:41 +00:00
|
|
|
URL: http://github.com/EttusResearch/uhd
|
2023-02-01 16:39:19 +00:00
|
|
|
Version: 4.4.0.0
|
2022-09-24 16:17:23 +00:00
|
|
|
%global images_ver %{version}
|
2023-02-01 16:39:19 +00:00
|
|
|
Release: 1%{?dist}
|
2011-12-01 16:15:55 +00:00
|
|
|
License: GPLv3+
|
2021-01-25 23:54:58 +00:00
|
|
|
BuildRequires: make
|
2018-07-09 17:06:52 +00:00
|
|
|
BuildRequires: gcc-c++
|
2011-12-01 16:15:55 +00:00
|
|
|
BuildRequires: cmake
|
2021-07-02 17:26:00 +00:00
|
|
|
BuildRequires: boost-devel
|
|
|
|
BuildRequires: libusb1-devel
|
|
|
|
BuildRequires: python3-cheetah
|
|
|
|
BuildRequires: ncurses-devel
|
|
|
|
BuildRequires: python3-docutils
|
|
|
|
BuildRequires: doxygen
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: libpcap-devel
|
|
|
|
BuildRequires: python3-numpy
|
|
|
|
BuildRequires: vim-common
|
|
|
|
BuildRequires: libatomic
|
2019-04-15 21:15:36 +00:00
|
|
|
%if %{with wireshark}
|
2021-07-02 17:26:00 +00:00
|
|
|
BuildRequires: wireshark-devel
|
|
|
|
BuildRequires: libgcrypt-devel
|
|
|
|
BuildRequires: gnutls-devel
|
2019-04-15 21:15:36 +00:00
|
|
|
%endif
|
2022-06-21 12:24:16 +00:00
|
|
|
BuildRequires: pybind11-devel
|
2021-07-02 17:26:00 +00:00
|
|
|
BuildRequires: python3-mako
|
|
|
|
BuildRequires: python3-requests
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
BuildRequires: tar
|
2012-06-06 22:07:49 +00:00
|
|
|
%if ! %{with binary_firmware}
|
2021-07-02 17:26:00 +00:00
|
|
|
BuildRequires: sdcc
|
|
|
|
BuildRequires: sed
|
2012-06-06 22:07:49 +00:00
|
|
|
%endif
|
2019-04-01 15:11:18 +00:00
|
|
|
Requires(pre): shadow-utils, glibc-common
|
2019-11-08 22:49:25 +00:00
|
|
|
Requires: python3-tkinter
|
2011-12-01 16:28:30 +00:00
|
|
|
Summary: Universal Hardware Driver for Ettus Research products
|
2021-01-25 23:54:58 +00:00
|
|
|
Source0: %{url}/archive/v%{version}/uhd-%{version}.tar.gz
|
2012-02-10 10:14:18 +00:00
|
|
|
Source1: %{name}-limits.conf
|
2021-10-04 17:38:52 +00:00
|
|
|
Source2: %{url}/releases/download/v%{images_ver}/uhd-images_%{images_ver}.tar.xz
|
2022-01-28 23:40:07 +00:00
|
|
|
# dirty workaround for the https://github.com/EttusResearch/uhd/issues/551
|
|
|
|
# until the better fix is available
|
2022-04-21 13:04:27 +00:00
|
|
|
Patch0: uhd-4.2.0.0-imagepath-fix.patch
|
2011-12-01 16:15:55 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
The UHD is the universal hardware driver for Ettus Research products.
|
|
|
|
The goal of the UHD is to provide a host driver and API for current and
|
|
|
|
future Ettus Research products. It can be used standalone without GNU Radio.
|
|
|
|
|
2014-02-11 13:24:28 +00:00
|
|
|
%package firmware
|
|
|
|
Summary: Firmware files for UHD
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description firmware
|
|
|
|
Firmware files for the Universal Hardware driver (UHD).
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for UHD
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
Development files for the Universal Hardware Driver (UHD).
|
|
|
|
|
2020-08-05 12:27:54 +00:00
|
|
|
# arch due to bug in doxygen
|
2014-02-11 13:24:28 +00:00
|
|
|
%package doc
|
|
|
|
Summary: Documentation files for UHD
|
|
|
|
|
|
|
|
%description doc
|
|
|
|
Documentation for the Universal Hardware Driver (UHD).
|
|
|
|
|
2014-09-01 15:00:29 +00:00
|
|
|
%package tools
|
|
|
|
Summary: Tools for working with / debugging USRP device
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description tools
|
2015-03-06 13:44:38 +00:00
|
|
|
Tools that are useful for working with and/or debugging USRP device.
|
2014-09-01 15:00:29 +00:00
|
|
|
|
2019-04-15 21:15:36 +00:00
|
|
|
%if %{with wireshark}
|
2018-07-21 23:44:41 +00:00
|
|
|
%package wireshark
|
|
|
|
Summary: Wireshark dissector plugins
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2021-02-08 11:27:53 +00:00
|
|
|
Requires: %{_libdir}/wireshark/plugins/%{wireshark_ver}
|
2018-07-21 23:44:41 +00:00
|
|
|
|
|
|
|
%description wireshark
|
|
|
|
Wireshark dissector plugins.
|
2019-04-15 21:15:36 +00:00
|
|
|
%endif
|
2018-07-21 23:44:41 +00:00
|
|
|
|
2011-12-01 16:15:55 +00:00
|
|
|
%prep
|
2021-01-25 23:54:58 +00:00
|
|
|
%setup -q
|
2022-04-21 13:04:27 +00:00
|
|
|
%patch0 -p1 -b .imagepath-fix
|
2012-06-06 22:07:49 +00:00
|
|
|
|
|
|
|
# firmware
|
|
|
|
%if %{with binary_firmware}
|
|
|
|
# extract binary firmware
|
|
|
|
mkdir -p images/images
|
2018-07-21 23:44:41 +00:00
|
|
|
tar -xJf %{SOURCE2} -C images/images --strip-components=1
|
2012-06-06 22:07:49 +00:00
|
|
|
rm -f images/images/{LICENSE.txt,*.tag}
|
2018-07-21 23:44:41 +00:00
|
|
|
# remove Windows drivers
|
|
|
|
rm -rf images/winusb_driver
|
2018-12-10 14:00:51 +00:00
|
|
|
%endif
|
2018-07-21 23:44:41 +00:00
|
|
|
|
|
|
|
# fix python shebangs
|
2019-11-08 22:49:25 +00:00
|
|
|
find . -type f -name "*.py" -exec sed -i '/^#!/ s|.*|#!%{__python3}|' {} \;
|
2018-07-21 23:44:41 +00:00
|
|
|
|
2011-12-01 16:15:55 +00:00
|
|
|
%build
|
2012-06-06 22:07:49 +00:00
|
|
|
# firmware
|
|
|
|
%if ! %{with binary_firmware}
|
|
|
|
# rebuilt from sources
|
|
|
|
export PATH=$PATH:%{_libexecdir}/sdcc
|
|
|
|
pushd images
|
|
|
|
sed -i '/-name "\*\.twr" | xargs grep constraint | grep met/ s/^/#/' Makefile
|
|
|
|
make %{?_smp_mflags} images
|
|
|
|
popd
|
|
|
|
%endif
|
|
|
|
|
2020-08-05 11:16:04 +00:00
|
|
|
pushd host
|
2019-11-08 22:49:25 +00:00
|
|
|
%cmake %{?have_neon} -DPYTHON_EXECUTABLE="%{__python3}" \
|
2022-06-21 12:24:16 +00:00
|
|
|
-DPYBIND11_INCLUDE_DIR="/usr/include/pybind11/" \
|
2019-08-03 11:31:33 +00:00
|
|
|
-DUHD_VERSION="%{version}" \
|
|
|
|
-DENABLE_TESTS=off ../
|
2020-08-05 11:16:04 +00:00
|
|
|
%cmake_build
|
2012-06-06 22:07:49 +00:00
|
|
|
popd
|
2011-12-01 16:15:55 +00:00
|
|
|
|
2014-09-01 15:00:29 +00:00
|
|
|
# tools
|
|
|
|
pushd tools/uhd_dump
|
|
|
|
make %{?_smp_mflags} CFLAGS="%{optflags}" LDFLAGS="%{?__global_ldflags}"
|
|
|
|
popd
|
|
|
|
|
2019-04-15 21:15:36 +00:00
|
|
|
%if %{with wireshark}
|
2018-07-21 23:44:41 +00:00
|
|
|
# wireshark dissectors
|
|
|
|
pushd tools/dissectors
|
2021-02-01 20:01:45 +00:00
|
|
|
%cmake -DENABLE_RFNOC=ON -DENABLE_OCTOCLOCK=ON -DENABLE_ZPU=ON
|
|
|
|
%cmake_build
|
2018-07-21 23:44:41 +00:00
|
|
|
popd
|
2019-04-15 21:15:36 +00:00
|
|
|
%endif
|
2014-09-01 15:00:29 +00:00
|
|
|
|
2021-02-01 20:01:45 +00:00
|
|
|
#%%check
|
|
|
|
#cd host/%%{_vpath_builddir}
|
|
|
|
#make test
|
2011-12-01 16:15:55 +00:00
|
|
|
|
|
|
|
%install
|
2018-12-10 17:07:13 +00:00
|
|
|
# fix python shebangs (run again for generated scripts)
|
2019-11-08 22:49:25 +00:00
|
|
|
find . -type f -name "*.py" -exec sed -i '/^#!/ s|.*|#!%{__python3}|' {} \;
|
2018-12-10 17:07:13 +00:00
|
|
|
|
2020-08-05 11:16:04 +00:00
|
|
|
pushd host
|
|
|
|
%cmake_install
|
2011-12-01 16:15:55 +00:00
|
|
|
|
2014-08-29 13:24:07 +00:00
|
|
|
# Fix udev rules and use dynamic ACL management for device
|
2019-04-01 15:11:18 +00:00
|
|
|
sed -i 's/BUS==/SUBSYSTEM==/;s/SYSFS{/ATTRS{/;s/MODE:="0666"/GROUP:="usrp" MODE:="0660", ENV{ID_SOFTWARE_RADIO}="1"/' %{buildroot}%{_libdir}/uhd/utils/uhd-usrp.rules
|
2014-08-29 13:24:07 +00:00
|
|
|
mkdir -p %{buildroot}%{_prefix}/lib/udev/rules.d
|
|
|
|
mv %{buildroot}%{_libdir}/uhd/utils/uhd-usrp.rules %{buildroot}%{_prefix}/lib/udev/rules.d/10-usrp-uhd.rules
|
2011-12-01 16:15:55 +00:00
|
|
|
|
2014-02-11 13:24:28 +00:00
|
|
|
# Remove tests, examples binaries
|
|
|
|
rm -rf %{buildroot}%{_libdir}/uhd/{tests,examples}
|
2011-12-01 16:15:55 +00:00
|
|
|
|
|
|
|
# Move the utils stuff to libexec dir
|
|
|
|
mkdir -p %{buildroot}%{_libexecdir}/uhd
|
2014-02-11 13:24:28 +00:00
|
|
|
mv %{buildroot}%{_libdir}/uhd/utils/* %{buildroot}%{_libexecdir}/uhd
|
2011-12-01 16:15:55 +00:00
|
|
|
|
|
|
|
popd
|
|
|
|
# Package base docs to base package
|
|
|
|
mkdir _tmpdoc
|
2014-02-11 13:24:28 +00:00
|
|
|
mv %{buildroot}%{_docdir}/%{name}/{LICENSE,README.md} _tmpdoc
|
2011-12-01 16:15:55 +00:00
|
|
|
|
2012-02-10 10:14:18 +00:00
|
|
|
install -m 644 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/security/limits.d/99-usrp.conf
|
|
|
|
|
2012-06-06 22:07:49 +00:00
|
|
|
# firmware
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/uhd/images
|
|
|
|
cp -r images/images/* %{buildroot}%{_datadir}/uhd/images
|
|
|
|
|
2014-02-11 13:24:28 +00:00
|
|
|
# remove win stuff
|
|
|
|
rm -rf %{buildroot}%{_datadir}/uhd/images/winusb_driver
|
|
|
|
|
2013-06-05 19:01:38 +00:00
|
|
|
# convert hardlinks to symlinks (to not package the file twice)
|
|
|
|
pushd %{buildroot}%{_bindir}
|
2018-07-21 23:44:41 +00:00
|
|
|
for f in uhd_images_downloader usrp2_card_burner
|
2014-09-01 15:00:29 +00:00
|
|
|
do
|
|
|
|
unlink $f
|
2018-07-21 23:44:41 +00:00
|
|
|
ln -s ../..%{_libexecdir}/uhd/${f}.py $f
|
2014-09-01 15:00:29 +00:00
|
|
|
done
|
2013-06-05 19:01:38 +00:00
|
|
|
popd
|
|
|
|
|
2014-09-01 15:00:29 +00:00
|
|
|
# tools
|
|
|
|
install -Dpm 0755 tools/usrp_x3xx_fpga_jtag_programmer.sh %{buildroot}%{_bindir}/usrp_x3xx_fpga_jtag_programmer.sh
|
|
|
|
install -Dpm 0755 tools/uhd_dump/chdr_log %{buildroot}%{_bindir}/chdr_log
|
|
|
|
|
2019-04-15 21:15:36 +00:00
|
|
|
%if %{with wireshark}
|
2018-07-21 23:44:41 +00:00
|
|
|
# wireshark dissectors
|
|
|
|
pushd tools/dissectors
|
2021-02-01 20:01:45 +00:00
|
|
|
%cmake_install
|
2018-07-21 23:44:41 +00:00
|
|
|
popd
|
2021-02-01 20:01:45 +00:00
|
|
|
# fix wireshark dissectors location
|
|
|
|
mkdir -p %{buildroot}%{_libdir}/wireshark/plugins/%{wireshark_ver}
|
|
|
|
mv %{buildroot}%{_prefix}/epan %{buildroot}%{_libdir}/wireshark/plugins/%{wireshark_ver}
|
2019-04-15 21:15:36 +00:00
|
|
|
%endif
|
2018-07-21 23:44:41 +00:00
|
|
|
|
2020-04-16 22:43:05 +00:00
|
|
|
# add directory for modules
|
|
|
|
mkdir -p %{buildroot}%{_libdir}/uhd/modules
|
|
|
|
|
2019-01-22 17:41:14 +00:00
|
|
|
%ldconfig_scriptlets
|
2011-12-01 16:15:55 +00:00
|
|
|
|
2019-04-01 15:11:18 +00:00
|
|
|
%pre
|
|
|
|
getent group usrp >/dev/null || \
|
|
|
|
%{_sbindir}/groupadd -r usrp >/dev/null 2>&1
|
|
|
|
exit 0
|
|
|
|
|
2011-12-01 16:15:55 +00:00
|
|
|
%files
|
2014-02-11 13:24:28 +00:00
|
|
|
%exclude %{_docdir}/%{name}/doxygen
|
|
|
|
%exclude %{_datadir}/uhd/images
|
2011-12-01 16:15:55 +00:00
|
|
|
%doc _tmpdoc/*
|
2020-04-16 22:43:05 +00:00
|
|
|
%dir %{_libdir}/uhd
|
2022-04-21 19:32:44 +00:00
|
|
|
%{_bindir}/usrpctl
|
2014-09-01 15:00:29 +00:00
|
|
|
%{_bindir}/uhd_*
|
2018-07-21 23:44:41 +00:00
|
|
|
%{_bindir}/usrp2_*
|
2021-01-25 23:54:58 +00:00
|
|
|
%{_bindir}/rfnoc_image_builder
|
2021-07-02 17:26:00 +00:00
|
|
|
%{_bindir}/usrp_hwd.py
|
2014-08-29 13:24:07 +00:00
|
|
|
%{_prefix}/lib/udev/rules.d/10-usrp-uhd.rules
|
2012-02-10 10:14:18 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/security/limits.d/*.conf
|
2011-12-01 16:15:55 +00:00
|
|
|
%{_libdir}/lib*.so.*
|
2020-04-16 22:43:05 +00:00
|
|
|
%{_libdir}/uhd/modules
|
2011-12-01 16:15:55 +00:00
|
|
|
%{_libexecdir}/uhd
|
2013-06-05 19:01:38 +00:00
|
|
|
%{_mandir}/man1/*.1*
|
2014-02-11 13:24:28 +00:00
|
|
|
%{_datadir}/uhd
|
2019-11-08 22:49:25 +00:00
|
|
|
%{python3_sitearch}/uhd
|
2021-07-02 17:26:00 +00:00
|
|
|
%{python3_sitearch}/usrp_mpm
|
2011-12-01 16:15:55 +00:00
|
|
|
|
2012-06-06 22:07:49 +00:00
|
|
|
%files firmware
|
|
|
|
%dir %{_datadir}/uhd/images
|
|
|
|
%{_datadir}/uhd/images/*
|
|
|
|
|
2011-12-01 16:15:55 +00:00
|
|
|
%files devel
|
|
|
|
%{_includedir}/*
|
|
|
|
%{_libdir}/lib*.so
|
2015-03-06 13:44:38 +00:00
|
|
|
%{_libdir}/cmake/uhd/*.cmake
|
2011-12-01 16:15:55 +00:00
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
|
|
|
|
%files doc
|
2014-02-11 13:24:28 +00:00
|
|
|
%doc %{_docdir}/%{name}/doxygen
|
2011-12-01 16:15:55 +00:00
|
|
|
|
2014-09-01 15:00:29 +00:00
|
|
|
%files tools
|
|
|
|
%doc tools/README.md
|
|
|
|
%{_bindir}/usrp_x3xx_fpga_jtag_programmer.sh
|
|
|
|
%{_bindir}/chdr_log
|
|
|
|
|
2019-04-15 21:15:36 +00:00
|
|
|
%if %{with wireshark}
|
2018-07-21 23:44:41 +00:00
|
|
|
%files wireshark
|
2021-02-01 20:01:45 +00:00
|
|
|
%{_libdir}/wireshark/plugins/%{wireshark_ver}/epan/*
|
2019-04-15 21:15:36 +00:00
|
|
|
%endif
|
2018-07-21 23:44:41 +00:00
|
|
|
|
2011-12-01 16:15:55 +00:00
|
|
|
%changelog
|
2023-02-01 16:39:19 +00:00
|
|
|
* Wed Feb 1 2023 Jaroslav Škarvada <jskarvad@redhat.com> - 4.4.0.0-1
|
|
|
|
- New version
|
|
|
|
Resolves: rhbz#2164284
|
|
|
|
|
2023-01-21 05:44:28 +00:00
|
|
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.3.0.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2022-09-24 16:17:23 +00:00
|
|
|
* Sat Sep 24 2022 Jaroslav Škarvada <jskarvad@redhat.com> - 4.3.0.0-1
|
|
|
|
- New version
|
|
|
|
Resolves: rhbz#2124734
|
|
|
|
|
2022-07-29 21:30:17 +00:00
|
|
|
* Fri Jul 29 2022 Jaroslav Škarvada <jskarvad@redhat.com> - 4.2.0.1-1
|
|
|
|
- New version
|
|
|
|
Resolves: rhbz#2110023
|
|
|
|
|
2022-07-23 11:19:11 +00:00
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.0.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-06-20 10:27:34 +00:00
|
|
|
* Mon Jun 20 2022 Jaroslav Škarvada <jskarvad@redhat.com> - 4.2.0.0-3
|
|
|
|
- Rebuilt for new python
|
|
|
|
Resolves: rhbz#2099182
|
|
|
|
|
2022-05-04 09:42:27 +00:00
|
|
|
* Wed May 04 2022 Thomas Rodgers <trodgers@redhat.com> - 4.2.0.0-2
|
|
|
|
- Rebuilt for Boost 1.78
|
|
|
|
|
2022-04-21 13:04:27 +00:00
|
|
|
* Thu Apr 21 2022 Jaroslav Škarvada <jskarvad@redhat.com> - 4.2.0.0-1
|
|
|
|
- New version
|
|
|
|
Resolves: rhbz#2073640
|
|
|
|
|
2022-02-01 00:06:00 +00:00
|
|
|
* Tue Feb 1 2022 Jaroslav Škarvada <jskarvad@redhat.com> - 4.1.0.5-5
|
|
|
|
- Switched to the upstream patch to fix compilation on the s390x
|
|
|
|
|
2022-01-28 23:40:07 +00:00
|
|
|
* Fri Jan 28 2022 Jaroslav Škarvada <jskarvad@redhat.com> - 4.1.0.5-4
|
|
|
|
- Fixed images path
|
|
|
|
|
2022-01-28 15:41:50 +00:00
|
|
|
* Fri Jan 28 2022 Jaroslav Škarvada <jskarvad@redhat.com> - 4.1.0.5-3
|
|
|
|
- Defuzzified s390x patch
|
|
|
|
|
2022-01-22 03:27:22 +00:00
|
|
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.0.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-12-15 21:29:50 +00:00
|
|
|
* Wed Dec 15 2021 Jaroslav Škarvada <jskarvad@redhat.com> - 4.1.0.5-1
|
|
|
|
- New version
|
|
|
|
Resolves: rhbz#2029036
|
|
|
|
|
2021-10-04 17:38:52 +00:00
|
|
|
* Mon Oct 4 2021 Jaroslav Škarvada <jskarvad@redhat.com> - 4.1.0.4-1
|
|
|
|
- New version
|
|
|
|
Resolves: rhbz#2006293
|
|
|
|
|
2021-09-13 17:04:39 +00:00
|
|
|
* Mon Sep 13 2021 Jaroslav Škarvada <jskarvad@redhat.com> - 4.1.0.2-1
|
|
|
|
- New version
|
|
|
|
Resolves: rhbz#1989976
|
|
|
|
|
2021-08-06 22:55:47 +00:00
|
|
|
* Fri Aug 06 2021 Jonathan Wakely <jwakely@redhat.com> - 4.1.0.1-3
|
|
|
|
- Rebuilt for Boost 1.76
|
|
|
|
|
2021-07-23 19:58:22 +00:00
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.0.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-07-14 18:44:48 +00:00
|
|
|
* Wed Jul 14 2021 Jaroslav Škarvada <jskarvad@redhat.com> - 4.1.0.1-1
|
|
|
|
- New version
|
|
|
|
Resolves: rhbz#1982075
|
|
|
|
|
2021-07-02 17:26:00 +00:00
|
|
|
* Thu Jul 1 2021 Jaroslav Škarvada <jskarvad@redhat.com> - 4.1.0.0-1
|
|
|
|
- New version
|
|
|
|
Resolves: rhbz#1976430
|
|
|
|
|
2021-06-04 19:18:44 +00:00
|
|
|
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 4.0.0.0-4
|
|
|
|
- Rebuilt for Python 3.10
|
|
|
|
|
2021-03-30 18:36:21 +00:00
|
|
|
* Tue Mar 30 2021 Jonathan Wakely <jwakely@redhat.com> - 4.0.0.0-3
|
|
|
|
- Rebuilt for removed libstdc++ symbol (#1937698)
|
|
|
|
|
2021-02-08 11:27:53 +00:00
|
|
|
* Mon Feb 8 2021 Jaroslav Škarvada <jskarvad@redhat.com> - 4.0.0.0-2
|
|
|
|
- Fixed requires for wireshark plugin
|
|
|
|
Resolves: rhbz#1925577
|
|
|
|
|
2021-01-25 23:54:58 +00:00
|
|
|
* Mon Jan 25 2021 Jaroslav Škarvada <jskarvad@redhat.com> - 4.0.0.0-1
|
|
|
|
- New version
|
|
|
|
Resolves: rhbz#1918161
|
|
|
|
|
2021-01-22 20:53:53 +00:00
|
|
|
* Fri Jan 22 2021 Jonathan Wakely <jwakely@redhat.com> - 3.15.0.0-0.10.rc2
|
|
|
|
- Rebuilt for Boost 1.75
|
|
|
|
|
2020-12-05 04:03:00 +00:00
|
|
|
* Fri Dec 4 2020 Jeff Law <law@redhat.com> - 3.15.0.0-0.9.rc2
|
|
|
|
- Fix missing #includes for gcc-11
|
|
|
|
|
2020-08-05 11:16:04 +00:00
|
|
|
* Wed Aug 5 2020 Jaroslav Škarvada <jskarvad@redhat.com> - 3.15.0.0-0.8.rc2
|
|
|
|
- Fixed FTBFS
|
|
|
|
Resolves: rhbz#1865590
|
2020-08-05 12:27:54 +00:00
|
|
|
- Made doc arch due to bug in doxygen
|
2020-08-05 11:16:04 +00:00
|
|
|
|
2020-08-01 09:32:20 +00:00
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.15.0.0-0.7.rc2
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-29 13:13:12 +00:00
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.15.0.0-0.6.rc2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-06-03 12:02:16 +00:00
|
|
|
* Wed Jun 03 2020 Jonathan Wakely <jwakely@redhat.com> - 3.15.0.0-0.5.rc2
|
|
|
|
- Rebuilt and patched for Boost 1.73
|
|
|
|
|
2020-05-26 01:53:57 +00:00
|
|
|
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 3.15.0.0-0.4.rc2
|
|
|
|
- Rebuilt for Python 3.9
|
|
|
|
|
2020-04-16 22:43:05 +00:00
|
|
|
* Thu Apr 16 2020 Jaroslav Škarvada <jskarvad@redhat.com> - 3.15.0.0-0.3.rc2
|
|
|
|
- Provided uhd modules directory
|
|
|
|
|
2020-01-31 02:30:22 +00:00
|
|
|
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.15.0.0-0.2.rc2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-11-08 22:49:25 +00:00
|
|
|
* Fri Nov 8 2019 Jaroslav Škarvada <jskarvad@redhat.com> - 3.15.0.0-0.1.rc2
|
|
|
|
- New version
|
|
|
|
- Switched to Python 3
|
|
|
|
Resolves: rhbz#1738157
|
|
|
|
|
2019-08-03 11:31:33 +00:00
|
|
|
* Fri Aug 2 2019 Jaroslav Škarvada <jskarvad@redhat.com> - 3.14.1.0-1
|
|
|
|
- New version
|
|
|
|
- Disabled tests
|
|
|
|
Resolves: rhbz#1736932
|
|
|
|
|
2019-07-27 02:23:27 +00:00
|
|
|
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.14.0.0-3.201904023gitc52f3f41
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-04-23 16:21:38 +00:00
|
|
|
* Tue Apr 23 2019 Jaroslav Škarvada <jskarvad@redhat.com> - 3.14.0.0-2.201904023gitc52f3f41
|
|
|
|
- New git snapshot
|
|
|
|
- Added python2-numpy build requirement
|
|
|
|
- Re-enabled tests for upstream to easily reproduce the problem
|
|
|
|
|
2019-04-15 21:15:36 +00:00
|
|
|
* Mon Apr 15 2019 Jaroslav Škarvada <jskarvad@redhat.com> - 3.14.0.0-1.20190401gitac96d055
|
|
|
|
- New version, switched to git snapshot
|
|
|
|
- Conditionalized wireshark support
|
|
|
|
- Disabled wireshark support, it's currently broken (upstream ticket #268)
|
|
|
|
- Disabled tests, it's currently broken (upstream ticket #267)
|
|
|
|
- Dropped boost169 patch (not needed)
|
|
|
|
|
2019-04-01 15:11:18 +00:00
|
|
|
* Mon Apr 1 2019 Jaroslav Škarvada <jskarvad@redhat.com> - 3.12.0.0-5
|
|
|
|
- Re-introduced usrp group
|
|
|
|
Resolves: rhbz#1694665
|
|
|
|
|
2019-02-03 10:43:10 +00:00
|
|
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.0.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2019-01-29 16:28:25 +00:00
|
|
|
* Tue Jan 29 2019 Jonathan Wakely <jwakely@redhat.com> - 3.12.0.0-3
|
|
|
|
- Add upstream patches for Boost 1.69.0 header changes
|
|
|
|
|
2019-01-25 03:52:23 +00:00
|
|
|
* Fri Jan 25 2019 Jonathan Wakely <jwakely@redhat.com> - 3.12.0.0-3
|
|
|
|
- Rebuilt for Boost 1.69
|
|
|
|
|
2018-12-10 13:44:09 +00:00
|
|
|
* Mon Dec 10 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 3.12.0.0-2
|
|
|
|
- Rebuilt for new gnuradio
|
|
|
|
Resolves: rhbz#1625012
|
2018-12-10 14:00:51 +00:00
|
|
|
- Fixed python shebangs
|
2018-12-10 13:44:09 +00:00
|
|
|
|
2018-07-21 23:44:41 +00:00
|
|
|
* Fri Jul 20 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 3.12.0.0-1
|
|
|
|
- New version
|
|
|
|
Resolves: rhbz#1606606
|
|
|
|
- Dropped sdcc-3-fix patch (upstreamed)
|
|
|
|
- Dropped boost-gcc8-compile-fix patch (not needed)
|
|
|
|
- Packaged wireshark dissectors
|
|
|
|
|
2018-07-14 08:10:39 +00:00
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.10.3.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-28 06:37:59 +00:00
|
|
|
* Wed Feb 28 2018 Iryna Shcherbina <ishcherb@redhat.com> - 3.10.3.0-3
|
|
|
|
- Update Python 2 dependency declarations to new packaging standards
|
|
|
|
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
|
|
|
|
2018-02-09 08:06:27 +00:00
|
|
|
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.10.3.0-2
|
|
|
|
- Escape macros in %%changelog
|
|
|
|
|
2018-02-05 20:39:54 +00:00
|
|
|
* Fri Feb 2 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 3.10.3.0-1
|
|
|
|
- New version
|
|
|
|
|
2018-02-02 16:33:26 +00:00
|
|
|
* Fri Feb 2 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 3.10.1.0-10
|
|
|
|
- Rebuilt for new boost
|
|
|
|
|
2018-01-23 10:58:10 +00:00
|
|
|
* Tue Jan 23 2018 Jonathan Wakely <jwakely@redhat.com> - 3.10.1.0-9
|
|
|
|
- Rebuilt for Boost 1.66
|
|
|
|
|
2017-08-03 09:44:33 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.10.1.0-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-27 20:55:22 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.10.1.0-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-07-19 18:00:00 +00:00
|
|
|
* Wed Jul 19 2017 Jonathan Wakely <jwakely@redhat.com> - 3.10.1.0-6
|
|
|
|
- Rebuilt for s390x binutils bug
|
|
|
|
|
2017-07-04 09:19:38 +00:00
|
|
|
* Tue Jul 04 2017 Jonathan Wakely <jwakely@redhat.com> - 3.10.1.0-5
|
|
|
|
- Rebuilt for Boost 1.64
|
|
|
|
|
2017-05-15 20:16:18 +00:00
|
|
|
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.10.1.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
|
|
|
|
|
2017-02-11 16:39:17 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.10.1.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-01-30 22:00:16 +00:00
|
|
|
* Mon Jan 30 2017 Jonathan Wakely <jwakely@redhat.com> - 3.10.1.0-2
|
|
|
|
- Rebuilt for Boost 1.63
|
|
|
|
|
2016-11-22 14:50:47 +00:00
|
|
|
* Tue Nov 22 2016 Jaroslav Škarvada <jskarvad@redhat.com> - 3.10.1.0-1
|
|
|
|
- New version
|
|
|
|
- Dropped base64-decode-fix-off-by-one patch (upstreamed)
|
|
|
|
- Switched to new version numbering
|
|
|
|
- Switched image archive to xz
|
|
|
|
|
2016-05-25 12:56:22 +00:00
|
|
|
* Wed May 25 2016 Jaroslav Škarvada <jskarvad@redhat.com> - 3.9.4-2
|
|
|
|
- Fixed off by one in base64_decode by base64-decode-fix-off-by-one patch
|
|
|
|
Related: rhbz#1308204
|
|
|
|
|
2016-05-10 08:36:45 +00:00
|
|
|
* Tue May 10 2016 Jaroslav Škarvada <jskarvad@redhat.com> - 3.9.4-1
|
|
|
|
- New version
|
|
|
|
- Dropped 0001-fix-build patch (upstreamed)
|
|
|
|
|
2016-05-09 11:20:04 +00:00
|
|
|
* Mon May 9 2016 Jaroslav Škarvada <jskarvad@redhat.com> - 3.8.2-12
|
|
|
|
- Rebuilt to fix Boost ABI problem
|
|
|
|
|
2016-02-05 02:16:51 +00:00
|
|
|
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.2-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2016-01-16 00:49:45 +00:00
|
|
|
* Sat Jan 16 2016 Jonathan Wakely <jwakely@redhat.com> - 3.8.2-10
|
|
|
|
- Rebuilt for Boost 1.60
|
|
|
|
|
2015-08-27 19:07:25 +00:00
|
|
|
* Thu Aug 27 2015 Jonathan Wakely <jwakely@redhat.com> - 3.8.2-9
|
|
|
|
- Rebuilt for Boost 1.59
|
|
|
|
|
2015-08-06 00:16:29 +00:00
|
|
|
* Thu Aug 06 2015 Jonathan Wakely <jwakely@redhat.com> 3.8.2-8
|
2018-02-09 08:06:27 +00:00
|
|
|
- Bump %%release to match f23 branch
|
2015-08-06 00:16:29 +00:00
|
|
|
|
2015-07-29 18:29:08 +00:00
|
|
|
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8.2-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
|
|
|
|
|
2015-07-22 17:41:51 +00:00
|
|
|
* Wed Jul 22 2015 David Tardon <dtardon@redhat.com> - 3.8.2-6
|
|
|
|
- rebuild for Boost 1.58
|
|
|
|
|
2015-06-19 01:28:33 +00:00
|
|
|
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8.2-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-05-02 16:19:41 +00:00
|
|
|
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 3.8.2-4
|
|
|
|
- Rebuilt for GCC 5 C++11 ABI change
|
|
|
|
|
2015-03-12 13:11:13 +00:00
|
|
|
* Thu Mar 12 2015 Jaroslav Škarvada <jskarvad@redhat.com> - 3.8.2-3
|
|
|
|
- Enabled build on ppc64 on RHEL
|
|
|
|
|
2015-03-11 15:47:42 +00:00
|
|
|
* Wed Mar 11 2015 Jaroslav Škarvada <jskarvad@redhat.com> - 3.8.2-2
|
|
|
|
- Fixed building without NEON, especially on aarch64
|
|
|
|
Resolves: rhbz#1200836
|
|
|
|
|
2015-03-06 13:44:38 +00:00
|
|
|
* Fri Mar 6 2015 Jaroslav Škarvada <jskarvad@redhat.com> - 3.8.2-1
|
|
|
|
- New version
|
|
|
|
- Dropped uhd-dump-libs and wireshark-1.12-fix patches (both upstreamed)
|
|
|
|
|
2015-01-27 00:00:30 +00:00
|
|
|
* Tue Jan 27 2015 Petr Machata <pmachata@redhat.com> - 3.7.2-2
|
|
|
|
- Rebuild for boost 1.57.0
|
|
|
|
|
2014-09-01 15:00:29 +00:00
|
|
|
* Mon Sep 1 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 3.7.2-1
|
|
|
|
- New version
|
|
|
|
- Added tools subpackage (wireshark plugin disabled due to rhbz#1129419)
|
|
|
|
- Minor packaging fixes
|
|
|
|
|
2014-08-29 13:24:07 +00:00
|
|
|
* Fri Aug 29 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 3.6.2-6
|
|
|
|
- Migrated udev rule to dynamic ACL management
|
|
|
|
- Fixed udev rule location
|
|
|
|
- Group usrp is no more used / created
|
|
|
|
|
2014-08-18 06:48:40 +00:00
|
|
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.6.2-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-08-08 13:13:56 +00:00
|
|
|
* Fri Aug 8 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 3.6.2-4
|
|
|
|
- Added workaround for build failure on RHEL-7
|
|
|
|
|
2014-06-08 02:37:03 +00:00
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.6.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-22 19:52:39 +00:00
|
|
|
* Thu May 22 2014 Petr Machata <pmachata@redhat.com> - 3.6.2-2
|
|
|
|
- Rebuild for boost 1.55.0
|
|
|
|
|
2014-02-11 13:24:28 +00:00
|
|
|
* Tue Feb 11 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 3.6.2-1
|
|
|
|
- New version
|
|
|
|
Resolves: rhbz#1063587
|
|
|
|
|
2013-08-04 05:26:59 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-27 12:07:48 +00:00
|
|
|
* Sat Jul 27 2013 pmachata@redhat.com - 3.5.3-2
|
|
|
|
- Rebuild for boost 1.54.0
|
|
|
|
|
2013-06-05 19:01:38 +00:00
|
|
|
* Wed Jun 05 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 3.5.3-1
|
|
|
|
- New version
|
|
|
|
- Defuzzified no-neon patch
|
|
|
|
|
2013-02-10 01:38:00 +00:00
|
|
|
* Sun Feb 10 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 3.4.3-3
|
|
|
|
- Rebuild for Boost-1.53.0
|
|
|
|
|
2013-02-09 22:22:11 +00:00
|
|
|
* Sat Feb 09 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 3.4.3-2
|
|
|
|
- Rebuild for Boost-1.53.0
|
|
|
|
|
2012-08-22 08:55:44 +00:00
|
|
|
* Wed Aug 22 2012 Jaroslav Škarvada <jskarvad@redhat.com> - 3.4.3-1
|
|
|
|
- New version
|
|
|
|
|
2012-08-10 07:10:23 +00:00
|
|
|
* Fri Aug 10 2012 Jaroslav Škarvada <jskarvad@redhat.com> - 3.4.2-4
|
|
|
|
- Rebuilt for new boost
|
|
|
|
|
2012-07-22 01:28:56 +00:00
|
|
|
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-06-06 22:07:49 +00:00
|
|
|
* Wed Jun 6 2012 Jaroslav Škarvada <jskarvad@redhat.com> - 3.4.2-2
|
|
|
|
- Added firmware subpackage
|
|
|
|
Resolves: rhbz#769684
|
|
|
|
|
2012-05-24 13:53:37 +00:00
|
|
|
* Wed May 23 2012 Jaroslav Škarvada <jskarvad@redhat.com> - 3.4.2-1
|
|
|
|
- New version
|
|
|
|
- Removed usrp1-r45-dbsrx-i2c-fix patch (upstreamed)
|
|
|
|
- Fixed convert_test failure on ARM by no-neon patch
|
|
|
|
Resolves: rhbz#813393
|
|
|
|
|
2012-03-27 11:49:46 +00:00
|
|
|
* Tue Mar 27 2012 Jaroslav Škarvada <jskarvad@redhat.com> - 3.4.0-1
|
|
|
|
- New version
|
|
|
|
- Fixed lockup on USRP1 r4.5 + DBSRX + another i2c board combo
|
|
|
|
(usrp1-r45-dbsrx-i2c-fix patch)
|
|
|
|
Resolves: rhbz#804440
|
|
|
|
|
2012-03-19 09:45:30 +00:00
|
|
|
* Mon Mar 19 2012 Jaroslav Škarvada <jskarvad@redhat.com> - 3.3.2-1
|
|
|
|
- New version
|
|
|
|
|
2012-02-28 20:28:14 +00:00
|
|
|
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.1-4
|
|
|
|
- Rebuilt for c++ ABI breakage
|
|
|
|
|
2012-02-10 10:14:18 +00:00
|
|
|
* Fri Feb 10 2012 Jaroslav Škarvada <jskarvad@redhat.com> - 3.3.1-3
|
|
|
|
- Allowed UHD to boost the thread's scheduling priority
|
|
|
|
Resolves: rhbz#781540
|
|
|
|
|
2012-01-11 22:59:26 +00:00
|
|
|
* Wed Jan 11 2012 Jaroslav Škarvada <jskarvad@redhat.com> - 3.3.1-2
|
|
|
|
- Minor tweaks to %%pre scriptlet
|
|
|
|
- Fixed udev rules
|
|
|
|
- Added tkinter requires
|
|
|
|
Resolves: rhbz#769678
|
|
|
|
|
2011-12-02 16:19:18 +00:00
|
|
|
* Fri Dec 2 2011 Jaroslav Škarvada <jskarvad@redhat.com> - 3.3.1-1
|
|
|
|
- New version
|
|
|
|
|
2011-12-01 16:28:30 +00:00
|
|
|
* Thu Dec 1 2011 Jaroslav Škarvada <jskarvad@redhat.com> - 3.3.0-3
|
|
|
|
- Updated summary to be more descriptive
|
|
|
|
|
2011-12-01 16:15:55 +00:00
|
|
|
* Wed Nov 30 2011 Jaroslav Škarvada <jskarvad@redhat.com> - 3.3.0-2
|
|
|
|
- Fixed according to reviewer comments
|
|
|
|
|
|
|
|
* Tue Nov 01 2011 Jaroslav Škarvada <jskarvad@redhat.com> - 3.3.0-1
|
|
|
|
- Initial version
|