diff options
author | lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-03-14 03:35:37 +0000 |
---|---|---|
committer | lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-03-14 03:35:37 +0000 |
commit | 086050d63a7153541e33d7cf15735778efbaa970 (patch) | |
tree | 4e9c550aa6c19bc0f21991981a42c534e1a47332 | |
parent | 72f1e8a468ee612f5fb02f2b24e748a1f75b5385 (diff) | |
download | puppet-086050d63a7153541e33d7cf15735778efbaa970.tar.gz |
Minor changes from Fedora Extras review
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1029 980ebf18-57e1-0310-9a29-db15c13687c0
-rw-r--r-- | conf/redhat/puppet.spec | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/conf/redhat/puppet.spec b/conf/redhat/puppet.spec index f4f1bb145..01df472d6 100644 --- a/conf/redhat/puppet.spec +++ b/conf/redhat/puppet.spec @@ -15,7 +15,10 @@ Source: http://reductivelabs.com/downloads/puppet/%{name}-%{version}.tgz Requires: ruby >= 1.8.1 Requires: facter >= 1.1 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildArchitectures: noarch +# It's not possible to build ruby noarch packages currently +# See bz184199 +#BuildArchitectures: noarch +BuildRequires: ruby >= 1.8.1 %description Puppet lets you centrally manage every important aspect of your system using a @@ -120,6 +123,12 @@ fi %{__rm} -rf %{buildroot} %changelog +* Mon Mar 13 2006 David Lutterkort <dlutter@redhat.com> - 0.15.0-1 +- Commented out noarch; requires fix for bz184199 + +* Mon Mar 6 2006 David Lutterkort <dlutter@redhat.com> - 0.14.0-1 +- Added BuildRequires for ruby + * Wed Mar 1 2006 David Lutterkort <dlutter@redhat.com> - 0.13.5-1 - Removed use of fedora-usermgmt. It is not required for Fedora Extras and makes it unnecessarily hard to use this rpm outside of Fedora. Just |