Accepting request 265922 from home:Zaitor:branches:Base:System
Update OBS-URL: https://build.opensuse.org/request/show/265922 OBS-URL: https://build.opensuse.org/package/show/Base:System/udisks2?expand=0&rev=43
This commit is contained in:
parent
58cf70ba63
commit
7552519174
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5cc92fd651ee49a7888f90d091282b949afc629b31fdb34e187208750720632d
|
||||
size 909945
|
3
udisks-2.1.4.tar.bz2
Normal file
3
udisks-2.1.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a4e148dd3a4a209160452a12cfe770382836027002f6c84f2e6c17eb5be519bb
|
||||
size 901364
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 19 12:35:16 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 2.1.4:
|
||||
+ Add GPT partition types from the Discoverable Partitions
|
||||
Specification.
|
||||
+ Remove newly-added "Auto-enabled swap" GTP partition type.
|
||||
+ Fine-tune GTP partitions some more.
|
||||
+ Send SCSI SYNCHRONIZE CACHE before powering down a drive.
|
||||
+ Fix buffer overflow in pick_word_at().
|
||||
+ Add Intel Fast Flash Standby partition GPT type.
|
||||
+ Skip password strength checks when changing LUKS passphrase.
|
||||
+ Fix build with clang.
|
||||
+ Revert "Fix standby timers".
|
||||
+ integration-test:
|
||||
- Update for logind.
|
||||
- Fix code formatting.
|
||||
- sync file systems in sync().
|
||||
- integration-test: Drop sync_workaround, fix property testing.
|
||||
- integration-test: Better failure messages.
|
||||
- integration-test: Fix btrfs test.
|
||||
+ Fix display ID for generic FAT.
|
||||
+ Update obsolete gnome-common and automake macros.
|
||||
+ build:
|
||||
- Use config-aux/ directory.
|
||||
- Enable gcc colors.
|
||||
+ Drop obsolete g_type_init().
|
||||
+ Drop obsolete polkit_unix_process_new().
|
||||
+ Fix docs for SmartUpdate().
|
||||
+ Hide Microsoft reserved partition.
|
||||
+ Identify JetFlash Transcend drives as thumb drives.
|
||||
+ Fix sorting of mount points.
|
||||
+ Fix fallback media icons for nonremovable media.
|
||||
+ Fix polkit auth string.
|
||||
+ Hide DIAGS and IntelRST partitions.
|
||||
+ Add a man page for umount.udisks2.
|
||||
+ Support building against libsystemd library.
|
||||
+ udisks: Change name for Intel SW RAID.
|
||||
+ Use internal pm check for smart poll.
|
||||
+ Fix standby timers.
|
||||
+ Fix TOCTOU race when making directories.
|
||||
+ Add missing #include.
|
||||
+ Properly initialize all used variables.
|
||||
+ udiskslinuxmanager.c: Don't use uninitialized wait_data struct.
|
||||
+ Remove useless assignments.
|
||||
+ udisks_linux_drive_object_uevent(): Handle null device.
|
||||
+ Hide Windows Recovery Environment partitions.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 10 10:03:31 UTC 2014 - pwieczorkiewicz@suse.com
|
||||
|
||||
|
11
udisks2.spec
11
udisks2.spec
@ -20,7 +20,7 @@
|
||||
|
||||
Name: udisks2
|
||||
%define _name udisks
|
||||
Version: 2.1.3
|
||||
Version: 2.1.4
|
||||
Release: 0
|
||||
Summary: Disk Management Service, version 2
|
||||
License: GPL-2.0+
|
||||
@ -34,13 +34,13 @@ BuildRequires: intltool
|
||||
BuildRequires: libacl-devel
|
||||
# For xsltproc
|
||||
BuildRequires: xsltproc
|
||||
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.31.13
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.31.13
|
||||
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.36
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.36
|
||||
BuildRequires: pkgconfig(gudev-1.0) >= 165
|
||||
BuildRequires: pkgconfig(libatasmart) >= 0.17
|
||||
BuildRequires: pkgconfig(libsystemd-login) >= 44
|
||||
BuildRequires: pkgconfig(polkit-agent-1) >= 0.92
|
||||
BuildRequires: pkgconfig(polkit-gobject-1) >= 0.92
|
||||
BuildRequires: pkgconfig(polkit-agent-1) >= 0.102
|
||||
BuildRequires: pkgconfig(polkit-gobject-1) >= 0.102
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
BuildRequires: pkgconfig(udev)
|
||||
# sgdisk is called by udisksd to modify the partition tables... thus a needed tool.
|
||||
@ -139,6 +139,7 @@ find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
|
||||
%{_mandir}/man1/udisksctl.1%{?ext_man}
|
||||
%{_mandir}/man8/udisks.8%{?ext_man}
|
||||
%{_mandir}/man8/udisksd.8%{?ext_man}
|
||||
%{_mandir}/man8/umount.udisks2.8%{?ext_man}
|
||||
%attr(0770,root,root) %dir %{_localstatedir}/lib/udisks2
|
||||
|
||||
%files -n libudisks2-0
|
||||
|
Loading…
Reference in New Issue
Block a user