- Fix spec to allow building without plugins (#1182385)
This commit is contained in:
parent
445502c59d
commit
02c36c0471
6
rpm.spec
6
rpm.spec
@ -27,7 +27,7 @@
|
|||||||
Summary: The RPM package management system
|
Summary: The RPM package management system
|
||||||
Name: rpm
|
Name: rpm
|
||||||
Version: %{rpmver}
|
Version: %{rpmver}
|
||||||
Release: %{?snapver:0.%{snapver}.}8%{?dist}
|
Release: %{?snapver:0.%{snapver}.}9%{?dist}
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Url: http://www.rpm.org/
|
Url: http://www.rpm.org/
|
||||||
Source0: http://rpm.org/releases/rpm-4.12.x/%{name}-%{srcver}.tar.bz2
|
Source0: http://rpm.org/releases/rpm-4.12.x/%{name}-%{srcver}.tar.bz2
|
||||||
@ -464,9 +464,9 @@ exit 0
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/librpmio.so.*
|
%{_libdir}/librpmio.so.*
|
||||||
%{_libdir}/librpm.so.*
|
%{_libdir}/librpm.so.*
|
||||||
|
%if %{with plugins}
|
||||||
%dir %{_libdir}/rpm-plugins
|
%dir %{_libdir}/rpm-plugins
|
||||||
|
|
||||||
%if %{with plugins}
|
|
||||||
%files plugin-syslog
|
%files plugin-syslog
|
||||||
%{_libdir}/rpm-plugins/syslog.so
|
%{_libdir}/rpm-plugins/syslog.so
|
||||||
|
|
||||||
@ -543,6 +543,8 @@ exit 0
|
|||||||
%doc doc/librpm/html/*
|
%doc doc/librpm/html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 20 2015 Florian Festi <ffesti@rpm.org> - 4.12.0.1-9
|
||||||
|
- Fix spec to allow building without plugins (#1182385)
|
||||||
* Mon Mar 16 2015 Than Ngo <than@redhat.com> - 4.12.0.1-8
|
* Mon Mar 16 2015 Than Ngo <than@redhat.com> - 4.12.0.1-8
|
||||||
- bump release and rebuild so that koji-shadow can rebuild it
|
- bump release and rebuild so that koji-shadow can rebuild it
|
||||||
against new gcc on secondary arch
|
against new gcc on secondary arch
|
||||||
|
Loading…
Reference in New Issue
Block a user