commit gfs2-utils for openSUSE:Factory

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package gfs2-utils for openSUSE:Factory 
checked in at 2016-08-09 22:14:34

Comparing /work/SRC/openSUSE:Factory/gfs2-utils (Old)
 and  /work/SRC/openSUSE:Factory/.gfs2-utils.new (New)


Package is "gfs2-utils"

Changes:

--- /work/SRC/openSUSE:Factory/gfs2-utils/gfs2-utils.changes2015-01-29 
09:58:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.gfs2-utils.new/gfs2-utils.changes   
2016-08-09 22:14:36.0 +0200
@@ -1,0 +2,7 @@
+Wed Aug  3 03:27:36 UTC 2016 - z...@suse.com
+
+- Update to version 3.1.9 
+- Fix RPM building error due to upstream putting all binaries
+  into /usr/sbin now
+
+---

Old:

  gfs2-utils-3.1.7.tar.xz

New:

  gfs2-utils-3.1.9.tar.xz



Other differences:
--
++ gfs2-utils.spec ++
--- /var/tmp/diff_new_pack.vyaWRX/_old  2016-08-09 22:14:37.0 +0200
+++ /var/tmp/diff_new_pack.vyaWRX/_new  2016-08-09 22:14:37.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gfs2-utils
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -14,25 +14,27 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 Name:  gfs2-utils
-Version:   3.1.7
+Version:3.1.9
 Release:   0
+Summary:Utilities for managing the global file system (GFS2)
 License:   GPL-2.0+ and LGPL-2.0+
 Group: System/Filesystems
-Summary:   Utilities for managing the global file system (GFS2)
-BuildRequires: ncurses-devel
-BuildRequires: kernel-headers
 BuildRequires: automake
-BuildRequires: perl
-BuildRequires: libtool
-BuildRequires: zlib-devel
-BuildRequires: gettext-devel
 BuildRequires: bison
+BuildRequires:  check-devel
 BuildRequires: flex
+BuildRequires:  gettext-devel
+BuildRequires:  kernel-headers
 BuildRequires: libblkid-devel
+BuildRequires:  libtool
+BuildRequires:  ncurses-devel
+BuildRequires:  perl
 BuildRequires: pkg-config
-BuildRequires: check-devel
-URL: https://fedorahosted.org/cluster/wiki/HomePage
+BuildRequires:  zlib-devel
+Url:https://fedorahosted.org/cluster/wiki/HomePage
 
 # The source for this package was pulled from the upstream git tree.
 # Use the following commands to generate the tarball:
@@ -63,18 +65,24 @@
 rm -rf %{buildroot}
 make -C gfs2 install DESTDIR=%{buildroot}
 # Don't ship gfs2_{trace,lockcapture} in this package
-rm -f %{buildroot}/sbin/gfs2_trace
-rm -f %{buildroot}/sbin/gfs2_lockcapture
+rm -f %{buildroot}%{_sbindir}/gfs2_trace
+rm -f %{buildroot}%{_sbindir}/gfs2_lockcapture
 rm -f %{buildroot}%{_mandir}/man8/gfs2_trace.8
 rm -f %{buildroot}%{_mandir}/man8/gfs2_lockcapture.8
 
 %files
 %defattr(-,root,root,-)
 %doc doc/COPYING.* doc/COPYRIGHT doc/README.* doc/*.txt
-/sbin/*
-%{_sbindir}/gfs2_*
+%dir /usr/lib/udev
+%dir /usr/lib/udev/rules.d
+%{_sbindir}/fsck.gfs2
+%{_sbindir}/glocktop
+%{_sbindir}/mkfs.gfs2
 %{_sbindir}/tunegfs2
+%{_sbindir}/gfs2_*
+/usr/lib/udev/rules.d/82-gfs2-withdraw.rules
 %{_mandir}/man8/*gfs2*
 %{_mandir}/man5/*
+%{_mandir}/man8/glocktop.8.gz
 
 %changelog

++ _service ++
--- /var/tmp/diff_new_pack.vyaWRX/_old  2016-08-09 22:14:37.0 +0200
+++ /var/tmp/diff_new_pack.vyaWRX/_new  2016-08-09 22:14:37.0 +0200
@@ -3,7 +3,7 @@
 git://git.fedorahosted.org/gfs2-utils.git
 git
 .git
-3.1.6+git.%ct.%h
+3.1.9+git.%ct.%h
 master
   
 

++ gfs2-utils-3.1.7.tar.xz -> gfs2-utils-3.1.9.tar.xz ++
 25441 lines of diff (skipped)




commit gfs2-utils for openSUSE:Factory

2015-01-29 Thread h_root
Hello community,

here is the log from the commit of package gfs2-utils for openSUSE:Factory 
checked in at 2015-01-29 09:57:58

Comparing /work/SRC/openSUSE:Factory/gfs2-utils (Old)
 and  /work/SRC/openSUSE:Factory/.gfs2-utils.new (New)


Package is gfs2-utils

Changes:

--- /work/SRC/openSUSE:Factory/gfs2-utils/gfs2-utils.changes2013-09-26 
11:44:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.gfs2-utils.new/gfs2-utils.changes   
2015-01-29 09:58:17.0 +0100
@@ -1,0 +2,10 @@
+Wed Jan 14 22:00:09 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 3.1.7
+  + No changelog available
+- Use download Url as source
+- Use official tarball
+- Specfile cleanup
+- Pass NOCONFIGURE to autogen.sh
+
+---

Old:

  gfs2-utils-3.1.6+git.1378394292.fa32906.tar.gz

New:

  gfs2-utils-3.1.7.tar.xz



Other differences:
--
++ gfs2-utils.spec ++
--- /var/tmp/diff_new_pack.QCQewR/_old  2015-01-29 09:58:18.0 +0100
+++ /var/tmp/diff_new_pack.QCQewR/_new  2015-01-29 09:58:18.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package crmsh
+# spec file for package gfs2-utils
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -15,7 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 Name: gfs2-utils
-Version: 3.1.6+git.1378394292.fa32906
+Version:   3.1.7
 Release: 0
 License: GPL-2.0+ and LGPL-2.0+
 Group: System/Filesystems
@@ -40,14 +40,19 @@
 # cd gfs2-utils
 # ./make-tarball.sh
 #
-# Source0: https://fedorahosted.org/released/gfs2-utils/
-Source0: gfs2-utils-%{version}.tar.gz
+Source0:
https://fedorahosted.org/released/gfs2-utils/%{name}-%{version}.tar.xz
+#Source0: gfs2-utils-%{version}.tar.gz
+
+%description
+The gfs2-utils package contains a number of utilities for creating,
+checking, modifying, and correcting any inconsistencies in GFS2
+file systems.
 
 %prep
 %setup -q 
 
 %build
-./autogen.sh
+NOCONFIGURE=1 ./autogen.sh
 %configure
 make %{_smp_mflags}
 
@@ -63,11 +68,6 @@
 rm -f %{buildroot}%{_mandir}/man8/gfs2_trace.8
 rm -f %{buildroot}%{_mandir}/man8/gfs2_lockcapture.8
 
-%description -n gfs2-utils
-The gfs2-utils package contains a number of utilities for creating,
-checking, modifying, and correcting any inconsistencies in GFS2
-file systems.
-
 %files
 %defattr(-,root,root,-)
 %doc doc/COPYING.* doc/COPYRIGHT doc/README.* doc/*.txt

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gfs2-utils for openSUSE:Factory

2013-09-26 Thread h_root
Hello community,

here is the log from the commit of package gfs2-utils for openSUSE:Factory 
checked in at 2013-09-26 11:44:52

Comparing /work/SRC/openSUSE:Factory/gfs2-utils (Old)
 and  /work/SRC/openSUSE:Factory/.gfs2-utils.new (New)


Package is gfs2-utils

Changes:

New Changes file:

--- /dev/null   2013-09-21 22:50:09.852032506 +0200
+++ /work/SRC/openSUSE:Factory/.gfs2-utils.new/gfs2-utils.changes   
2013-09-26 11:44:53.0 +0200
@@ -0,0 +1,18 @@
+---
+Tue Sep 17 15:37:28 UTC 2013 - l...@suse.com
+
+- Update spec file copyright
+- Remove unnecessary clean section
+
+---
+Fri Sep 13 09:15:03 UTC 2013 - l...@suse.com
+
+- Update to 3.1.6+git.1378394292.fa32906
+- Remove source URL from spec file, since there are no downloadable tar
+  balls for the git version
+
+--
+Sat Aug  3 11:39:43 CDT 2013 - rgold...@suse.com
+
+- Initial package gfs2-utils
+

New:

  _service
  gfs2-utils-3.1.6+git.1378394292.fa32906.tar.gz
  gfs2-utils.changes
  gfs2-utils.spec



Other differences:
--
++ gfs2-utils.spec ++
#
# spec file for package crmsh
#
# Copyright (c) 2013 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: gfs2-utils
Version: 3.1.6+git.1378394292.fa32906
Release: 0
License: GPL-2.0+ and LGPL-2.0+
Group: System/Filesystems
Summary: Utilities for managing the global file system (GFS2)
BuildRequires: ncurses-devel
BuildRequires: kernel-headers
BuildRequires: automake
BuildRequires: perl
BuildRequires: libtool
BuildRequires: zlib-devel
BuildRequires: gettext-devel
BuildRequires: bison
BuildRequires: flex
BuildRequires: libblkid-devel
BuildRequires: pkg-config
BuildRequires: check-devel
URL: https://fedorahosted.org/cluster/wiki/HomePage

# The source for this package was pulled from the upstream git tree.
# Use the following commands to generate the tarball:
# git clone git://git.fedorahosted.org/gfs2-utils.git
# cd gfs2-utils
# ./make-tarball.sh
#
# Source0: https://fedorahosted.org/released/gfs2-utils/
Source0: gfs2-utils-%{version}.tar.gz

%prep
%setup -q 

%build
./autogen.sh
%configure
make %{_smp_mflags}

#%check
#make check

%install
rm -rf %{buildroot}
make -C gfs2 install DESTDIR=%{buildroot}
# Don't ship gfs2_{trace,lockcapture} in this package
rm -f %{buildroot}/sbin/gfs2_trace
rm -f %{buildroot}/sbin/gfs2_lockcapture
rm -f %{buildroot}%{_mandir}/man8/gfs2_trace.8
rm -f %{buildroot}%{_mandir}/man8/gfs2_lockcapture.8

%description -n gfs2-utils
The gfs2-utils package contains a number of utilities for creating,
checking, modifying, and correcting any inconsistencies in GFS2
file systems.

%files
%defattr(-,root,root,-)
%doc doc/COPYING.* doc/COPYRIGHT doc/README.* doc/*.txt
/sbin/*
%{_sbindir}/gfs2_*
%{_sbindir}/tunegfs2
%{_mandir}/man8/*gfs2*
%{_mandir}/man5/*

%changelog
++ _service ++
services
  service name=tar_scm mode=disabled
param name=urlgit://git.fedorahosted.org/gfs2-utils.git/param
param name=scmgit/param
param name=exclude.git/param
param name=versionformat3.1.6+git.%ct.%h/param
param name=revisionmaster/param
  /service

  service name=recompress mode=disabled
param name=filegfs2*.tar/param
param name=compressiongz/param
  /service

  service name=set_version mode=disabled
param name=basenamegfs2/param
  /service
/services
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org