Update to 2.1.2
This commit is contained in:
parent
dd8f055c63
commit
854aaa5970
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
|||||||
/udisks-2.0.91.tar.bz2
|
/udisks-2.0.91.tar.bz2
|
||||||
/udisks-2.1.0.tar.bz2
|
/udisks-2.1.0.tar.bz2
|
||||||
/udisks-2.1.1.tar.bz2
|
/udisks-2.1.1.tar.bz2
|
||||||
|
/udisks-2.1.2.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
80e03f312542b800cf3162254b202725 udisks-2.1.1.tar.bz2
|
bc5c4dc209f517e15b655302b028e3e6 udisks-2.1.2.tar.bz2
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Summary: Disk Manager
|
Summary: Disk Manager
|
||||||
Name: udisks2
|
Name: udisks2
|
||||||
Version: 2.1.1
|
Version: 2.1.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -38,8 +38,6 @@ Requires: e2fsprogs
|
|||||||
Requires: xfsprogs
|
Requires: xfsprogs
|
||||||
# for mkfs.vfat
|
# for mkfs.vfat
|
||||||
Requires: dosfstools
|
Requires: dosfstools
|
||||||
# for mlabel
|
|
||||||
Requires: mtools
|
|
||||||
# for partitioning
|
# for partitioning
|
||||||
Requires: parted
|
Requires: parted
|
||||||
Requires: gdisk
|
Requires: gdisk
|
||||||
@ -156,6 +154,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
|||||||
|
|
||||||
# Note: please don't forget the %{?dist} in the changelog. Thanks
|
# Note: please don't forget the %{?dist} in the changelog. Thanks
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 15 2014 Tomas Bzatek <tbzatek@redhat.com> - 2.1.2-1%{?dist}
|
||||||
|
- Update to 2.1.2
|
||||||
|
|
||||||
* Wed Aug 21 2013 Tomas Bzatek <tbzatek@redhat.com> - 2.1.1-1%{?dist}
|
* Wed Aug 21 2013 Tomas Bzatek <tbzatek@redhat.com> - 2.1.1-1%{?dist}
|
||||||
- Update to 2.1.1
|
- Update to 2.1.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user