rpms/fedora-package-config-apt/F-9 fedora-updates-newkey.list, NONE, 1.1 fedora-package-config-apt.spec, 1.9, 1.10

Axel Thimm athimm at fedoraproject.org
Sat Sep 13 15:34:58 UTC 2008


Author: athimm

Update of /cvs/extras/rpms/fedora-package-config-apt/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1546/F-9

Modified Files:
	fedora-package-config-apt.spec 
Added Files:
	fedora-updates-newkey.list 
Log Message:
Temporary location of updates for F9/F8.


--- NEW FILE fedora-updates-newkey.list ---
# Fedora 
repomd http://download.fedora.redhat.com/pub/ fedora/linux/updates/$(VERSION)/$(ARCH).newkey/

# Debug packages
#repomd http://download.fedora.redhat.com/pub/ fedora/linux/updates/$(VERSION)/$(ARCH)/debug.newkey/

# sources
#repomd-src http://download.fedora.redhat.com/pub/ fedora/linux/updates/$(VERSION)/SRPMS.newkey/


Index: fedora-package-config-apt.spec
===================================================================
RCS file: /cvs/extras/rpms/fedora-package-config-apt/F-9/fedora-package-config-apt.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- fedora-package-config-apt.spec	25 Aug 2008 12:15:07 -0000	1.9
+++ fedora-package-config-apt.spec	13 Sep 2008 15:34:28 -0000	1.10
@@ -1,7 +1,7 @@
 Summary: Fedora configuration files for the apt-rpm package manager
 Name: fedora-package-config-apt
 Version: 9
-Release: 3
+Release: 3.transitional
 # Nothing in here has copyright, much less license attribution, however,
 # since this is "upstream", we'll take this statement as the author's intent,
 # and use GPL+ here (since no version is specified).
@@ -12,6 +12,7 @@
 # 100-149 for sources.list.d
 Source100:      fedora.list
 Source101:      fedora-updates.list
+Source1010:	fedora-updates-newkey.list
 Source102:      fedora-devel.list
 
 # 150-199 for apt.conf.d
@@ -47,7 +48,7 @@
   %{buildroot}%{_sysconfdir}/apt/vendors.list.d/fedora.list
 
 # Default source list entries
-for source in %{SOURCE100} %{SOURCE101} %{SOURCE102}; do
+for source in %{SOURCE100} %{SOURCE101} %{SOURCE1010} %%{SOURCE102}; do
   install -pm 644 $source %{buildroot}%{_sysconfdir}/apt/sources.list.d/
 done
 
@@ -65,6 +66,9 @@
 
 
 %changelog
+* Sat Sep 13 2008 Axel Thimm <Axel.Thimm at ATrpms.net> - 9-3.transitional
+- Temporary location of updates for F9/F8.
+
 * Wed May 21 2008 Tom "spot" Callaway <tcallawa at redhat.com>
 - fix license tag
 




More information about the fedora-extras-commits mailing list