Update to release 1.95.0
Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
parent
4d866fbfee
commit
5a1906f409
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/udisks-1.92.0.tar.bz2
|
||||
/udisks-1.93.0.tar.bz2
|
||||
/udisks-1.94.0.tar.bz2
|
||||
/udisks-1.95.0.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
c2a3428227de0251ff9e204d17dd2130 udisks-1.94.0.tar.bz2
|
||||
d7a6945f756f8a9aa3bbd37459b13636 udisks-1.95.0.tar.bz2
|
||||
|
19
udisks2.spec
19
udisks2.spec
@ -7,7 +7,7 @@
|
||||
|
||||
Summary: Disk Manager
|
||||
Name: udisks2
|
||||
Version: 1.94.0
|
||||
Version: 1.95.0
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Libraries
|
||||
@ -21,6 +21,8 @@ BuildRequires: libatasmart-devel >= %{libatasmart_version}
|
||||
BuildRequires: libgudev1-devel >= %{udev_version}
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: systemd-devel
|
||||
BuildRequires: libacl-devel
|
||||
|
||||
# needed to pull in the system bus daemon
|
||||
Requires: dbus >= %{dbus_version}
|
||||
# needed to pull in the udev daemon
|
||||
@ -37,16 +39,18 @@ Requires: xfsprogs
|
||||
Requires: dosfstools
|
||||
# for mlabel
|
||||
Requires: mtools
|
||||
# for mkntfs - no ntfsprogs on ppc, though
|
||||
%ifnarch ppc ppc64
|
||||
Requires: ntfsprogs
|
||||
%endif
|
||||
# for partitioning
|
||||
Requires: parted
|
||||
Requires: gdisk
|
||||
# for LUKS devices
|
||||
Requires: cryptsetup-luks
|
||||
Requires: acl
|
||||
|
||||
# for mkntfs (not available on rhel or on ppc/ppc64)
|
||||
%if ! 0%{?rhel}
|
||||
%ifnarch ppc ppc64
|
||||
Requires: ntfsprogs
|
||||
%endif
|
||||
%endif
|
||||
|
||||
# for /proc/self/mountinfo, only available in 2.6.26 or higher
|
||||
Conflicts: kernel < 2.6.26
|
||||
@ -137,6 +141,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
||||
|
||||
# Note: please don't forget the %{?dist} in the changelog. Thanks
|
||||
%changelog
|
||||
* Mon Apr 30 2012 David Zeuthen <davidz@redhat.com> - 1.95.0-1%{?dist}
|
||||
- Update to release 1.95.0
|
||||
|
||||
* Tue Apr 10 2012 David Zeuthen <davidz@redhat.com> - 1.94.0-1%{?dist}
|
||||
- Update to release 1.94.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user