Drop unneeded sed fix.

This commit is contained in:
Kevin Fenzi 2018-12-10 15:14:09 -08:00
parent e452926198
commit 0343824d45
1 changed files with 4 additions and 3 deletions

View File

@ -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 <kevin@scrye.com> - 0.16.0-7
- Drop unneeded sed fix.
* Mon Dec 10 2018 Kevin Fenzi <kevin@scrye.com> - 0.16.0-6
- Add patch to add rnd device to provide faster random on boot.