Hello community,

here is the log from the commit of package bcache-tools for openSUSE:Factory 
checked in at 2013-07-02 06:44:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bcache-tools (Old)
 and      /work/SRC/openSUSE:Factory/.bcache-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bcache-tools"

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

--- /dev/null   2013-06-28 09:24:09.524034006 +0200
+++ /work/SRC/openSUSE:Factory/.bcache-tools.new/bcache-tools.changes   
2013-07-02 06:44:08.000000000 +0200
@@ -0,0 +1,16 @@
+-------------------------------------------------------------------
+Wed Jun 26 21:30:55 UTC 2013 - [email protected]
+
+- Move udev rules to /usr/lib/udev/rules.d
+
+-------------------------------------------------------------------
+Tue Feb 26 09:07:16 UTC 2013 - [email protected]
+
+- Update to new current snapshot
+  42c182c6ab1530b5e3b18893f284da3eaec46e74 (0.1.g45)
+
+-------------------------------------------------------------------
+Mon Feb 21 13:58:10 UTC 2011 - [email protected]
+
+- create package 
+

New:
----
  bcache-tools-0.1.g45.tar.xz
  bcache-tools.changes
  bcache-tools.spec

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

Other differences:
------------------
++++++ bcache-tools.spec ++++++
#
# spec file for package bcache-tools
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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:           bcache-tools
Summary:        Configuration utilities for bcache
Version:        0.1.g45
#Snapshot:      42c182c6ab1530b5e3b18893f284da3eaec46e74
Release:        0
Group:          System/Base
License:        GPL-2.0
Url:            http://bcache.evilpiepirate.org/

#Git-Clone:     http://evilpiepirate.org/git/bcache-tools.git
Source:         %name-%version.tar.xz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  openssl-devel libuuid-devel xz

%description
This package contains utilities for configuring the bcache Module.

%prep
%setup -qn %name

%build
make all CFLAGS="%optflags" %{?_smp_mflags}

%install
b="%buildroot"
# Without these existing, make install would fail
mkdir -p "$b"/{sbin,%_sbindir,%_mandir/man8,/lib/udev/rules.d}
mkdir -p "$b/%_sysconfdir/initramfs-tools/scripts/init-premount"
mkdir -p "$b/%_sysconfdir/initramfs-tools/hooks"
make install DESTDIR="$b"
rm -Rf "$b/%_sysconfdir/initramfs-tools"
mkdir -p "$b/%_prefix/lib/udev/rules.d"
mv "$b/lib/udev/rules.d"/* "$b/%_prefix/lib/udev/rules.d/"

%files
%defattr(-,root,root)
%_sbindir/make-bcache
/sbin/probe-bcache
%dir %_prefix/lib/udev
%dir %_prefix/lib/udev/rules.d
%_prefix/lib/udev/rules.d/61-bcache.rules
%_mandir/man8/*.8*

%changelog
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to