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
 Name: xfsdump
-Version: 3.1.9
+Version: 3.1.11
 Release: 1%{?_dist_release}
-Group: System Environment/Base
+Group: system
+Vendor: Project Vine
+Distribution: Vine Linux
+
 # Licensing based on generic "GNU GENERAL PUBLIC LICENSE"
 # in source, with no mention of version.
 License: GPL+
@@ -14,10 +17,6 @@ BuildRequires: libtool, gettext, gawk
 BuildRequires: xfsprogs-devel, libuuid-devel, libattr-devel ncurses-devel
 Requires: xfsprogs >= 2.6.30, attr >= 2.0.0
 
-Vendor: Project Vine
-Distribution: Vine Linux
-Packager: tomop
-
 %description
 The xfsdump package contains xfsdump, xfsrestore and a number of
 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
 subtrees may be restored from full or partial backups.
 
+
+%debug_package
+
+
 %prep
 %autosetup -p1
 
+
 %build
 %configure
 
 make %{?_smp_mflags}
 
+
 %install
 rm -rf $RPM_BUILD_ROOT
 make DIST_ROOT=$RPM_BUILD_ROOT install
@@ -59,9 +64,11 @@ mkdir -p $RPM_BUILD_ROOT/%{_sharedstatedir}/xfsdump/inventory
 
 %find_lang %{name}
 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+
 %files -f %{name}.lang
 %defattr(-,root,root)
 %license doc/COPYING
@@ -71,7 +78,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_sbindir}*
 %{_sharedstatedir}/xfsdump/inventory
 
+
 %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
 - new upstream release.
 - dropped Patch1 and 2: fixed in upstream.