Sha256: 501d83b771480dfb70d0bb3f1047cdda3807d6bb7edec5be4690d796eb2dddf0

Contents?: true

Size: 904 Bytes

Versions: 5

Compression:

Stored size: 904 Bytes

Contents

Name:           foreman-release
Version:        1
Release:        1
Summary:        Foreman repository files

Group:          System Environment/Base
License:        GPLv3+
URL:            http://theforeman.org/projects/foreman/
Source1:        foreman.repo
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch

%description
Foreman repository contains open source and other distributable software for
Fedora. This package contains the repository configuration for Yum.

%prep

%build

%install
rm -rf $RPM_BUILD_ROOT

# yum
install -dm 755 $RPM_BUILD_ROOT%{_sysconfdir}/yum.repos.d
install -pm 644 %{SOURCE1} \
    $RPM_BUILD_ROOT%{_sysconfdir}/yum.repos.d

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%config(noreplace) %{_sysconfdir}/yum.repos.d/*

%changelog
* Sun May 22 2011 <fenris02@fedoraproject.org> - 1-1
- Initial release

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
foreman_discovery-1.0.0 test/foreman_app/extras/foreman-release.spec
foreman_discovery-1.0.0.rc4 test/foreman_app/extras/foreman-release.spec
foreman_discovery-1.0.0.rc3 test/foreman_app/extras/foreman-release.spec
foreman_discovery-1.0.0.rc2 test/foreman_app/extras/foreman-release.spec
foreman_discovery-1.0.0.rc1 test/foreman_app/extras/foreman-release.spec