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
|
||||
Version: 8.16.0
|
||||
Version: 8.2102.0
|
||||
Release: 1mamba
|
||||
Summary: A rocket-fast system for log processing.
|
||||
Group: System/Servers
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
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
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
@ -26,8 +26,8 @@ BuildRequires: libsystemd-devel
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libfastjson-devel
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Rsyslog is a rocket-fast system for log processing.
|
||||
@ -57,24 +57,24 @@ This package contains shared libraries for %{name}.
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post
|
||||
%systemd_post rsyslog
|
||||
:
|
||||
#%post
|
||||
#%systemd_post rsyslog
|
||||
#:
|
||||
|
||||
%preun
|
||||
%systemd_preun rsyslog
|
||||
:
|
||||
#%preun
|
||||
#%systemd_preun rsyslog
|
||||
#:
|
||||
|
||||
%postun
|
||||
%systemd_postun_with_restart rsyslog
|
||||
:
|
||||
#%postun
|
||||
#%systemd_postun_with_restart rsyslog
|
||||
#:
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_sbindir}/rsyslogd
|
||||
%{_mandir}/man5/rsyslog.conf.5*
|
||||
%{_mandir}/man8/rsyslogd.8*
|
||||
%{_unitdir}/rsyslog.service
|
||||
#%{_unitdir}/rsyslog.service
|
||||
%doc AUTHORS COPYING COPYING.LESSER
|
||||
|
||||
%files -n lib%{name}
|
||||
@ -82,10 +82,12 @@ This package contains shared libraries for %{name}.
|
||||
%dir %{_libdir}/rsyslog
|
||||
%{_libdir}/rsyslog/*.so
|
||||
%{_libdir}/rsyslog/*.la
|
||||
|
||||
#%doc ChangeLog NEWS README README.md
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user