automatic version update by autodist [release 8.2102.0-1mamba;Fri Mar 26 2021]
This commit is contained in:
parent
0e5cf0b9fe
commit
7457eb69ba
30
rsyslog.spec
30
rsyslog.spec
@ -1,12 +1,12 @@
|
|||||||
Name: rsyslog
|
Name: rsyslog
|
||||||
Version: 8.16.0
|
Version: 8.2102.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A rocket-fast system for log processing.
|
Summary: A rocket-fast system for log processing.
|
||||||
Group: System/Servers
|
Group: System/Servers
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.rsyslog.com/
|
URL: https://www.rsyslog.com/
|
||||||
Source: http://www.rsyslog.com/files/download/rsyslog/rsyslog-%{version}.tar.gz
|
Source: http://www.rsyslog.com/files/download/rsyslog/rsyslog-%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -26,8 +26,8 @@ BuildRequires: libsystemd-devel
|
|||||||
BuildRequires: libuuid-devel
|
BuildRequires: libuuid-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libfastjson-devel
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Rsyslog is a rocket-fast system for log processing.
|
Rsyslog is a rocket-fast system for log processing.
|
||||||
@ -57,24 +57,24 @@ This package contains shared libraries for %{name}.
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post
|
#%post
|
||||||
%systemd_post rsyslog
|
#%systemd_post rsyslog
|
||||||
:
|
#:
|
||||||
|
|
||||||
%preun
|
#%preun
|
||||||
%systemd_preun rsyslog
|
#%systemd_preun rsyslog
|
||||||
:
|
#:
|
||||||
|
|
||||||
%postun
|
#%postun
|
||||||
%systemd_postun_with_restart rsyslog
|
#%systemd_postun_with_restart rsyslog
|
||||||
:
|
#:
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_sbindir}/rsyslogd
|
%{_sbindir}/rsyslogd
|
||||||
%{_mandir}/man5/rsyslog.conf.5*
|
%{_mandir}/man5/rsyslog.conf.5*
|
||||||
%{_mandir}/man8/rsyslogd.8*
|
%{_mandir}/man8/rsyslogd.8*
|
||||||
%{_unitdir}/rsyslog.service
|
#%{_unitdir}/rsyslog.service
|
||||||
%doc AUTHORS COPYING COPYING.LESSER
|
%doc AUTHORS COPYING COPYING.LESSER
|
||||||
|
|
||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
@ -82,10 +82,12 @@ This package contains shared libraries for %{name}.
|
|||||||
%dir %{_libdir}/rsyslog
|
%dir %{_libdir}/rsyslog
|
||||||
%{_libdir}/rsyslog/*.so
|
%{_libdir}/rsyslog/*.so
|
||||||
%{_libdir}/rsyslog/*.la
|
%{_libdir}/rsyslog/*.la
|
||||||
|
|
||||||
#%doc ChangeLog NEWS README README.md
|
#%doc ChangeLog NEWS README README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 26 2021 Automatic Build System <autodist@mambasoft.it> 8.2102.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Feb 01 2016 Automatic Build System <autodist@mambasoft.it> 8.16.0-1mamba
|
* Mon Feb 01 2016 Automatic Build System <autodist@mambasoft.it> 8.16.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user