From 9f7ff28c339990a597b45cade34a4b447b36fdf6 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: May 11 2009 22:41:51 +0000 Subject: - First attempt at release candidate. - Drop the compose configs, that's in spin-kickstarts - Enable fedora and updates repo, disable rawhide --- diff --git a/.cvsignore b/.cvsignore index 8f8e441..40305b0 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -fedora-release-10.93.tar.gz +fedora-release-11.tar.gz diff --git a/fedora-release.spec b/fedora-release.spec index 1197e22..2729c07 100644 --- a/fedora-release.spec +++ b/fedora-release.spec @@ -3,8 +3,8 @@ Summary: Fedora release files Name: fedora-release -Version: 10.93 -Release: 2 +Version: 11 +Release: 1 License: GPLv2 Group: System Environment/Base URL: http://fedoraproject.org @@ -55,11 +55,6 @@ for file in fedora*repo ; do install -m 644 $file $RPM_BUILD_ROOT/etc/yum.repos.d done -install -d -m 755 $RPM_BUILD_ROOT/%{_datadir}/%{name} -for file in compose/*; do - install -m 644 $file $RPM_BUILD_ROOT/%{_datadir}/%{name} -done - # Set up the dist tag macros install -d -m 755 $RPM_BUILD_ROOT/etc/rpm cat >> $RPM_BUILD_ROOT/etc/rpm/macros.dist << EOF @@ -85,12 +80,15 @@ rm -rf $RPM_BUILD_ROOT %config(noreplace) %attr(0644,root,root) /etc/issue %config(noreplace) %attr(0644,root,root) /etc/issue.net %config %attr(0644,root,root) /etc/rpm/macros.dist -%dir %{_datadir}/%{name} -%{_datadir}/%{name}/* %dir /etc/pki/rpm-gpg /etc/pki/rpm-gpg/* %changelog +* Mon May 11 2009 Jesse Keating - 11-1 +- First attempt at release candidate. +- Drop the compose configs, that's in spin-kickstarts +- Enable fedora and updates repo, disable rawhide + * Tue Apr 21 2009 Jesse Keating - 10.93-2 - Drop reference to the "test" key, we only do one key per release now diff --git a/sources b/sources index 088d591..861feb4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7bbe40b08c8d3f03b2190c4dd87ddef3 fedora-release-10.93.tar.gz +60c9fb3d4ec91db65134137b2cb77b41 fedora-release-11.tar.gz