summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2015-01-27 17:31:20 +0100
committerMichael Adam <obnox@samba.org>2015-01-27 17:44:02 +0100
commit45efc3f25d27e295de07d00b6722f4456db71d3c (patch)
tree26336e2a57f63ccc6ab46d619c50cffb9af5925c
parent4f6b80e6bd1eedfd29ad28937f1e3f90357be50a (diff)
downloadfedora-vagrant-lxc-45efc3f25d27e295de07d00b6722f4456db71d3c.tar.gz
fedora-vagrant-lxc-45efc3f25d27e295de07d00b6722f4456db71d3c.tar.xz
fedora-vagrant-lxc-45efc3f25d27e295de07d00b6722f4456db71d3c.zip
Cleanup specfile somewhat.HEADmaster
-rw-r--r--vagrant-lxc.spec20
1 files changed, 7 insertions, 13 deletions
diff --git a/vagrant-lxc.spec b/vagrant-lxc.spec
index aa451a8..609b242 100644
--- a/vagrant-lxc.spec
+++ b/vagrant-lxc.spec
@@ -2,7 +2,7 @@
Name: %{vagrant_plugin_name}
Version: 1.1.0
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: LXC provider for vagrant
Group: Development/Languages
License: MIT
@@ -20,17 +20,11 @@ Requires(posttrans): vagrant
Requires(preun): vagrant
Requires: ruby(release)
Requires: ruby(rubygems)
-### Requires: rubygem(fog) => 1.23
-### Requires: rubygem(fog) < 2
-### Requires: rubygem(nokogiri) => 1.6.0
-### Requires: rubygem(nokogiri) < 1.7
-### Requires: rubygem(multi_json)
Requires: lxc
Requires: vagrant
BuildRequires: vagrant
BuildRequires: rubygem(rspec) < 3
-### BuildRequires: rubygem(fog)
BuildArch: noarch
%description
@@ -71,13 +65,10 @@ echo "%vagrant ALL=(root) NOPASSWD: %{vagrant_plugin_instdir}/scripts/vagrant-lx
mkdir -p %{buildroot}%{_sysconfdir}/sudoers.d
install -m 0440 ./sudoers_file %{buildroot}%{_sysconfdir}/sudoers.d/vagrant-lxc
-
-# polkit rule for vagrant group.
-#mkdir -p %{buildroot}%{_datadir}/polkit-1/rules.d
-#install -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/polkit-1/rules.d/
-
# TODO: enable check.
-# (currently rubygem-hitimes is missing)
+# currently rubygem-hitimes is missing, but
+# Problems building under f21 and newer:
+# https://bugzilla.redhat.com/show_bug.cgi?id=1068980
#
#%check
#pushd .%{vagrant_plugin_instdir}
@@ -131,6 +122,9 @@ getent group vagrant >/dev/null || groupadd -r vagrant
%{vagrant_plugin_instdir}/vagrant-spec.config.rb
%changelog
+* Tue Jan 27 2015 Michael Adam <madam@redhat.com> - 1.1.0-5
+- Cleanup specfile.
+
* Mon Jan 26 2015 Michael Adam <madam@redhat.com> - 1.1.0-4
- Ship precreated sudo-wrapper and sudoers file.