Browse Source

xfsdump-3.1.11-1

Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
c0b5d01ba4
1 changed files with 17 additions and 6 deletions
  1. 17 6
      x/xfsdump/xfsdump-vl.spec

+ 17 - 6
x/xfsdump/xfsdump-vl.spec

@@ -1,8 +1,11 @@
 Summary: Administrative utilities for the XFS filesystem
 Summary: Administrative utilities for the XFS filesystem
 Name: xfsdump
 Name: xfsdump
-Version: 3.1.9
+Version: 3.1.11
 Release: 1%{?_dist_release}
 Release: 1%{?_dist_release}
-Group: System Environment/Base
+Group: system
+Vendor: Project Vine
+Distribution: Vine Linux
+
 # Licensing based on generic "GNU GENERAL PUBLIC LICENSE"
 # Licensing based on generic "GNU GENERAL PUBLIC LICENSE"
 # in source, with no mention of version.
 # in source, with no mention of version.
 License: GPL+
 License: GPL+
@@ -14,10 +17,6 @@ BuildRequires: libtool, gettext, gawk
 BuildRequires: xfsprogs-devel, libuuid-devel, libattr-devel ncurses-devel
 BuildRequires: xfsprogs-devel, libuuid-devel, libattr-devel ncurses-devel
 Requires: xfsprogs >= 2.6.30, attr >= 2.0.0
 Requires: xfsprogs >= 2.6.30, attr >= 2.0.0
 
 
-Vendor: Project Vine
-Distribution: Vine Linux
-Packager: tomop
-
 %description
 %description
 The xfsdump package contains xfsdump, xfsrestore and a number of
 The xfsdump package contains xfsdump, xfsrestore and a number of
 other utilities for administering XFS filesystems.
 other utilities for administering XFS filesystems.
@@ -35,14 +34,20 @@ full backup of a filesystem.  Subsequent incremental backups can then
 be layered on top of the full backup.  Single files and directory
 be layered on top of the full backup.  Single files and directory
 subtrees may be restored from full or partial backups.
 subtrees may be restored from full or partial backups.
 
 
+
+%debug_package
+
+
 %prep
 %prep
 %autosetup -p1
 %autosetup -p1
 
 
+
 %build
 %build
 %configure
 %configure
 
 
 make %{?_smp_mflags}
 make %{?_smp_mflags}
 
 
+
 %install
 %install
 rm -rf $RPM_BUILD_ROOT
 rm -rf $RPM_BUILD_ROOT
 make DIST_ROOT=$RPM_BUILD_ROOT install
 make DIST_ROOT=$RPM_BUILD_ROOT install
@@ -59,9 +64,11 @@ mkdir -p $RPM_BUILD_ROOT/%{_sharedstatedir}/xfsdump/inventory
 
 
 %find_lang %{name}
 %find_lang %{name}
 
 
+
 %clean
 %clean
 rm -rf $RPM_BUILD_ROOT
 rm -rf $RPM_BUILD_ROOT
 
 
+
 %files -f %{name}.lang
 %files -f %{name}.lang
 %defattr(-,root,root)
 %defattr(-,root,root)
 %license doc/COPYING
 %license doc/COPYING
@@ -71,7 +78,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_sbindir}*
 %{_sbindir}*
 %{_sharedstatedir}/xfsdump/inventory
 %{_sharedstatedir}/xfsdump/inventory
 
 
+
 %changelog
 %changelog
+* Wed Oct 26 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1.11-1
+- new upstream release.
+
 * Fri Mar 20 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1.9-1
 * Fri Mar 20 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1.9-1
 - new upstream release.
 - new upstream release.
 - dropped Patch1 and 2: fixed in upstream.
 - dropped Patch1 and 2: fixed in upstream.