Mailinglist Archive: opensuse-commit (1500 mails)

< Previous Next >
commit ivman
  • From: root@xxxxxxx (h_root)
  • Date: Fri, 17 Nov 2006 19:03:30 +0100 (CET)
  • Message-id: <20061117180330.2AE6819AB14@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package ivman
checked in at Fri Nov 17 19:03:30 CET 2006.

--------
--- ivman/ivman.changes 2006-11-16 14:04:22.000000000 +0100
+++ /mounts/work_src_done/STABLE/ivman/ivman.changes 2006-11-17 12:38:12.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Nov 17 12:38:05 CET 2006 - lnussel@xxxxxxx
+
+- add halmount manpage
+
+-------------------------------------------------------------------

New:
----
halmount.1

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ivman.spec ++++++
--- /var/tmp/diff_new_pack.zdmO7K/_old 2006-11-17 19:03:12.000000000 +0100
+++ /var/tmp/diff_new_pack.zdmO7K/_new 2006-11-17 19:03:12.000000000 +0100
@@ -16,10 +16,11 @@
Group: System/Daemons
URL: http://ivman.sourceforge.net/
Version: 0.6.12
-Release: 32
+Release: 34
Source0: http://puzzle.dl.sourceforge.net/sourceforge/ivman/%name-%version.tar.bz2
Source1: halmount.py
Source2: ivman.init
+Source3: halmount.1
Patch0: %{name}-config.patch
Patch1: %{name}-0.6.12-dbus_error.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -58,6 +59,8 @@
make DESTDIR=$RPM_BUILD_ROOT install
install -m 755 %{S:1} $RPM_BUILD_ROOT%_bindir
ln -s halmount.py $RPM_BUILD_ROOT%_bindir/halmount
+install -d -m 755 %{buildroot}%{_mandir}/man1
+install -m 644 %{SOURCE3} %{buildroot}%{_mandir}/man1
%find_lang %{name}
mkdir -p $RPM_BUILD_ROOT/etc/init.d
install -m 755 %{S:2} $RPM_BUILD_ROOT/etc/init.d/%{name}
@@ -81,10 +84,13 @@
%_sysconfdir/%name
%config /etc/init.d/%{name}
%_bindir/*
+%_mandir/man1/*
%_mandir/man5/*
%_mandir/man8/*

%changelog -n ivman
+* Fri Nov 17 2006 - lnussel@xxxxxxx
+- add halmount manpage
* Thu Nov 16 2006 - lnussel@xxxxxxx
- fix halmount exit code handling. it was sometimes printed rather
than used as exit code (#221002)




++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >