Drop unwanted + unused brp-* scripts
If java people say brp-java-repack-jars is not needed then it probably isn't (#1235770). brp-implant-ident-static hasn't been enabled in 13+ years, I THINK it's safe to say its not critically needed. Leaving the actual scripts in the repo for now (amusement for archeologists of future generations, eh?)
This commit is contained in:
parent
08a5bbb161
commit
3234495f75
3
macros
3
macros
@ -104,11 +104,8 @@
|
|||||||
/usr/lib/rpm/brp-strip-static-archive %{__strip} \
|
/usr/lib/rpm/brp-strip-static-archive %{__strip} \
|
||||||
%{?py_auto_byte_compile:/usr/lib/rpm/brp-python-bytecompile %{__python} %{?_python_bytecompile_errors_terminate_build}} \
|
%{?py_auto_byte_compile:/usr/lib/rpm/brp-python-bytecompile %{__python} %{?_python_bytecompile_errors_terminate_build}} \
|
||||||
/usr/lib/rpm/brp-python-hardlink \
|
/usr/lib/rpm/brp-python-hardlink \
|
||||||
%{!?__jar_repack:/usr/lib/rpm/redhat/brp-java-repack-jars} \
|
|
||||||
%{nil}
|
%{nil}
|
||||||
|
|
||||||
# /usr/lib/rpm/redhat/brp-implant-ident-static
|
|
||||||
|
|
||||||
%__spec_install_post\
|
%__spec_install_post\
|
||||||
%{?__debug_package:%{__debug_install_post}}\
|
%{?__debug_package:%{__debug_install_post}}\
|
||||||
%{__arch_install_post}\
|
%{__arch_install_post}\
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Summary: Red Hat specific rpm configuration files
|
Summary: Red Hat specific rpm configuration files
|
||||||
Name: redhat-rpm-config
|
Name: redhat-rpm-config
|
||||||
Version: 52
|
Version: 53
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
# No version specified.
|
# No version specified.
|
||||||
License: GPL+
|
License: GPL+
|
||||||
@ -36,10 +36,6 @@ Source105: macros.valgrind-srpm
|
|||||||
Source150: macros.dwz
|
Source150: macros.dwz
|
||||||
Source151: macros.kmp
|
Source151: macros.kmp
|
||||||
|
|
||||||
# Build policy scripts
|
|
||||||
Source201: brp-implant-ident-static
|
|
||||||
Source202: brp-java-repack-jars
|
|
||||||
|
|
||||||
# Dependency generator scripts (deprecated)
|
# Dependency generator scripts (deprecated)
|
||||||
Source300: find-provides
|
Source300: find-provides
|
||||||
Source301: find-provides.ksyms
|
Source301: find-provides.ksyms
|
||||||
@ -106,7 +102,6 @@ install -p -m 644 -t %{buildroot}%{rrcdir} macros rpmrc
|
|||||||
install -p -m 444 -t %{buildroot}%{rrcdir} redhat-hardened-*
|
install -p -m 444 -t %{buildroot}%{rrcdir} redhat-hardened-*
|
||||||
install -p -m 755 -t %{buildroot}%{rrcdir} config.*
|
install -p -m 755 -t %{buildroot}%{rrcdir} config.*
|
||||||
install -p -m 755 -t %{buildroot}%{rrcdir} dist.sh rpmsort symset-table kmodtool
|
install -p -m 755 -t %{buildroot}%{rrcdir} dist.sh rpmsort symset-table kmodtool
|
||||||
install -p -m 755 -t %{buildroot}%{rrcdir} brp-*
|
|
||||||
|
|
||||||
install -p -m 755 -t %{buildroot}%{rrcdir} find-*
|
install -p -m 755 -t %{buildroot}%{rrcdir} find-*
|
||||||
mkdir -p %{buildroot}%{rrcdir}/find-provides.d
|
mkdir -p %{buildroot}%{rrcdir}/find-provides.d
|
||||||
@ -123,7 +118,6 @@ install -p -m 755 -t %{buildroot}%{_rpmconfigdir} kmod.prov
|
|||||||
%dir %{rrcdir}
|
%dir %{rrcdir}
|
||||||
%{rrcdir}/macros
|
%{rrcdir}/macros
|
||||||
%{rrcdir}/rpmrc
|
%{rrcdir}/rpmrc
|
||||||
%{rrcdir}/brp-*
|
|
||||||
%{rrcdir}/dist.sh
|
%{rrcdir}/dist.sh
|
||||||
%{rrcdir}/redhat-hardened-*
|
%{rrcdir}/redhat-hardened-*
|
||||||
%{rrcdir}/config.*
|
%{rrcdir}/config.*
|
||||||
@ -146,6 +140,10 @@ install -p -m 755 -t %{buildroot}%{_rpmconfigdir} kmod.prov
|
|||||||
%{_rpmconfigdir}/macros.d/macros.kmp
|
%{_rpmconfigdir}/macros.d/macros.kmp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 07 2016 Panu Matilainen <pmatilai@redhat.com> - 53-1
|
||||||
|
- Drop brp-java-repack-jars by request (#1235770)
|
||||||
|
- Drop brp-implant-ident-static, unused for 13 years and counting
|
||||||
|
|
||||||
* Mon Nov 07 2016 Lubomir Rintel <lkundrak@v3.sk> - 52-1
|
* Mon Nov 07 2016 Lubomir Rintel <lkundrak@v3.sk> - 52-1
|
||||||
- Add valgrind_arches macro for BuildRequires of valgrind
|
- Add valgrind_arches macro for BuildRequires of valgrind
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user