Hello community,

here is the log from the commit of package debootstrap for openSUSE:Factory 
checked in at 2012-05-14 16:13:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/debootstrap (Old)
 and      /work/SRC/openSUSE:Factory/.debootstrap.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "debootstrap", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2012-05-03 01:24:41.895590051 +0200
+++ /work/SRC/openSUSE:Factory/.debootstrap.new/debootstrap.changes     
2012-05-14 16:13:49.000000000 +0200
@@ -0,0 +1,68 @@
+-------------------------------------------------------------------
+Thu May  3 19:06:28 UTC 2012 - frank.lichtenh...@sophos.com
+
+- Prepare for factory submission
+* Remove _service and add source file
+* Line-wrap description
+
+-------------------------------------------------------------------
+Sat Apr 28 17:07:00 UTC 2012 - frank.lichtenh...@sophos.com
+
+- update to 1.0.40
+
+-------------------------------------------------------------------
+Tue Mar 13 21:21:09 UTC 2012 - frank.lichtenh...@sophos.com
+
+- update to 1.0.39
+
+-------------------------------------------------------------------
+Fri Nov 25 21:46:23 UTC 2011 - frank.lichtenh...@sophos.com
+
+- update to 1.0.38
+
+-------------------------------------------------------------------
+Mon Oct 24 21:20:04 UTC 2011 - frank.lichtenh...@sophos.com
+
+- update to 1.0.37
+
+-------------------------------------------------------------------
+Tue Sep 20 12:53:03 UTC 2011 - frank.lichtenh...@sophos.com
+
+- update to 1.0.36
+
+-------------------------------------------------------------------
+Fri Aug 12 19:52:00 UTC 2011 - flichtenh...@astaro.com
+
+- update to 1.0.35
+
+-------------------------------------------------------------------
+Fri Jul 29 18:26:55 UTC 2011 - flichtenh...@astaro.com
+
+- update to 1.0.34
+
+-------------------------------------------------------------------
+Thu Jun  2 10:56:08 UTC 2011 - flichtenh...@astaro.com
+
+- update to 1.0.32
+
+-------------------------------------------------------------------
+Tue Mar 22 21:09:26 UTC 2011 - flichtenh...@astaro.com
+
+- update to 1.0.29
+
+-------------------------------------------------------------------
+Tue Feb 22 18:57:34 UTC 2011 - flichtenh...@astaro.com
+
+- update to 1.0.28
+
+-------------------------------------------------------------------
+Mon Feb 14 23:23:28 UTC 2011 - flichtenh...@astaro.com
+
+- update to 1.0.27
+
+-------------------------------------------------------------------
+Sat Jan 15 00:00:00 UTC 2011 - flichtenh...@astaro.com
+
+- initial packaging
+
+

New:
----
  debootstrap-norootforbuild.patch
  debootstrap.changes
  debootstrap.spec
  debootstrap_1.0.40.tar.gz
  devices.tar.gz

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

Other differences:
------------------
++++++ debootstrap.spec ++++++
#
# spec file for package debootstrap
#
# Copyright (c) 2012 Frank Lichtenheld <fr...@lichtenheld.de>
#
# 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/
#


Name:           debootstrap
Version:        1.0.40
Release:        0
Summary:        Bootstrap a basic Debian system
License:        MIT
Group:          Development/Tools/Other
Url:            http://packages.debian.org/debootstrap
Source0:        
http://ftp.de.debian.org/debian/pool/main/d/debootstrap/%{name}_%{version}.tar.gz
Source1:        devices.tar.gz
Patch0:         %{name}-norootforbuild.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch

%description
debootstrap is used to create a Debian base system from scratch,
without requiring the availability of dpkg or apt. It does this
by downloading .deb files from a mirror site, and carefully
unpacking them into a directory which can eventually be chrooted
into.

Authors:
--------
    Anthony Towns

%prep
%setup
%patch0 -p1

%build
cp %{SOURCE1} .

%install
%{__make} install DESTDIR=%{?buildroot}
gzip -9 debootstrap.8
install -D -m644 debootstrap.8.gz %{buildroot}/%{_mandir}/man8/debootstrap.8.gz

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,0755)
%doc README TODO debian/changelog debian/copyright
%{_sbindir}/debootstrap
%{_datadir}/debootstrap
%{_mandir}/man8/debootstrap.8.gz

%changelog
++++++ debootstrap-norootforbuild.patch ++++++
diff -ur debootstrap.orig/Makefile debootstrap/Makefile
--- debootstrap.orig/Makefile   2011-08-10 13:59:34.000000000 +0200
+++ debootstrap/Makefile        2011-08-12 21:57:41.329074862 +0200
@@ -19,14 +19,13 @@
        mkdir -p $(DESTDIR)/usr/sbin
 
        cp -a scripts/* $(DSDIR)/scripts/
-       install -o root -g root -m 0644 functions $(DSDIR)/
+       install -m 0644 functions $(DSDIR)/
 
        sed 's/@VERSION@/$(VERSION)/g' debootstrap 
>$(DESTDIR)/usr/sbin/debootstrap
-       chown root:root $(DESTDIR)/usr/sbin/debootstrap
        chmod 0755 $(DESTDIR)/usr/sbin/debootstrap
 
 ifeq ($(shell uname),Linux)
-       install -o root -g root -m 0644 devices.tar.gz $(DSDIR)/
+       install -m 0644 devices.tar.gz $(DSDIR)/
 endif
 
 devices.tar.gz:
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to