Author: pmatilai
Update of /cvs/pkgs/rpms/apt/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10124
Modified Files: apt.spec Added Files: apt-0.5.15lorg3.95.git416-cronjob.patch Log Message: - dont enable update "service" by default (#445096)
apt-0.5.15lorg3.95.git416-cronjob.patch:
--- NEW FILE apt-0.5.15lorg3.95.git416-cronjob.patch --- commit 49f452cf84f8e8f3a681d247ad2a744993ebb989 Author: Panu Matilainen pmatilai@redhat.com Date: Tue Dec 23 10:46:56 2008 +0200
Don't enable cronjob by default (rhbz#445096) - seems the new INIT INFO stuff overrides whatever chkconfig was told, duh...
diff --git a/contrib/apt-cron/apt.init b/contrib/apt-cron/apt.init index a4a0d93..134fc65 100644 --- a/contrib/apt-cron/apt.init +++ b/contrib/apt-cron/apt.init @@ -15,8 +15,8 @@ # Provides: lsb-apt-cron # Required-Start: $local_fs $network # Required-Stop: $local_fs $network -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 +# Default-Start: +# Default-Stop: # Short-Description: Enable or disable automated updates via apt-rpm # Description: Enable or disable automated updates via apt-rpm ### END INIT INFO
Index: apt.spec =================================================================== RCS file: /cvs/pkgs/rpms/apt/devel/apt.spec,v retrieving revision 1.59 retrieving revision 1.60 diff -u -r1.59 -r1.60 --- apt.spec 23 Dec 2008 07:49:53 -0000 1.59 +++ apt.spec 31 Dec 2008 09:11:59 -0000 1.60 @@ -10,7 +10,7 @@ Summary: Debian's Advanced Packaging Tool with RPM support Name: apt Version: %{aptver} -Release: 0.%{snapver}.1%{?dist} +Release: 0.%{snapver}.2%{?dist} Group: System Environment/Base URL: http://apt-rpm.org/ # SourceLicense: GPLv2+ except lua/ which is MIT @@ -41,6 +41,9 @@ # band aid for mmap issues (#211254) Patch1: apt-0.5.15lorg3.x-cache-corruption.patch
+# Patches already upstream +Patch100: apt-0.5.15lorg3.95.git416-cronjob.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
# TODO: verify the required minimum Python version @@ -127,6 +130,8 @@ %patch0 -p1 -b .ppc %patch1 -p0 -b .mmap
+%patch100 -p1 -b .cronjob + install -pm 644 %{SOURCE19} comps2prio.xsl
# don't require python, lua etc because of stuff in doc/contrib @@ -292,6 +297,9 @@
%changelog +* Wed Dec 31 2008 Panu Matilainen pmatilai@redhat.com - 0.5.15lorg3.95-0.git416.2 +- dont enable update "service" by default (#445096) + * Tue Dec 23 2008 Panu Matilainen pmatilai@redhat.com - 0.5.15lorg3.95-0.git416.1 - Update to upstream snapshot to get something remotely working... - Link to external Lua to match what rpm uses (#470728)
scm-commits@lists.fedoraproject.org