-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
%global owner lzap | ||
|
||
Name: systemd-shortcuts | ||
Version: 0.1.1 | ||
Version: 0.1.2 | ||
Release: 1%{?dist} | ||
Summary: Bash alias with code completion | ||
Group: System Environment/Base | ||
License: GPLv2+ | ||
URL: https://github.com/lzap/systemd-shortcuts | ||
Source0: https://github.com/%{owner}/%{name}/archive/%{version}.tar.gz | ||
|
||
BuildArch: noarch | ||
|
||
Requires: systemd | ||
BuildRequires: asciidoc | ||
|
||
|
@@ -33,6 +35,9 @@ make install PREFIX=%{buildroot}/usr | |
%{_datadir}/man/man8/syd.8.gz | ||
|
||
%changelog | ||
* Thu Oct 09 2014 Lukas Zapletal <[email protected]> 0.1.2-1 | ||
- Fixed architecture (noarch) | ||
|
||
* Thu Oct 09 2014 Lukas Zapletal <[email protected]> 0.1.1-1 | ||
- Improved makefile and man pages | ||
|
||
|