Drop empty %postun script.

- Drop INSTALL from docs.
- Fix bogus date in %changelog.
This commit is contained in:
Ville Skyttä 2013-12-21 23:45:52 +02:00
parent c40a736674
commit f8f77f882c
1 changed files with 8 additions and 4 deletions

View File

@ -1,7 +1,7 @@
Name: sheepdog
Summary: The Sheepdog Distributed Storage System for KVM/QEMU
Version: 0.3.0
Release: 5%{?dist}
Release: 6%{?dist}
License: GPLv2 and GPLv2+
Group: System Environment/Base
URL: http://www.osrg.net/sheepdog
@ -72,7 +72,6 @@ if [ $1 -eq 0 ] ; then
/bin/systemctl stop sheepdog.service > /dev/null 2>&1 || :
fi
%postun
%triggerun -- sheepdog < 0.2.4-2
/usr/bin/systemd-sysv-convert --save httpd >/dev/null 2>&1 ||:
/sbin/chkconfig --del httpd >/dev/null 2>&1 || :
@ -85,7 +84,7 @@ fi
%files
%defattr(-,root,root,-)
%doc COPYING README INSTALL
%doc COPYING README
%{_sbindir}/sheep
%{_sbindir}/collie
#%attr(755,-,-)%config %{_initddir}/sheepdog
@ -94,6 +93,11 @@ fi
%{_mandir}/man8/sheep.8*
%changelog
* Sat Dec 21 2013 Ville Skyttä <ville.skytta@iki.fi> - 0.3.0-6
- Drop empty %%postun script.
- Drop INSTALL from docs.
- Fix bogus date in %%changelog.
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
@ -107,7 +111,7 @@ fi
- Rebuild against new corosync (soname change).
- Add patch to fix build against new corosync headers.
* Wed Jan 15 2012 David Nalley <david@gnsa.us> - 0.3.0-1
* Thu Jan 12 2012 David Nalley <david@gnsa.us> - 0.3.0-1
- updating to 0.3.0
* Thu Nov 24 2011 David Nalley <david@gnsa.us> - 0.2.4-2