rpms/apt/F-7 apt.spec,1.39,1.40

Axel Thimm (athimm) fedora-extras-commits at redhat.com
Thu Aug 2 12:12:34 UTC 2007


Author: athimm

Update of /cvs/extras/rpms/apt/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12036/F-7

Modified Files:
	apt.spec 
Log Message:
Fix bugs 247391, 249323


Index: apt.spec
===================================================================
RCS file: /cvs/extras/rpms/apt/F-7/apt.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- apt.spec	3 Jun 2007 09:22:58 -0000	1.39
+++ apt.spec	2 Aug 2007 12:12:02 -0000	1.40
@@ -6,7 +6,7 @@
 Summary: Debian's Advanced Packaging Tool with RPM support
 Name: apt
 Version: 0.5.15lorg3.2
-Release: 10%{?dist}
+Release: 11%{?dist}
 Group: System Environment/Base
 URL: http://apt-rpm.org/
 License: GPL
@@ -36,7 +36,7 @@
 # band aid for mmap issues (#211254)
 Patch1: apt-0.5.15lorg3.x-cache-corruption.patch
 
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
 # TODO: verify the required minimum Python version
 BuildRequires: python-devel >= 2.2
@@ -174,8 +174,7 @@
 mkdir -p %{buildroot}%{_sysconfdir}/apt/gpg/
 ln -s /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora \
  %{buildroot}%{_sysconfdir}/apt/gpg/gpg-pubkey-4f2a6fd2-3f9d9d3b
-ln -s /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-extras \
- %{buildroot}%{_sysconfdir}/apt/gpg/gpg-pubkey-1ac70ce6-41bebeef
+
 
 # Lua scripts
 mkdir -p %{buildroot}%{_datadir}/apt/scripts
@@ -228,6 +227,7 @@
 %files -f %{name}.lang
 %defattr(-, root, root)
 %doc AUTHORS* COPYING* ABOUT* TODO comps2prio.xsl doc/examples/ contrib/
+%doc ChangeLog
 
 %dir %{_sysconfdir}/apt/
 %config(noreplace) %{_sysconfdir}/apt/apt.conf
@@ -290,6 +290,9 @@
 
 
 %changelog
+* Thu Aug  2 2007 Axel Thimm <Axel.Thimm at ATrpms.net> - 0.5.15lorg3.2-11
+- Fix Fedora bug #247391.
+
 * Sun Jun  3 2007 Axel Thimm <Axel.Thimm at ATrpms.net> - 0.5.15lorg3.2-10
 - Make autoupdates a bit more quiet (Pierre Ossman
   <drzeus-bugzilla at drzeus.cx>).




More information about the fedora-extras-commits mailing list