diff --git a/oz.spec b/oz.spec index bf404bf..1bfdd9b 100644 --- a/oz.spec +++ b/oz.spec @@ -1,7 +1,7 @@ Summary: Library and utilities for automated guest OS installs Name: oz Version: 0.16.0 -Release: 6%{?dist} +Release: 7%{?dist} License: LGPLv2 URL: http://github.com/clalancette/oz Source0: https://github.com/clalancette/%{name}/files/1209916/%{name}-%{version}.tar.gz @@ -63,8 +63,6 @@ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/oz/screenshots/ mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/oz cp oz.cfg $RPM_BUILD_ROOT%{_sysconfdir}/oz -sed -i -e 's|/usr/bin/python|/usr/bin/python2|' $RPM_BUILD_ROOT/%{_bindir}/oz* - %post if [ ! -f %{_sysconfdir}/oz/id_rsa-icicle-gen ]; then ssh-keygen -t rsa -b 2048 -N "" -f %{_sysconfdir}/oz/id_rsa-icicle-gen >& /dev/null @@ -93,6 +91,9 @@ fi %{_mandir}/man1/* %changelog +* Mon Dec 10 2018 Kevin Fenzi - 0.16.0-7 +- Drop unneeded sed fix. + * Mon Dec 10 2018 Kevin Fenzi - 0.16.0-6 - Add patch to add rnd device to provide faster random on boot.