Mailinglist Archive: opensuse-commit (1192 mails)

< Previous Next >
commit git
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Thu, 07 Aug 2008 01:18:58 +0200
  • Message-id: <20080806231859.5BEFF67817A@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package git
checked in at Thu Aug 7 01:18:58 CEST 2008.


--------
--- git/git.changes 2008-06-25 00:04:08.000000000 +0200
+++ /mounts/work_src_done/STABLE/git/git.changes 2008-08-06
11:57:36.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Aug 6 11:50:51 CEST 2008 - anosek@xxxxxxx
+
+- fixed Add git xinetd.d file for ability to use yast2 (bnc#398361)
+ - created file git.xinetd to run git under xinetd daemon
+
+-------------------------------------------------------------------



New:
----
git.xinetd

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

Other differences:
------------------
++++++ git.spec ++++++
--- /var/tmp/diff_new_pack.p31281/_old 2008-08-07 01:18:44.000000000 +0200
+++ /var/tmp/diff_new_pack.p31281/_new 2008-08-07 01:18:44.000000000 +0200
@@ -2,9 +2,16 @@
# spec file for package git (Version 1.5.6)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# This file and all modifications and additions to the pristine
-# package are under the same license as the package itself.
#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

@@ -14,7 +21,7 @@
Name: git
BuildRequires: asciidoc curl-devel libopenssl-devel sgml-skel xmlto
Version: 1.5.6
-Release: 1
+Release: 38
Summary: Fast, scalable, distributed revision control system
License: GPL v2 or later
Group: Development/Tools/Version Control
@@ -23,6 +30,7 @@
Source1: apache2-gitweb.conf
Source2: sysconfig.git-daemon
Source3: git-daemon.init
+Source4: git.xinetd
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: git-core = %{version} git-svn = %{version} git-cvs =
%{version}
Requires: git-arch = %{version} git-email = %{version} gitk = %{version}
@@ -212,6 +220,8 @@
install -d -m 755 $RPM_BUILD_ROOT/var/adm/fillup-templates
install -m 644 %{SOURCE2}
$RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.git-daemon
install -d -m 755 $RPM_BUILD_ROOT/srv/git
+install -d -m 755 $RPM_BUILD_ROOT/etc/xinetd.d
+install -m 644 %{S:4} $RPM_BUILD_ROOT/etc/xinetd.d/git
###
(find $RPM_BUILD_ROOT%{_bindir} -type f | grep -vE
"archimport|svn|cvs|email|gitk|daemon" | sed -e s@^$RPM_BUILD_ROOT@@)
> bin-man-doc-files
(find $RPM_BUILD_ROOT%{_mandir} $RPM_BUILD_ROOT/Documentation -type f | grep
-vE "archimport|svn|git-cvs|email|gitk|daemon" | sed -e s@^$RPM_BUILD_ROOT@@ -e
's/$/*/' ) >> bin-man-doc-files
@@ -283,6 +293,7 @@
/var/adm/fillup-templates/sysconfig.git-daemon
%{!?_without_docs: %{_mandir}/man1/*daemon*.1*}
%{!?_without_docs: %doc Documentation/*daemon*.html }
+%config(noreplace) /etc/xinetd.d/git

%files -n gitk
%defattr(-,root,root)
@@ -311,6 +322,9 @@
/usr/share/git-web

%changelog
+* Wed Aug 06 2008 anosek@xxxxxxx
+- fixed Add git xinetd.d file for ability to use yast2 (bnc#398361)
+ - created file git.xinetd to run git under xinetd daemon
* Wed Jun 25 2008 dmueller@xxxxxxx
- update to 1.5.6:
* http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.5.6.txt





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



Remember to have fun...

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

< Previous Next >
This Thread