We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42f251b commit 459a2f1Copy full SHA for 459a2f1
usbguard.spec
@@ -1,9 +1,8 @@
1
%global _hardened_build 1
2
-%define buildstamp %(date +%s)
3
4
Name: usbguard
5
Version: 0.6.2
6
-Release: 0.1.%{buildstamp}%{?dist}
+Release: 1%{?dist}
7
Summary: A tool for implementing USB device usage policy
8
Group: System Environment/Daemons
9
License: GPLv2+
@@ -175,5 +174,5 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
175
174
176
177
%changelog
178
-* Sun Sep 18 2016 Daniel Kopeček <dnk1618@gmail.com> 0.6.2-0.1
179
- - Update to 0.6.2
+* Sun Sep 18 2016 Daniel Kopeček <dnk1618@gmail.com> 0.6.2-1
+- Update to 0.6.2
0 commit comments