Mailinglist Archive: opensuse-commit (1301 mails)
| < Previous | Next > |
commit amanda
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 13 Jul 2007 02:15:22 +0200
- Message-id: <20070713001523.20259678182@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package amanda
checked in at Fri Jul 13 02:15:22 CEST 2007.
--------
--- amanda/amanda.changes 2007-06-08 16:42:53.000000000 +0200
+++ /mounts/work_src_done/STABLE/amanda/amanda.changes 2007-07-12 18:24:04.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Jul 12 18:23:38 CEST 2007 - lmichnovic@xxxxxxx
+
+- added upstream chg-multi.patch
+- fixed missing shellbang (shellbang.patch)
+
+-------------------------------------------------------------------
New:
----
amanda-2.5.2.1-chg-multi.patch
amanda-2.5.2.1-shellbang.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ amanda.spec ++++++
--- /var/tmp/diff_new_pack.F16442/_old 2007-07-13 02:14:39.000000000 +0200
+++ /var/tmp/diff_new_pack.F16442/_new 2007-07-13 02:14:39.000000000 +0200
@@ -13,14 +13,14 @@
BuildRequires: cups-libs dump gawk gnuplot krb5-devel libsmbclient libsmbclient-devel libxslt lprng mailx mtx popt-devel readline-devel samba-client sendmail
%define package_version 2.5.2p1
Version: 2.5.2.1
-Release: 1
+Release: 9
Prereq: /usr/sbin/useradd permissions
Requires: glibc-devel
Requires: ncurses-devel
Requires: dump /usr/bin/smbclient
Autoreqprov: on
Group: Productivity/Archiving/Backup
-License: GNU General Public License (GPL), X11/MIT
+License: GPL v2 or later, X11/MIT
URL: http://www.amanda.org/
Summary: Network Disk Archiver
Source: %{name}-%{package_version}.tar.bz2
@@ -28,6 +28,9 @@
Source2: AMANDA-HOWTO-Collection.pdf.tar.bz2
Patch1: %{name}-%{version}-pie.patch
Patch2: %{name}-%{version}-no_chown.patch
+Patch3: %{name}-%{version}-shellbang.patch
+# upstream patch
+Patch4: %{name}-%{version}-chg-multi.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -56,6 +59,8 @@
%setup -q -T -D -a 2 -n %{name}-%{package_version}
%patch1
%patch2
+%patch3
+%patch4
%build
%{suse_update_config ./ config}
@@ -237,6 +242,9 @@
%exclude %{_libdir}/lib*.a
%changelog
+* Thu Jul 12 2007 - lmichnovic@xxxxxxx
+- added upstream chg-multi.patch
+- fixed missing shellbang (shellbang.patch)
* Fri Jun 08 2007 - lmichnovic@xxxxxxx
- update 2.5.2p1
* Many IPv6 bugs fixed:
++++++ amanda-2.5.2.1-chg-multi.patch ++++++
--- changer-src/chg-multi.sh.in
+++ changer-src/chg-multi.sh.in
@@ -325,7 +325,7 @@
echo $answer
exit 2
fi
- echo `_ ' -> offline'` "$device"` >> $logfile
+ echo `_ ' -> offline'` "$device" >> $logfile
$MT $MTF $device offline >> $logfile 2>&1
if [ $? -ne 0 ]; then
answer=`_ '%s %s: %s: unable to change to slot %s' "$newslot" "$pname" "$device" "$curslot"`
++++++ amanda-2.5.2.1-shellbang.patch ++++++
--- changer-src/chg-lib.sh.in
+++ changer-src/chg-lib.sh.in
@@ -1,3 +1,5 @@
+#! @SHELL@
+#
################################################################################
# You may want to customize these values
################################################################################
--- dumper-src/generic-dumper.pl.in
+++ dumper-src/generic-dumper.pl.in
@@ -1,3 +1,5 @@
+#! @PERL@
+#
require "newgetopt.pl";
use Text::ParseWords;
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |