!19 attr delete -Sgit from %autosetup, and delete BuildRequires git
From: @chenyanpanHW Reviewed-by: @liuzhiqiang26 Signed-off-by: @liuzhiqiang26
This commit is contained in:
commit
58f98c3322
@ -1,7 +1,7 @@
|
|||||||
%{!?_licensedir:%global license %%doc}
|
%{!?_licensedir:%global license %%doc}
|
||||||
Name: attr
|
Name: attr
|
||||||
Version: 2.4.48
|
Version: 2.4.48
|
||||||
Release: 13
|
Release: 14
|
||||||
Summary: Commands for Manipulating Filesystem Extended Attributes
|
Summary: Commands for Manipulating Filesystem Extended Attributes
|
||||||
License: GPLv2+ AND LGPLv2+
|
License: GPLv2+ AND LGPLv2+
|
||||||
URL: https://savannah.nongnu.org/projects/attr
|
URL: https://savannah.nongnu.org/projects/attr
|
||||||
@ -17,7 +17,7 @@ Patch6: 0006-Switch-back-to-syscall.patch
|
|||||||
Patch7: 0007-bypass-wrong-output-when-enabled-selinux.patch
|
Patch7: 0007-bypass-wrong-output-when-enabled-selinux.patch
|
||||||
Patch8: 0008-carry-security.evm-when-copying-files.patch
|
Patch8: 0008-carry-security.evm-when-copying-files.patch
|
||||||
|
|
||||||
BuildRequires: gettext, libtool, chrpath, gcc, git
|
BuildRequires: gettext, libtool, chrpath, gcc,
|
||||||
Provides: libattr
|
Provides: libattr
|
||||||
Obsoletes: libattr
|
Obsoletes: libattr
|
||||||
Conflicts: xfsdump < 3.1.8
|
Conflicts: xfsdump < 3.1.8
|
||||||
@ -50,7 +50,7 @@ Requires: man
|
|||||||
This contains man files for the using of attr
|
This contains man files for the using of attr
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -Sgit -n %{name}-%{version}
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-silent-rules
|
%configure --disable-silent-rules
|
||||||
@ -102,6 +102,9 @@ fi
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 2.4.48-14
|
||||||
|
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git
|
||||||
|
|
||||||
* Fri Jul 23 2021 zhouwenpei <zhouwenpei1@huawei.com> - 2.4.48-13
|
* Fri Jul 23 2021 zhouwenpei <zhouwenpei1@huawei.com> - 2.4.48-13
|
||||||
- remove useless buildrequires
|
- remove useless buildrequires
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user