From: Stephen Kitt Date: Wed, 2 Sep 2015 15:00:07 +0000 (+0200) Subject: Fix a couple of typos X-Git-Tag: release/beryllium~38 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=6fe9bc7fa8172757d524579df577880fa31f06e2;p=integration%2Fpackaging.git Fix a couple of typos Change-Id: I7b6a447a9649b30f95553a2c7ceb8e39ec862644 Signed-off-by: Stephen Kitt --- diff --git a/rpm/Vagrantfile b/rpm/Vagrantfile index ae09bfc..21c3bb0 100644 --- a/rpm/Vagrantfile +++ b/rpm/Vagrantfile @@ -5,6 +5,6 @@ VAGRANTFILE_API_VERSION = "2" Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| - # Build Vagrant box based on Fedora 21 + # Build Vagrant box based on CentOS 7.0 config.vm.box = "chef/centos-7.0" end diff --git a/rpm/opendaylight.spec b/rpm/opendaylight.spec index 5d2ce5b..e1391d6 100644 --- a/rpm/opendaylight.spec +++ b/rpm/opendaylight.spec @@ -64,7 +64,7 @@ cp ../../BUILD/opendaylight-systemd-%{commit}/opendaylight.service $RPM_BUILD_RO %postun # When the RPM is removed, the subdirs containing new files wouldn't normally # be deleted. Manually clean them up. -# Warning: This does assume there's no data there that should be persevered +# Warning: This does assume there's no data there that should be preserved rm -rf $RPM_BUILD_ROOT/opt/%name %files