diff --git a/.gitignore b/.gitignore index eaaf5c4..2eea436 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /virt-what-1.9.tar.gz /virt-what-1.10.tar.gz /virt-what-1.11.tar.gz +/virt-what-1.12.tar.gz diff --git a/sources b/sources index e8f6263..8991cc8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -efff972860d4e54c1097f38108779a77 virt-what-1.11.tar.gz +d72fcad1af7c80d2ad8ead7e4fe46fcc virt-what-1.12.tar.gz diff --git a/virt-what.spec b/virt-what.spec index 67c2ff7..208a5fb 100644 --- a/virt-what.spec +++ b/virt-what.spec @@ -1,6 +1,6 @@ Name: virt-what -Version: 1.11 -Release: 3%{?dist} +Version: 1.12 +Release: 1%{?dist} Summary: Detect if we are running in a virtual machine Group: Applications/Emulators @@ -85,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Mar 17 2012 Richard W.M. Jones - 1.12-1 +- New upstream version 1.12. + * Wed Feb 29 2012 Richard W.M. Jones - 1.11-3 - Remove ExclusiveArch, but don't require dmidecode except on i?86 and x86-64 (RHBZ#791370).