Skip to content

Commit

Permalink
Merge branch 'maint-1.0' into maint-1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Preisler committed Mar 20, 2017
2 parents 5ebbefe + daf505a commit c191ef2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Choose *1a* or *1b* depending on whether you want sources from a release tarball
1a) Get a release tarball
```
# replace ${version} with the desired version
wget https://fedorahosted.org/releases/o/p/openscap/openscap-${version}.tar.gz
wget https://github.com/OpenSCAP/openscap/releases/download/${version}/openscap-${version}.tar.gz
tar -xzpf openscap-${version}.tar.gz
cd openscap-${version}
```
Expand Down
2 changes: 1 addition & 1 deletion utils/oscap.8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH OSCAP "8" "Jan 2016" "Red Hat" "System Administration Utilities"
.TH OSCAP "8" "March 2017" "Red Hat" "System Administration Utilities"

.SH NAME
oscap \- OpenSCAP command line tool
Expand Down
4 changes: 2 additions & 2 deletions utils/oscap.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010--2016 Red Hat Inc., Durham, North Carolina.
* Copyright 2010--2017 Red Hat Inc., Durham, North Carolina.
* All Rights Reserved.
*
* This library is free software; you can redistribute it and/or
Expand Down Expand Up @@ -108,7 +108,7 @@ bool getopt_root(int argc, char **argv, struct oscap_action *action)

static int print_versions(const struct oscap_action *action)
{
printf("OpenSCAP command line tool (oscap) %s\n" "Copyright 2009--2016 Red Hat Inc., Durham, North Carolina.\n\n",
printf("OpenSCAP command line tool (oscap) %s\n" "Copyright 2009--2017 Red Hat Inc., Durham, North Carolina.\n\n",
oscap_get_version());

printf("==== Supported specifications ====\n");
Expand Down

0 comments on commit c191ef2

Please sign in to comment.