Update to release 1.99.0

This commit is contained in:
David Zeuthen 2012-07-27 13:06:54 -04:00
parent cb93dbe15f
commit 4bea0433d2
3 changed files with 11 additions and 3 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@
/udisks-1.96.0.tar.bz2
/udisks-1.97.0.tar.bz2
/udisks-1.98.0.tar.bz2
/udisks-1.99.0.tar.bz2

View File

@ -1 +1 @@
51346a6cf9183bb7bf5771b7166dfac1 udisks-1.98.0.tar.bz2
b42f1d36ad4606622a9989e166fbae20 udisks-1.99.0.tar.bz2

View File

@ -7,8 +7,8 @@
Summary: Disk Manager
Name: udisks2
Version: 1.98.0
Release: 2%{?dist}
Version: 1.99.0
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: http://www.freedesktop.org/wiki/Software/udisks
@ -48,6 +48,8 @@ Requires: cryptsetup-luks
# For ejecting removable disks
Requires: eject
Requires: libudisks2 = %{version}-%{release}
# for mkntfs (not available on rhel or on ppc/ppc64)
%if ! 0%{?rhel}
%ifnarch ppc ppc64
@ -107,6 +109,8 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
%files -f %{name}.lang
%doc README AUTHORS NEWS COPYING HACKING
%dir %{_sysconfdir}/udisks2
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.UDisks2.conf
%{_sysconfdir}/bash_completion.d/udisksctl-bash-completion.sh
%{_prefix}/lib/systemd/system/udisks2.service
@ -144,6 +148,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
# Note: please don't forget the %{?dist} in the changelog. Thanks
%changelog
* Fri Jul 27 2012 David Zeuthen <davidz@redhat.com> - 1.99.0-1%{?dist}
- Update to release 1.99.0
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.98.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild