diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-05-05 18:38:24 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-05-05 18:38:24 +0200 |
commit | 42560fed5d3dec934d8df9105d91c0b8f4f82412 (patch) | |
tree | c6c2d464c5c9f59dfffc0d75790e7c798494df9a | |
parent | 2e00eeca8d0b83088ed6746df28a71d38fb244b8 (diff) |
remi-release for Fedora 17
-rw-r--r-- | remi-fc.repo | 7 | ||||
-rw-r--r-- | remi-release.spec | 10 |
2 files changed, 11 insertions, 6 deletions
diff --git a/remi-fc.repo b/remi-fc.repo index 3af1ef6..48d60ad 100644 --- a/remi-fc.repo +++ b/remi-fc.repo @@ -16,3 +16,10 @@ gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi failovermethod=priority +[remi-dev] +name=Les RPM experimentaux de remi en test pour Fedora $releasever - $basearch +baseurl=http://rpms.famillecollet.com/fedora/$releasever/devs/$basearch/ +enabled=0 +gpgcheck=1 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi + diff --git a/remi-release.spec b/remi-release.spec index 8aba668..d1d0a54 100644 --- a/remi-release.spec +++ b/remi-release.spec @@ -9,7 +9,6 @@ License: GPL URL: http://remi.collet.free.fr Source0: RPM-GPG-KEY-remi Source1: remi-fc.repo -Source2: remi.channel Source3: remi.list BuildRoot: %{_tmppath}/%{name}-%{version} BuildArchitectures: noarch @@ -65,10 +64,6 @@ install -m 644 -p %{SOURCE3} \ %{buildroot}%{_sysconfdir}/apt/sources.list.d/remi.list ln -s ../../pki/rpm-gpg/RPM-GPG-KEY-remi \ %{buildroot}%{_sysconfdir}/apt/gpg/gpg-pubkey-00f97f56-467e318a - -# SMART -install -Dp -m 644 %{SOURCE2} \ - %{buildroot}%{_sysconfdir}/smart/channels/remi.channel %endif %clean @@ -86,10 +81,13 @@ rm -rf %{buildroot} %if %{fedora} > 5 %{_sysconfdir}/apt/gpg/gpg-pubkey-00f97f56-467e318a %config(noreplace) %{_sysconfdir}/apt/sources.list.d/remi.list -%config %{_sysconfdir}/smart/channels/remi.channel %endif %changelog +* Sat May 05 2012 Remi Collet <RPMS@FamilleCollet.com> - 17-6.fc17.remi +- Fedora release 17 (Beefy Miracle) +- drop Smart config + * Sun Oct 02 2011 Remi Collet <RPMS@FamilleCollet.com> - 16-6.fc16.remi - F16 build - Verne |