Skip to content

Commit

Permalink
removed Builtins.time
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Apr 4, 2016
1 parent 151f1bc commit 91b61bd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions package/yast2-storage.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Apr 4 10:22:20 CEST 2016 - schubi@suse.de

- Removed Builtins.time. Cleanup for bnc#956730.
- 3.1.86

-------------------------------------------------------------------
Thu Mar 31 17:33:18 CEST 2016 - aschnell@suse.com

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-storage.spec
Expand Up @@ -17,7 +17,7 @@


Name: yast2-storage
Version: 3.1.85
Version: 3.1.86
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
2 changes: 1 addition & 1 deletion src/modules/Storage.rb
Expand Up @@ -789,7 +789,7 @@ def GetDiskPartition(device)


def UpdateChangeTime
change_time = Builtins.time
change_time = ::Time.now.to_i
Builtins.y2milestone("UpdateChangeTime time %1", change_time)
Ops.set(@StorageMap, "targets_time", change_time)

Expand Down

0 comments on commit 91b61bd

Please sign in to comment.