Modernize a specfile a bit
- Add license - Use install -p Signed-off-by: Jan Friesse <jfriesse@redhat.com>
This commit is contained in:
parent
d7b6f4df25
commit
e5177a46a5
@ -10,7 +10,7 @@
|
|||||||
Name: corosync-qdevice
|
Name: corosync-qdevice
|
||||||
Summary: The Corosync Cluster Engine Qdevice
|
Summary: The Corosync Cluster Engine Qdevice
|
||||||
Version: 3.0.0
|
Version: 3.0.0
|
||||||
Release: 2%{?gitver}%{?dist}
|
Release: 3%{?gitver}%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://github.com/corosync/corosync-qdevice
|
URL: https://github.com/corosync/corosync-qdevice
|
||||||
Source0: https://github.com/corosync/corosync-qdevice/releases/download/v%{version}%{?gittarver}/%{name}-%{version}%{?gittarver}.tar.gz
|
Source0: https://github.com/corosync/corosync-qdevice/releases/download/v%{version}%{?gittarver}/%{name}-%{version}%{?gittarver}.tar.gz
|
||||||
@ -69,10 +69,10 @@ make install DESTDIR=%{buildroot}
|
|||||||
rm -rf %{buildroot}%{_docdir}/*
|
rm -rf %{buildroot}%{_docdir}/*
|
||||||
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
|
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
|
||||||
# /etc/sysconfig/corosync-qdevice
|
# /etc/sysconfig/corosync-qdevice
|
||||||
install -m 644 init/corosync-qdevice.sysconfig.example \
|
install -p -m 644 init/corosync-qdevice.sysconfig.example \
|
||||||
%{buildroot}%{_sysconfdir}/sysconfig/corosync-qdevice
|
%{buildroot}%{_sysconfdir}/sysconfig/corosync-qdevice
|
||||||
# /etc/sysconfig/corosync-qnetd
|
# /etc/sysconfig/corosync-qnetd
|
||||||
install -m 644 init/corosync-qnetd.sysconfig.example \
|
install -p -m 644 init/corosync-qnetd.sysconfig.example \
|
||||||
%{buildroot}%{_sysconfdir}/sysconfig/corosync-qnetd
|
%{buildroot}%{_sysconfdir}/sysconfig/corosync-qnetd
|
||||||
|
|
||||||
%if %{with systemd}
|
%if %{with systemd}
|
||||||
@ -112,6 +112,7 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
%license LICENSE
|
||||||
%dir %{_sysconfdir}/corosync/qdevice
|
%dir %{_sysconfdir}/corosync/qdevice
|
||||||
%dir %config(noreplace) %{_sysconfdir}/corosync/qdevice/net
|
%dir %config(noreplace) %{_sysconfdir}/corosync/qdevice/net
|
||||||
%dir %{_localstatedir}/run/corosync-qdevice
|
%dir %{_localstatedir}/run/corosync-qdevice
|
||||||
@ -172,6 +173,7 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files -n corosync-qnetd
|
%files -n corosync-qnetd
|
||||||
|
%license LICENSE
|
||||||
%dir %config(noreplace) %attr(770, coroqnetd, coroqnetd) %{_sysconfdir}/corosync/qnetd
|
%dir %config(noreplace) %attr(770, coroqnetd, coroqnetd) %{_sysconfdir}/corosync/qnetd
|
||||||
%dir %attr(770, coroqnetd, coroqnetd) %{_localstatedir}/run/corosync-qnetd
|
%dir %attr(770, coroqnetd, coroqnetd) %{_localstatedir}/run/corosync-qnetd
|
||||||
%{_bindir}/corosync-qnetd
|
%{_bindir}/corosync-qnetd
|
||||||
@ -188,6 +190,9 @@ fi
|
|||||||
%{_mandir}/man8/corosync-qnetd.8*
|
%{_mandir}/man8/corosync-qnetd.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 20 2019 Jan Friesse <jfriesse@redhat.com> - 3.0.0-3
|
||||||
|
- Add license and use install -p
|
||||||
|
|
||||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-2
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user